Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
php-testing
PHP testing mastery - PHPUnit 11, Pest 3, TDD, mocking, and CI/CD integration
pluginagentmarketplace/custom-plugin-php 2
-
php-fundamentals
Modern PHP programming skill - master PHP 8.x syntax, OOP, type system, and Composer
pluginagentmarketplace/custom-plugin-php 2
-
php-database
PHP database mastery - PDO, Eloquent, Doctrine, query optimization, and migrations
pluginagentmarketplace/custom-plugin-php 2
-
php-laravel
Laravel framework mastery - Eloquent, Blade, APIs, queues, and Laravel 11.x ecosystem
pluginagentmarketplace/custom-plugin-php 2
-
php-wordpress
WordPress development mastery - themes, plugins, Gutenberg blocks, and REST API
pluginagentmarketplace/custom-plugin-php 2
-
php-api
PHP API development mastery - REST, GraphQL, JWT/OAuth, OpenAPI documentation
pluginagentmarketplace/custom-plugin-php 2
-
web-browser
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
MykalMachon/llm-config 3
-
researcher
Researches topics in-depth and generates comprehensive summaries and references. Use when trying to deeply understand a topic or use a new framework.
MykalMachon/llm-config 3
-
news
Reports on the newest news on a specific topic. Use when the user is asking about news, recent events or advancements
MykalMachon/llm-config 3
-
technical-writer
Generate technical documentation including READMEs, specifications, architecture documents, and runbooks. Use when creating or updating any technical documentation.
MykalMachon/llm-config 3
-
configure-w3id
A skill that will register a new w3id for a new github project.
ai4curation/curation-skills 20
-
ai4curation-configuration
Skill to assist with how a GitHub repository is configured with GitHub integrations, including instructions for agents in markdown (AGENTS and CLAUDE), github actions for invoking agents, and specific localization procedures such as defining claude/codex skills, or claude subagents. The skill helps with both technical aspects, and with best practice for guiding agents.
ai4curation/curation-skills 20
-
editing-obo-ontologies
Skills and tools for editing OBO format ontologies, including querying terms, checking out/checking in individual terms, and following OBO format conventions. Do not use this if the source for the ontology you are editing is not in obo format (e.g. ofn)
ai4curation/curation-skills 20
-
robot-obo-tool
Skills for using ROBOT, the OBO ontology command-line toolkit for reasoning, template-based term creation, quality control, format conversion, and ontology manipulation. Use this when working with OWL/OBO ontologies that need automated processing.
ai4curation/curation-skills 20
-
dosdp-design-patterns
Skills for understanding and applying DOSDP (Dead Simple Ontology Design Patterns) to ensure consistent ontology term creation and maintenance. This skill is about recognizing patterns and ensuring consistency, not using dosdp-tools directly.
ai4curation/curation-skills 20
-
ontology-access-kit
Skills for querying ontologies using the Ontology Access Kit (OAK). This should only be used for complex ontology operations, for basic external ontology searching use the OLS MCP
ai4curation/curation-skills 20
-
example-data-processor
Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks.
fkesheh/skill-mcp 25
-
ubs-scanner
Run Ultimate Bug Scanner for automated bug detection across multiple languages.
Detects 1000+ bug patterns including null pointers, security vulnerabilities,
async/await issues, and resource leaks. Integrates with quality-gate workflow.
terraphim/codex-skills 2
-
1password-secrets
Secure secret management using 1Password CLI. Detect plaintext secrets in files
and codebases, convert environment files to 1Password templates, inject secrets
securely using op inject, and audit codebases for security compliance.
terraphim/codex-skills 2
-
debugging
Systematic debugging for Rust applications. Root cause analysis, logging
strategies, profiling, and issue reproduction. All debug changes removed
before final report.
terraphim/codex-skills 2
-
open-source-contribution
Open source contribution best practices. Creating quality pull requests,
writing good issues, following project conventions, and collaborating
effectively with maintainers.
terraphim/codex-skills 2
-
git-safety-guard
Blocks destructive git and filesystem commands before execution.
Prevents accidental loss of uncommitted work from git checkout --,
git reset --hard, rm -rf, and similar destructive operations.
Works as a Claude Code PreToolUse hook with fail-open semantics.
terraphim/codex-skills 2
-
community-engagement
Open source community building and engagement. Welcoming contributors,
managing discussions, writing release notes, and fostering a healthy
project ecosystem.
terraphim/codex-skills 2
-
disciplined-implementation
Phase 3 of disciplined development. Executes approved implementation plans
step by step. Each step includes tests, follows the design exactly, and
produces reviewable commits.
terraphim/codex-skills 2