Browse Skills

44915 skills found

google-adk.md
0
1 export google-adk
2 cuba6112 from "cuba6112/researchagent"
3 Guide for building AI agents with Google ADK (Agent Development Kit). Use when creating multi-agent pipelines, implementing conditional agent branching, designing agent tools with FunctionTool, or debugging agent data flow issues. Covers SequentialAgent, LoopAgent, ParallelAgent patterns, session.state management, output_key chaining, and transfer_to_agent for control flow. Essential for understanding non-obvious ADK behaviors like why SequentialAgent runs ALL agents even after rejection.
2026-01-05
webpack-config-builder.md
0
1 export webpack-config-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Webpack configuration files for bundling JavaScript/TypeScript applications with loaders, plugins, and optimization settings. Triggers on "create webpack config", "generate webpack configuration", "webpack setup for", "bundle config".
2026-01-05
policyengine-api.md
0
1 export policyengine-api
2 PolicyEngine from "PolicyEngine/policyengine-claude"
3 PolicyEngine API - Flask REST service powering policyengine.org and programmatic access
2026-01-05
repomix-package-builder.md
0
1 export repomix-package-builder
2 paunchygent from "paunchygent/skriptoteket"
3 Create targeted repomix XML packages for AI code analysis. Suggests templates (metadata-flow, code-review, architecture, context) and file patterns based on task objectives. See reference.md for detailed workflows and patterns.
2026-01-05
backend-core.md
0
1 export backend-core
2 timequity from "timequity/vibe-coder"
3 Language-agnostic backend patterns: API design, authentication, security, databases.Use when: designing APIs, implementing auth, securing endpoints, modeling data.Triggers: "api design", "rest api", "graphql", "authentication", "jwt", "oauth","security", "owasp", "database schema", "migrations", "sql".
2026-01-05
web-qa-exploration.md
0
1 export web-qa-exploration
2 bryonjacob from "bryonjacob/aug"
3 Perform exploratory QA testing on web applications using Playwright. Navigate flows, analyze pages, find issues, and generate actionable reports with evidence.
2026-01-05
checkvist.md
0
1 export checkvist
2 kappa from "kappa/checkvist-cli"
3 Manage Checkvist tasks, checklists, and notes using checkvist-cli. Use when the user wants to work with Checkvist.com data, including viewing/creating/updating checklists, hierarchical tasks, or task notes.
2026-01-05
obsidian-worklog.md
0
1 export obsidian-worklog
2 clempat from "clempat/nix-config"
3 Ensures project worklogs and documentation are written to an Obsidian vault with proper naming conventions
2026-01-05
musubix-code-generation.md
0
1 export musubix-code-generation
2 nahisaho from "nahisaho/MUSUBIX"
3 Guide for generating code from design specifications using MUSUBIX. Use this when asked to generate code, implement features, or create components following design documents.
2026-01-05
task.md
0
1 export task
2 WouterWisse from "WouterWisse/wouterwisse.com"
3 Execute complex tasks with planning, parallel subagents, atomic commits, and documentation updates. Use when the user asks to implement a feature, refactor code, or complete multi-step work.
2026-01-05
curriculum-validate-cc.md
0
1 export curriculum-validate-cc
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate IMS Common Cartridge 1.3 packages against spec, check manifest schema, verify file references, validate QTI assessments, and ensure LMS compatibility. Use when validating CC packages before delivery. Activates on "validate Common Cartridge", "check CC package", "verify IMS CC", or "CC validation".
2026-01-05
mobile-debugging.md
0
1 export mobile-debugging
2 rozwer from "rozwer/cross2B-Pro"
3 Use for React Native / Expo troubleshooting (Metro bundler, native modules, simulator/emulator issues).
2026-01-05
script-best-practices.md
0
1 export script-best-practices
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Best practices for bundling scripts in skills including error handling, constants documentation, and execution patterns. Use when creating script-enabled skills.
2026-01-05
taskflow-integration.md
0
1 export taskflow-integration
2 gaurangrshah from "gaurangrshah/gsc-plugins"
3 Optional TaskFlow integration for AppGen projects
2026-01-05
tmux.md
0
1 export tmux
2 trentshaines from "trentshaines/dotfiles"
3 Help with tmux, tmuxinator, and sesh session management. Use when the user asks about tmux sessions, tmuxinator templates, session switching, or terminal multiplexing.
2026-01-05
lisp-validator.md
0
1 export lisp-validator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate Lisp code (Clojure, Racket, Scheme, Common Lisp) for syntax errors, parenthesis balance, and semantic issues. This skill should be used when validating Lisp code files, checking for syntax errors before execution, or validating LLM-generated Lisp code including incomplete or partial expressions. Provides structured JSON output optimized for automated workflows.
2026-01-05
infrastructure-as-code.md
0
1 export infrastructure-as-code
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-software-design"
3 Infrastructure as Code using Terraform, Ansible, and CloudFormation. Master declarative infrastructure management.
2026-01-05
debug.md
0
1 export debug
2 ibnuhalimm from "ibnuhalimm/claude-code-resources"
3 Debug your application to find and fix a bug or errors
2026-01-05
automatic-stateful-prompt-improver.md
0
1 export automatic-stateful-prompt-improver
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically intercepts and optimizes prompts using the prompt-learning MCP server. Learns from performance over time via embedding-indexed history. Uses APE, OPRO, DSPy patterns. Activate on "optimize prompt", "improve this prompt", "prompt engineering", or ANY complex task request. Requires prompt-learning MCP server. NOT for simple questions (just answer them), NOT for direct commands (just execute them), NOT for conversational responses (no optimization needed).
2026-01-05
git-workflow.md
0
1 export git-workflow
2 philoserf from "philoserf/claude-code-setup"
3 Automates complete git workflows including branch management, atomic commits with formatted messages, history cleanup, and PR creation. Use when the user wants to commit/make commits, push to remote, create/open a PR, clean up commits, create branches, write commit messages, mentions atomic commits, git workflow, git best practices, or needs help organizing git changes. Also triggers when user is on main/master with uncommitted changes (suggest branching), has messy commit history to clean up before pushing, wants to squash or reorder commits, or needs help creating pull requests.
2026-01-05
global-conventions.md
0
1 export global-conventions
2 mshafei721 from "mshafei721/Turbocat"
3 Follow project-wide development conventions for file structure, documentation, version control, environment configuration, and code review processes. Use this skill when organizing project files and directories. When working with Git commits, branches, or pull requests. When managing environment variables or configuration files. When updating README or documentation files. When working with dependencies or package management. When considering feature flags or changelog entries.
2026-01-05
atlassianapi.md
0
1 export atlassianapi
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Atlassian API integration for Jira and Confluence automation. Activate for Atlassian REST APIs, webhooks, and platform integration.
2026-01-05
shell-scripting.md
0
1 export shell-scripting
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Shell scripting best practices for bash and other shells. Use when writing shell scripts, bash functions, or command-line automation.
2026-01-05
async-python-patterns.md
0
1 export async-python-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement AsyncIO patterns for I/O-bound tasks with asyncio.gather, semaphores, and FastAPI async endpoints. Use for concurrent operations, parallel HTTP fetches, rate-limited operations, or async API development. Achieves near-linear scaling with concurrent tasks and minimal overhead. Triggers on "async", "asyncio", "concurrent", "parallel requests", "FastAPI async", "aiohttp", "async Python".
2026-01-05