agent-skills

July 21, 2026 · View on GitHub

agent-skills

Skill management utilities — create, evaluate, install, and compose Agent Skills

GitHub License Agent Skills

English | 简体中文


📖 Introduction

Agent Skills provides the complete toolchain for working with Agent Skills — from creation and evaluation to installation and workflow composition. Part of the Full Stack Skills ecosystem maintained by PartMe.AI.

📦 Install

npx skills add full-stack-skills/agent-skills

🎯 Skills (15)

SkillDescription
agent-browserBrowser automation CLI for AI agents. Install, commands, selectors, sessions, CDP/streaming.
autoresearchBounded autonomous iteration against verifiable goals, with debugging, fixing, security, and regression subflows.
browser-traceSidecar capture of browser CDP events, screenshots, and DOM snapshots for debugging and auditing automation.
cavemanCompresses responses while preserving technical substance, with adjustable brevity levels.
code-generatorCode generation guidance — template-based generation, scaffolding, and automated code creation.
codebase-designDesign or improve codebases using deep modules, clean seams, and testable interfaces.
codegraphSemantic code intelligence for AI coding agents based on tree-sitter knowledge graph. Query code structure, symbol dependencies, call chains, and change impact. 20+ languages, 100% local.
mcp-builderGuide for creating high-quality MCP (Model Context Protocol) servers. Python FastMCP / TypeScript SDK.
skill-awesomeThe canonical knowledge base for designing Agent Skills. Contains distilled Agent Skills specifications.
skill-creatorGuide for creating effective skills. Use when users want to create a new skill or update an existing one.
skill-installerManages the installation and discovery of AI skills from the PartMe marketplace.
skill-official-evaluationOfficial evaluation framework for Agent Skills quality assessment.
skill-sop-creatorGuide for creating Standard Operating Procedures and composite workflows by combining atomic Agent Skills.
skill-trace-checkerChecker for TRACE evaluation reports and skill quality validation.
skill-trace-evaluationEvaluates Agent Skills across the five TRACE dimensions and produces Markdown/HTML reports with radar charts.

🤖 Supported Agents

Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.

Claude Code Installation

Option 1: npx skills CLI (Recommended)

npx skills add full-stack-skills/agent-skills

Option 2: Manual Installation

git clone https://github.com/full-stack-skills/agent-skills.git
cp -r agent-skills/skills/* .claude/skills/

For more details, see the Claude Code Skills Guide and Agent Skills Spec.

📄 License

Repository-authored content is licensed under Apache 2.0 — see LICENSE. Bundled third-party components retain their original licenses; see THIRD_PARTY_NOTICES.md and the license files inside individual skill directories.