agent-skills
July 21, 2026 · View on GitHub
agent-skills
Skill management utilities — create, evaluate, install, and compose 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)
| Skill | Description |
|---|---|
agent-browser | Browser automation CLI for AI agents. Install, commands, selectors, sessions, CDP/streaming. |
autoresearch | Bounded autonomous iteration against verifiable goals, with debugging, fixing, security, and regression subflows. |
browser-trace | Sidecar capture of browser CDP events, screenshots, and DOM snapshots for debugging and auditing automation. |
caveman | Compresses responses while preserving technical substance, with adjustable brevity levels. |
code-generator | Code generation guidance — template-based generation, scaffolding, and automated code creation. |
codebase-design | Design or improve codebases using deep modules, clean seams, and testable interfaces. |
codegraph | Semantic 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-builder | Guide for creating high-quality MCP (Model Context Protocol) servers. Python FastMCP / TypeScript SDK. |
skill-awesome | The canonical knowledge base for designing Agent Skills. Contains distilled Agent Skills specifications. |
skill-creator | Guide for creating effective skills. Use when users want to create a new skill or update an existing one. |
skill-installer | Manages the installation and discovery of AI skills from the PartMe marketplace. |
skill-official-evaluation | Official evaluation framework for Agent Skills quality assessment. |
skill-sop-creator | Guide for creating Standard Operating Procedures and composite workflows by combining atomic Agent Skills. |
skill-trace-checker | Checker for TRACE evaluation reports and skill quality validation. |
skill-trace-evaluation | Evaluates 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.