🛠️ Tools
1884 skills found
vibe-validate.md
3
1
export
vibe-validate
2
from
"jdutton/vibe-validate"
from
"jdutton/vibe-validate"
3
Faster Agentic Coding with confidence in every commit
2026-04-18
code-review.md
3
1
export
code-review
2
from
"ntsk/dotfiles"
from
"ntsk/dotfiles"
3
⚡
2026-04-17
babashkafs.md
3
1
export
babashkafs
2
from
"hugoduncan/library-skills"
from
"hugoduncan/library-skills"
3
A guide to using babashka.fs.
2026-01-17
spec-kit-feedback.md
3
1
export
spec-kit-feedback
2
from
"pradeepmouli/spec-kit-extensions"
from
"pradeepmouli/spec-kit-extensions"
3
9 workflows that extend spec-kit to cover the complete software development lifecycle
2026-04-16
maud-syntax-fundamentals.md
3
1
export
maud-syntax-fundamentals
2
from
"matthewharwood/engmanager.xyz"
from
"matthewharwood/engmanager.xyz"
3
A personal engineering-management site exploring systems leadership, design-driven engineering, and building teams that ship. Notes on architecture, platforms, culture, and the craft of leading engineers at scale.
2026-01-31
github-cli-helper.md
3
1
export
github-cli-helper
2
from
"mkaczkowski/ai-command-library"
from
"mkaczkowski/ai-command-library"
3
Execute GitHub CLI commands using the correct Homebrew path. Use when interacting with GitHub PRs, issues, repos, or any gh command.
2026-04-08
developing-llamaindex-systems.md
3
1
export
developing-llamaindex-systems
2
from
"SpillwaveSolutions/developing-llamaindex-systems"
from
"SpillwaveSolutions/developing-llamaindex-systems"
3
>-
2026-01-17
gemini-cli-integration.md
3
1
export
gemini-cli-integration
2
from
"Whamp/whamp-claude-tools"
from
"Whamp/whamp-claude-tools"
3
a collection of [3] plugins for Claude Code that might be helpful for others
2026-03-09
jira.md
3
1
export
jira
2
from
"averycrespi/claudefiles"
from
"averycrespi/claudefiles"
3
My configuration for working with AI coding agents
2026-04-17
front-end-skill.md
3
1
export
front-end-skill
2
from
"0xgeorgemathew/splithub"
from
"0xgeorgemathew/splithub"
3
SplitHub makes crypto payments as simple as tapping your phone.
2026-04-01
drupal-standards.md
3
1
export
drupal-standards
2
from
"nonzod/drupaldev-claude-skill"
from
"nonzod/drupaldev-claude-skill"
3
SKILL Claude for Drupal development
2026-01-25
browser.md
3
1
export
browser
2
from
"factory-ben/browser-skill"
from
"factory-ben/browser-skill"
3
Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements.
2026-01-01
project-memory-recall.md
3
1
export
project-memory-recall
2
from
"hungson175/deploy-memory-tools"
from
"hungson175/deploy-memory-tools"
3
Retrieve project-specific insights from file-based memory. Use when working on features, encountering domain-specific questions, or user says "--project-recall" or "--recall" (you decide which scope, may use both). Skip for routine tasks or universal pattern questions (use coder-memory-recall). This Skill MUST be executed using Task tool with subagent_type="general-purpose". Runs in separate context to avoid polluting main conversation.
2026-02-12
prompt-template.md
3
1
export
prompt-template
2
from
"Lightprotocol/docs-v2"
from
"Lightprotocol/docs-v2"
3
Generate structured implementation prompts for SDK integration, API setup, or feature implementation. Use when user wants to create a prompt for implementing something in their codebase.
2026-04-07
code-examples.md
3
1
export
code-examples
2
from
"pluginagentmarketplace/custom-plugin-technical-writer"
from
"pluginagentmarketplace/custom-plugin-technical-writer"
3
Technical writer plugin with documentation templates and API docs
2026-03-15
concierge.md
3
1
export
concierge
2
from
"tonyandrewmeyer/charming-with-claude"
from
"tonyandrewmeyer/charming-with-claude"
3
Experimentation with using Anthropic's Claude tool to build simple charms
2026-04-18
ccg-latent.md
3
1
export
ccg-latent
2
from
"phuongrealmax/claude-code-guardian"
from
"phuongrealmax/claude-code-guardian"
3
Code Guardian Studio – AI-powered code refactor engine for large repositories, built on Claude Code + MCP.
2026-04-15
pr-lifecycle.md
3
1
export
pr-lifecycle
2
from
"codekiln/langstar"
from
"codekiln/langstar"
3
Command line tool for the langsmith and langgraph APIs
2026-01-23
n8n-v2.md
3
1
export
n8n-v2
2
from
"splinesreticulating/n8n-v2-workflow-skill"
from
"splinesreticulating/n8n-v2-workflow-skill"
3
Comprehensive n8n v2.0 reference for building workflow automation. Use this skill when working with n8n workflows, especially for (1) creating workflow JSON files for import, (2) implementing human-in-the-loop approval workflows with Wait nodes, (3) troubleshooting Execute Sub-Workflow node issues, (4) setting up API credentials (LinkedIn, Anthropic, NewsAPI), (5) building orchestrator patterns with sub-workflows, (6) using expressions in nodes, (7) understanding MCP server limitations, or (8) any n8n workflow development task.
2026-04-10
wp-migrate.md
3
1
export
wp-migrate
2
from
"BWBama85/wp-migrate.sh"
from
"BWBama85/wp-migrate.sh"
3
WordPress migration script supporting SSH push and archive import modes with automated database handling, URL replacement, and wp-content sync
2026-03-18
lintmesh.md
3
1
export
lintmesh
2
from
"hexsprite/lintmesh"
3
Run multiple linters (eslint, oxlint, tsc, biome) in parallel with unified JSON output. Use when linting code, checking for errors before commits, or debugging lint failures. Triggers on "lint", "check code", "run linters", or after editing JS/TS files.
2026-04-14
install-skill.md
3
1
export
install-skill
2
from
"tnez/agent-skills"
from
"tnez/agent-skills"
3
Reusable agent skills for LLM-powered tools and workflows
2026-04-01
python-plan-optimization.md
3
1
export
python-plan-optimization
2
from
"it-bens/claude-code-plugins"
from
"it-bens/claude-code-plugins"
3
6-phase read-only analysis workflow for Python code in markdown documents.Detects design principle violations, code smells, and suggests modern Python improvements.Applies project-type-aware thresholds (POC, MVP, Private, Enterprise, Open Source).Processes one or more documents, generating per-document analysis with summary.
2026-04-18
github-security-review.md
3
1
export
github-security-review
2
from
"MaTriXy/github-review-skill"
from
"MaTriXy/github-review-skill"
3
Analyze GitHub repository security alerts and generate remediation plans. Use when the user asks to review security alerts, fix vulnerabilities, check dependabot alerts, review code scanning issues, or address secret scanning findings for a GitHub repository. Triggers on requests mentioning GitHub security, repo security review, vulnerability remediation, or security audit.
2026-03-31