Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
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
-
disciplined-verification
Phase 4 of disciplined development. Verifies implementation against design
through unit and integration testing. Builds traceability matrices, tracks
coverage, and loops defects back to originating left-side phases.
terraphim/codex-skills 2
-
caddy
Comprehensive Caddy web server management across multiple environments.
Handles multi-server operations, zero-downtime deployments, secret management
with 1Password, custom builds with plugins, and systemd service management.
terraphim/codex-skills 2
-
disciplined-design
Phase 2 of disciplined development. Creates implementation plans based on
approved research. Specifies file changes, function signatures, test strategy,
and step sequence. Requires human approval before implementation.
terraphim/codex-skills 2
-
quality-gate
Right-side-of-V verification/validation orchestration for a change or PR.
Produces a single Quality Gate Report with evidence covering: code review,
security audit, performance regression risk, requirements traceability,
acceptance/UAT scenarios, and (when UI changes) visual regression testing.
Use when preparing a PR for merge/release, doing a “ready?” check, or
enforcing an engineering quality gate.
terraphim/codex-skills 2
-
local-knowledge
Leverage personal notes and documentation through Terraphim's role-based search.
AI agents can search developer's local knowledge organized by domain (Rust, frontend, architecture)
using the terraphim-agent REPL commands.
terraphim/codex-skills 2