Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
audit-dependencies
Run npm audit to scan for security vulnerabilities and check for outdated packages. Returns structured output with vulnerability counts by severity (critical/high/moderate/low), affected packages, and recommended updates. Used for security audits and maintenance.
BerryKuipers/claude-code-toolkit 6
-
scaffold
Detect project stack, apply architecture patterns, wire quality gates, and scaffold features. Use when bootstrapping a project, adding a vertical slice, wiring CI/CD, adding Docker compose, or setting up quality gates.
BerryKuipers/claude-code-toolkit 6
-
fetch-github-issue-analysis
Fetch GitHub issue details with AI analysis comment from github-actions bot, extracting structured data for architecture planning in WescoBar workflows
BerryKuipers/claude-code-toolkit 6
-
check-existing-pr
Check if pull request already exists for current branch to support workflow resumption and prevent duplicate PR creation
BerryKuipers/claude-code-toolkit 6
-
parse-ai-analysis
Parse GitHub AI analysis comment sections for architectural alignment, technical feasibility, implementation suggestions, and testing strategy
BerryKuipers/claude-code-toolkit 6
-
deploy
Deploy projects to staging or production environments. Repo-agnostic deployment
orchestration using SSH MCP for VPS operations and Cloudflare for DNS/SSL.
Reads project configuration from deployments.registry.json.
BerryKuipers/claude-code-toolkit 6
-
vps
Direct VPS operations via SSH MCP. Manage Docker containers, check logs,
run commands, and troubleshoot services on registered VPS servers.
BerryKuipers/claude-code-toolkit 6
-
dns
Cloudflare DNS and infrastructure management. Manage DNS records, tunnels,
Access policies, SSL certificates, and CDN caching.
BerryKuipers/claude-code-toolkit 6
-
competitive-intel-briefing
jeffvincent/claude-config 5
-
readwise-skill
Import books, articles, podcasts, and other content from Readwise into Content Notes with all highlights and annotations. Use when user wants to import specific content from their Readwise library.
jeffvincent/claude-config 5
-
readwise-content-analyzer
Analyze Readwise source documents (books, articles, podcasts) to generate thematic insights, extract key patterns, and update synthesis documents. Use after importing content with readwise-skill.
jeffvincent/claude-config 5
-
exec-assistant
jeffvincent/claude-config 5
-
agent-manager
Manages Claude Code agent (subagent) definitions including create, validate, version, and list operations using a two-phase API.
oakensoul/aida-core-plugin 4
-
plugin-manager
Unified plugin management combining extension CRUD operations (create, validate, version, list) with project scaffolding
oakensoul/aida-core-plugin 4
-
skill-manager
Manages Claude Code skill definitions - create, validate, version, and list skills following the Agent Skills open standard.
oakensoul/aida-core-plugin 4
-
hook-manager
Manages Claude Code hook configurations in settings.json files. Supports listing, adding, removing, and validating lifecycle hooks.
oakensoul/aida-core-plugin 4
-
aida
This skill routes /aida commands to appropriate handlers - configuration, diagnostics, feedback, extension management (agent-manager, skill-manager, plugin-manager, hook-manager, claude-md-manager), and session persistence (memento).
oakensoul/aida-core-plugin 4
-
project-context
Provides current project state, architecture overview, and structured metadata
oakensoul/aida-core-plugin 4
-
project-documentation
Helps locate and navigate project documentation efficiently
oakensoul/aida-core-plugin 4
-
permissions
Interactive Claude Code permissions management - scans plugin recommendations, presents categorized setup, and writes to settings.json
oakensoul/aida-core-plugin 4
-
memento
Manages mementos for session persistence - save and restore context across /clear and /compact
oakensoul/aida-core-plugin 4
-
claude-md-manager
Manages CLAUDE.md configuration files across project, user, and plugin scopes using a two-phase API for create, optimize, validate, and list operations.
oakensoul/aida-core-plugin 4
-
python-code-style
Professional Python code style enforcement for generation and review. When Claude needs to work with Python code for: (1) Generating Python code, scripts, functions, or classes, (2) Reviewing or auditing existing Python code, (3) Refactoring Python code, (4) Creating .py files, or any Python coding tasks.
pillarliang/python-code-style
-
cloudflare-kv
Use when persisting tool data in Cloudflare KV - Describes bindings, key naming, and function conventions.
dave1010/tools 7