A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Comprehensive toolkit for AI-assisted development: Claude Code permissions (400+ tools), Git workflows, and automation h
_ _ _ _____ _
/_\ __ _ ___ _ _ __| |_(_)__ |_ _|__ ___| |___
/ _ \/ _` / -_) ' \/ _| _| / _| | |/ _ \/ _ \ (_-<
/_/ \_\__, \___|_||_\__|\__|_\__| |_|\___/\___/_/__/
|___/
Portable Agent Skills, workflows, and automation for AI-assisted development
Independent Community Project — No official affiliation with Anthropic, OpenAI, Oracle, or any other mentioned product team. Skills are community-created and use the portable
SKILL.mdAgent Skills format.
agentic-tools is a curated library of 50 Agent Skills plus Claude Code agents, hooks, and workflow templates. It is built around the late-May 2026 Agent Skills model: each skill is a focused SKILL.md package with trigger-oriented metadata, progressive disclosure, optional scripts or references, and validation gates that keep install surfaces in sync.
The library has two jobs:
The core development pipeline:
/prd → /prd --to-plan → /orchestrate → agents use /implement → /review-all → /health-check → PR
As of late May 2026, Agent Skills are a lightweight open format built around a directory containing a required SKILL.md file plus optional scripts/, references/, and assets/. Agents use progressive disclosure: they first see only the name and description, load the full SKILL.md when the task matches, and load bundled resources only when needed.
This repo follows that model with a few local quality gates:
skills/ is installable and must contain SKILL.md.name must match the package folder name; nested OCI skills use IDs like oci/zpr-security.## Arguments section.references/ files, not in the always-loaded body.scripts/ci/validate-skill-library.mjs checks skills, registries, READMEs, referenced scripts, and the OCI manifest together.References: Agent Skills overview, Agent Skills specification, Agent Skills best practices, Claude custom Skills guide, and OpenAI Academy: Skills.
| Package | What it includes |
|---|---|
| agentic-tools (this repo) | Everything — all skills, agents, hooks, configs |
| team-pipeline | Pipeline skills + agents only — for agent team orchestration |
# Install everything
npx agentic-tools init
# Install just the pipeline
npx @acedergren/team-pipeline init
# Install into current project
npx agentic-tools init
# Install into a specific project
npx agentic-tools init ./my-project
# See what's included
npx agentic-tools list
git clone https://github.com/acedergren/agentic-tools.git
cd agentic-tools
./install.sh /path/to/your/project
This copies skills to .claude/skills/, agents to .claude/agents/, and hook examples to .claude/hooks/.
# Copy a single skill from a cloned repo
cp -r skills/implement /path/to/project/.claude/skills/
# Or symlink for development
ln -s $(pwd)/skills/implement /path/to/project/.claude/skills/
# Validate all skills, installer coverage, docs coverage, scripts, and OCI manifest
npm run skills:validate
# Run the full local skill CI: validation, install smoke, and secret scan
npm run skills:ci
# In your project with Claude Code:
/implement add validation to the user signup endpoint
/tdd add rate limiting to POST /api/search
/bugfix "TypeError: Cannot read property 'userId' of undefined"
/migrate "@old/pkg/utils → @new/pkg/core"
/health-check
/review-all
/prod-readiness
/oci route this OCI architecture review to the right specialist skills
These skills chain together into a full implementation workflow.
| Skill | What It Does | Key Feature |
|---|---|---|
| /implement | End-to-end feature pipeline | Pre-flight → TDD → scope guard → commit |
| /tdd | Test-driven development cycle | Mock bootstrap phase catches wiring issues early |
| /write-tests | Add tests to existing code | Module-type-aware mock strategy selection |
| /quality-commit | Quality gates + commit | Lint, typecheck, test, then commit |
| /bugfix | Autonomous bug fix pipeline | Evidence → hypothesis → minimal fix → verify → commit, no hand-holding |
| /migrate | Codebase migration orchestrator | Dedup check → scripted bulk sed → typecheck → residual scan → commit |
| Skill | What It Does | Key Feature |
|---|---|---|
| /review-all | Parallel multi-reviewer pipeline | Security + API audit + scope check agents |
| /health-check | Full codebase diagnostic | 7+ gates: types, tests, lint, security, dead code |
| /api-audit | Route-to-type contract validation | Finds auth gaps, missing schemas, type drift |
| /doc-sync | Documentation drift detection | Compares docs against actual codebase state |
| /prod-readiness | 5-agent production readiness review | Security + test coverage + perf + observability + code quality → prioritized report |
| Skill | What It Does | Key Feature |
|---|---|---|
| /prd | PRD creation with validation gates | 10-gate validation checklist, --to-plan mode |
| /orchestrate | Multi-agent team coordination | Wave-based execution, heartbeat monitoring |
| /phase-kickoff | Phase scaffolding | Branch + test shells + roadmap entry |
| Skill | What It Does | Key Feature |
|---|---|---|
| /humanizer | Remove AI writing patterns | Diagnostic framework + voice injection |
| /firecrawl | Web scraping CLI | Parallel scraping, clean markdown output |
| /shadcn-svelte | shadcn-svelte architecture | Tailwind v4.1 patterns, library selection |
| /tanstack-query | TanStack Query v5 patterns | Migration gotchas, performance pitfalls |
| /turborepo | Monorepo architecture | Build optimization, workspace patterns |
| /refactor-module | Terraform module extraction | Decision framework for when to extract |
| /write-natural-swedish | Natural Swedish writing | Contemporary Swedish + tech-company presets |
The OCI skills stay individually installable while skills/oci provides the visible ownership boundary for Oracle-related work. All OCI and Oracle-related specialists live under skills/oci/<skill-name>/ and use skill IDs like oci/zpr-security. The manifest is validated in CI against skill metadata, the CLI, and the Bash installer.
See the OCI Skill Catalog and Use Cases for concrete example prompts, routing guidance, and multi-skill workflows.
| Skill | What It Does | Key Feature |
|---|---|---|
| /oci | OCI and Oracle skill-pack router | Canonical manifest for separation of duties |
| /oci/best-practices | OCI architecture review router | Cross-domain triage into specialist skills |
| /oci/compute-management | OCI Compute operations | Shapes, capacity, instance principals, boot volumes, and access posture |
| /oci/networking-management | OCI Networking operations | VCN, DRG, FastConnect, VPN, NSG, security lists, and private connectivity |
| /oci/iam-identity-management | OCI IAM and identity | IAM policies, identity domains, IDCS compatibility, dynamic groups, and 403s |
| /oci/infrastructure-as-code | OCI Terraform hub | Native OCI backend, auth, import, drift, modules, and realm guardrails |
| /oci/oci-resource-manager | OCI Resource Manager operations | Stacks, jobs, state, source providers, private endpoints, and IAM boundaries |
| /oci/oci-security-control-plane | OCI security control router | Routes Cloud Guard, Security Zones, ZPR, Bastion, IAM, Vault, Audit, and Terraform security work |
| /oci/zpr-security | Zero Trust Packet Routing | ZPR policy, security attributes, protected resources, and rollout safety |
| /oci/managed-bastion-access | OCI Bastion access | Managed SSH, port forwarding, dynamic SOCKS5, allowlists, and plugin troubleshooting |
| /oci/database-management | Oracle database router | DB Systems/PDB work and ADB handoff to oracle-dba |
| /oci/oracle-dba | Autonomous AI Database operations | ADB, SQLcl, wallet, ECPU, backup, and tuning guidance |
| /oci/secrets-management | OCI Vault and secret operations | Rotation, replication, instance principals, and retrieval guardrails |
| /oci/fastify-better-auth-bridge | Fastify Better Auth bridge | Web Request forwarding, decorators, and org-context patching |
| /oci/oracle-idcs-better-auth-setup | Oracle + IDCS auth setup | Routes setup work across shared Better Auth foundations |
| /oci/oracle-idcs-org-provisioning | IDCS org provisioning | Group gating, tenant-org resolution, MERGE INTO upserts |
| /oci/sqlite-to-oracle-planner | SQLite to Oracle migration | Schema, driver, and touch-point planning for Oracle moves |
The install surfaces expose every registered skill package under skills/, including nested OCI skill IDs. CI validates this table, bin/cli.js, install.sh, and each skill directory together.
| Skill | Trigger Summary |
|---|---|
| /api-audit | Use when auditing API routes for schema drift, missing auth, or validation gaps. Scans routes against shared TypeScript |
| /oci/best-practices | "review OCI architecture", "avoid OCI anti-patterns", "plan an Oracle Cloud migration", "evaluate OCI Well-Architected risks", or "choose which OCI skill applies" |
| /bugfix | Use when given a bug report, failing test, stack trace, or CI failure that needs diagnosis and repair. Autonomously diag |
| /oci/compute-management | "launch OCI compute", "choose an OCI shape", "debug compute capacity", "configure instance principals", or "optimize OCI instance cost" |
| /oci/database-management | "create an OCI database", "choose DB System vs ADB", "manage PDB lifecycle", "route ADB work", or "plan Oracle database provisioning" |
| /doc-sync | Use when auditing or fixing drift between project documentation and the actual codebase. Detects stale architecture diag |
| /oci/fastify-better-auth-bridge | "bridge Better Auth into Fastify", "fix Fastify session resolution", "forward auth cookies", "patch IDCS org context", or "decorate Fastify request auth" |
| /find-skills | Use when user asks to find, install, or search for agent skills. Also use when user asks 'can you do X' or 'is there a s |
| /oci/finops-cost-optimization | "optimize OCI cost", "investigate an OCI bill", "estimate egress cost", "right-size OCI resources", or "plan Resource Scheduler savings" |
| /firecrawl | Use when scraping web pages, extracting content from JS-rendered sites or SPAs, running search-plus-scrape workflows, or |
| /oci/genai-services | "call OCI Generative AI", "choose an OCI GenAI model", "debug GenAI 429", "plan OCI RAG", or "compare Command A, Llama, Gemini, or gpt-oss" |
| /health-check | Use when running codebase quality gates (typecheck, lint, tests, security, dead code, circular deps, audits). Reports pa |
| /humanizer | Use when making text sound human, removing AI tells, or fixing writing that sounds like ChatGPT. Detects and rewrites AI |
| /oci/iam-identity-management | "write OCI IAM policy", "debug OCI 403", "configure dynamic groups", "use identity domains", or "fix IDCS federation" |
| /implement | Use when implementing a feature, adding an endpoint, or making a non-trivial code change that requires pre-flight valida |
| /oci/infrastructure-as-code | "Terraform state on OCI", "native OCI backend", "Terraform import OCI", "Terraform apply 403", "Terraform ZPR", or "Terraform Bastion" |
| /oci/landing-zones | "design an OCI landing zone", "plan compartments", "enable Security Zones", "build hub-spoke OCI", or "meet CIS OCI Foundations" |
| /migrate | Use when bulk-migrating import paths, renaming workspace packages, or reorganizing modules across many files in a monore |
| /oci/monitoring-operations | "create OCI alarms", "debug missing metrics", "write MQL", "configure Service Connector", or "monitor OCI resources" |
| /oci/networking-management | "design OCI networking", "debug VCN connectivity", "configure Service Gateway", "choose NSG vs security list", or "plan FastConnect or VPN" |
| /oci | "find OCI skills", "route Oracle Cloud work", "install the OCI skill pack", "review OCI skill ownership", or "separate Oracle skills" |
| /oci/oci-events | "create OCI Events rule", "trigger Functions from events", "route events to Streaming", "debug Events delivery", or "filter CloudEvents" |
| /oci/oci-pptx | "create Oracle slides", "edit an Oracle deck", "build a CloudWorld presentation", "review Oracle-branded PPTX", or "apply Oracle brand to slides" |
| /oci/managed-bastion-access | "use OCI Bastion", "create Managed SSH", "debug a port forwarding session", "configure dynamic port forwarding", or "update client CIDR allowlist" |
| /oci/oci-resource-manager | "configure OCI Resource Manager", "debug Resource Manager job", "create ORM stack", "use Resource Manager private endpoint", or "fix Resource Manager dynamic group" |
| /oci/oci-security-control-plane | "choose OCI security control", "route OCI security issue", "compare Cloud Guard vs Security Zones", "decide ZPR vs NSG", or "use Bastion vs public SSH" |
| /oci/zpr-security | "configure ZPR", "debug Zero Trust Packet Routing", "write ZPL policy", "apply security attributes", or "protect OCI resources with ZPR" |
| /oci/oracle-dba | "manage Autonomous AI Database", "debug ADB performance", "fix wallet connection", "optimize ECPU cost", or "use SQLcl with Oracle Database" |
| /oci/oracle-idcs-better-auth-setup | "connect Better Auth to OCI IAM", "configure identity domain OIDC", "fix IDCS callback URL", "set trusted origins", or "bootstrap Oracle auth provider" |
| /oci/oracle-idcs-org-provisioning | "map IDCS groups to orgs", "provision org_members from identity domains", "fix Better Auth active org", or "bootstrap first admin" |
| /orchestrate | Use when executing a multi-task implementation plan with parallel agents. Coordinates task assignment, wave sequencing, |
| /phase-kickoff | Use when starting a new development phase or sprint that needs branch creation, TDD test shell, and roadmap entry done t |
| /prd | Use when creating, updating, validating, or phasing a PRD. Drives interactive discovery, technical architecture, phasing |
| /prod-readiness | Use when assessing release readiness or running a pre-launch review. Spawns 5 specialist agents in parallel (security, t |
| /publish-skill | Use when creating a new skill and publishing it to a GitHub repo for installation via npx skills add. Covers scaffold, s |
| /quality-commit | Use when committing code changes. Runs lint, typecheck, Semgrep security scan, optional CodeRabbit review, and related t |
| /refactor-module | Use when deciding whether to extract Terraform code into a reusable module, determining module boundaries, or migrating |
| /review-all | Use when preparing a PR or completing a phase of work and needing a full-spectrum code review. Runs security, API audit, |
| /oci/secrets-management | "store OCI secrets", "rotate Vault secrets", "debug secret retrieval 403", "use instance principals for Vault", or "replicate secrets" |
| /semgrep-coderabbit | Use when reviewing code changes before commit or PR merge. Covers tool sequencing, finding severity priorities, fix orde |
| /shadcn-svelte | Use when working with shadcn-svelte components, TanStack Table in Svelte 5, or Tailwind v4.1. Covers non-obvious reactiv |
| /oci/sqlite-to-oracle-planner | "migrate SQLite to Oracle", "replace better-sqlite3", "plan Oracle migration", "convert SQLite schema", or "find SQLite touch points" |
| /stitch-design-system | Use when extracting a design system from a Stitch project to create a DESIGN.md source-of-truth for consistent multi-scr |
| /stitch-prompt-engineer | Use when enhancing, polishing, or fixing Stitch UI generation prompts. Adds UI/UX keywords, injects design system tokens |
| /stitch-to-react | Use when converting Stitch designs into production React components. Enforces modular architecture: logic in hooks, data |
| /tanstack-query | Use when debugging TanStack Query / React Query issues: v4→v5 migration errors (gcTime, isPending, throwOnError), infini |
| /tdd | Use when implementing features, fixing bugs, or adding deliberate test coverage. Enforces test-first (red-green-refactor |
| /turborepo | Use when making Turborepo monorepo architecture decisions: choosing between monorepo vs polyrepo, deciding when to split |
| /write-natural-swedish | Use when improving Swedish writing, Swedish translations, or Swedish product copy with natural contemporary phrasing |
| /write-tests | Use when adding or improving test coverage for existing source code without changing production behavior. Selects mock s |
Custom agents for specialized tasks. Use with Claude Code's Task tool.
| Agent | Model | Purpose |
|---|---|---|
| mock-debugger | Sonnet | Diagnoses Vitest mock wiring failures — 6 anti-pattern checklist |
| security-reviewer | Opus | OWASP Top 10 review with file:line references |
Agents are automatically available when placed in .claude/agents/. Claude Code uses them via the Task tool:
# In Claude Code, the /review-all skill automatically spawns the security-reviewer agent
# Or reference directly: "Use the mock-debugger agent to diagnose why my tests fail"
Pre-built automation that runs on Claude Code tool events. See claude/hooks/README.md for full documentation.
| Hook | Trigger | What It Does |
|---|---|---|
commit-preflight.sh | Pre-Bash (git commit) | Lint + typecheck staged files |
security-scan.sh | Pre-Bash (git push) | Semgrep security scan |
cost-tracker.sh | Post-Bash | Track cloud resource costs |
session-summary.sh | Session end | Log session activity |
file-backup.sh | Pre-Edit | Backup files before editing |
Quick-start templates for building your own hooks: bash-pre.sh, edit-pre.sh, session-start.sh, user-prompt-submit.sh.
claude/settings/)Global permissions covering 400+ commands across 30+ categories:
# Install global permissions
cp claude/settings/user-level/config.json ~/.config/claude/config.json
git-workflow/)How the skills work together for a complete feature lifecycle:
┌─────────────────────────────────────────────────────────────┐
│ PLANNING PHASE │
│ │
│ /prd ──────────► PRD.md ──────────► /prd --to-plan │
│ (interactive (validated (generates │
│ discovery) requirements) task plan) │
└────────────────────────┬────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────┐
│ EXECUTION PHASE │
│ │
│ /orchestrate ──► spawn agent team ──► each agent runs: │
│ (coordinates (haiku/sonnet /implement │
│ waves) per task) (full TDD pipeline) │
│ │
│ /implement phases: │
│ 0. Pre-flight (git clean? types compile? tests green?) │
│ 1. Understand & Plan │
│ 2. Bootstrap Mock (1 test to validate wiring) │
│ 3. Red — write failing tests │
│ 4. Green — minimum implementation │
│ 5. Scope Guard (revert out-of-scope changes) │
│ 6. Full Suite + Quality Gates │
│ 7. Commit │
└────────────────────────┬────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────┐
│ REVIEW PHASE │
│ │
│ /review-all ──► parallel agents: │
│ • security-reviewer (OWASP Top 10) │
│ • API route auditor (schema coverage) │
│ • scope auditor (drift detection) │
│ │
│ /health-check ► types ✓ tests ✓ lint ✓ security ✓ │
│ dead code ✓ circular deps ✓ audit ✓ │
│ │
│ Verdict: READY TO MERGE / NEEDS FIXES / NEEDS DISCUSSION │
└─────────────────────────────────────────────────────────────┘
These skills are designed to be adapted to your project. Common customizations:
Update file paths in skills to match your project structure:
# In skills/health-check/SKILL.md, update workspace paths:
cd apps/api && npx tsc --noEmit → cd src && npx tsc --noEmit
Add project-specific reviewers to /review-all:
# In skills/review-all/SKILL.md, add to the agent table:
| **DB Reviewer** | `oracle-query-reviewer` (custom) | Changed SQL files | Bind params, atomic ops |
Extend /health-check with project-specific checks:
# Add to skills/health-check/SKILL.md:
### 8. OpenAPI Lint
npx spectral lint openapi.json --ruleset .spectral.yaml
agentic-tools/
├── README.md
├── package.json # npm package + skill CI scripts
├── install.sh # Shell installer
├── LICENSE
│
├── bin/
│ └── cli.js # npx agentic-tools init/list/help
│
├── scripts/ci/ # Skill library validation gates
│ ├── validate-skill-library.mjs
│ ├── install-smoke.mjs
│ ├── secret-scan.mjs
│ └── run-all.mjs
│
├── skills/ # 50 Agent Skills, registered from top-level and OCI nested packages
│ ├── README.md # Skill catalog and standards
│ ├── oci/ # OCI/Oracle ownership boundary
│ │ ├── SKILL.md # OCI skill-pack router
│ │ ├── README.md
│ │ ├── manifest.json # Canonical OCI skill inventory
│ │ ├── best-practices/ # OCI architecture router
│ │ ├── infrastructure-as-code/ # OCI Terraform, state, import, and security automation
│ │ ├── oracle-dba/ # Autonomous AI Database operations
│ │ ├── oci-resource-manager/ # OCI Resource Manager operations
│ │ ├── oci-security-control-plane/
│ │ ├── managed-bastion-access/
│ │ ├── zpr-security/
│ │ └── ... # Remaining OCI and Oracle-related packages
│ ├── implement/ # Full TDD feature pipeline
│ ├── review-all/ # Parallel review pipeline
│ ├── health-check/ # Codebase diagnostics
│ └── ... # Remaining skill packages
│
├── claude/
│ ├── agents/ # Custom agent definitions
│ │ ├── mock-debugger.md
│ │ └── security-reviewer.md
│ ├── hooks/ # Hook scripts + templates
│ │ ├── README.md
│ │ ├── examples/ # 5 production-ready hooks
│ │ └── hook-templates/ # 4 starter templates
│ └── settings/ # Permission configs
│ ├── user-level/config.json # 400+ command permissions
│ └── templates/ # Platform-specific configs
│
└── git-workflow/ # Git strategy guides
├── workflows/ # 3 workflow strategies
├── commit-templates/ # 8 conventional commit templates
├── pr-templates/ # 6 PR templates
└── branch-naming/ # Naming conventions
Found a missing pattern or have a battle-tested skill? PRs welcome.
skills/<skill-name>/SKILL.md; put all OCI or Oracle-related skills under skills/oci/<skill-name>/SKILL.md. Keep the package folder name and frontmatter name identical.description with concrete quoted user phrases.## When to Use, ## Do NOT load this skill when, anti-patterns, and ## Arguments.references/.bin/cli.js, install.sh, README.md, and skills/README.md; every Oracle-related skill also belongs in skills/oci/manifest.json.npm run skills:ci before opening a PR.See CONTRIBUTING.md for full guidelines.
MIT License — see LICENSE for details.
Legal Disclaimer: This is an independent community project with no official affiliation, partnership, or endorsement from Anthropic or any other mentioned products or services. References indicate compatibility, not affiliation.
Last Reviewed: May 27, 2026
Compatibility: Agent Skills SKILL.md format; local installers target Claude Code .claude/skills/ by default.
npx CLI installing 100+ agents, commands, hooks, and integrations in one command
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
Pocket Flow: Codebase to Tutorial