Browse Skills

22656 skills found

task-add.md
1
1 export task-add
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [Task Mgmt] A Skill that adds new tasks with priority tags to Docs/Task/{StepName}_Task.md documents for multi-agent parallel development. AI agent MUST invoke this skill AUTOMATICALLY when (1) discovering new work items during implementation, (2) user requests a new feature/fix, (3) breaking down a large task into subtasks, (4) identifying follow-up work after completing a task. CRITICAL - Never modify document structure, only add tasks with proper priority tags (!high, !medium, !low). Tasks should be distributed to avoid file conflicts between workers. (user)
2026-01-05
skill-protocol-mastery.md
1
1 export skill-protocol-mastery
2 rafaelcalleja from "rafaelcalleja/claude-market-place"
3 This skill should be used when the user asks to "create a skill", "write a SKILL.md", "validate skill structure", "improve skill description", "understand skill protocol", "design skill architecture", or needs guidance on progressive disclosure, trigger phrases, writing style, or skill validation for Claude Code.
2026-01-05
research-assistant.md
1
1 export research-assistant
2 tatat from "tatat/agents-playground"
3 Conduct research, synthesize information, and create structured summaries
2026-01-05
semantic-validation.md
1
1 export semantic-validation
2 akaszubski from "akaszubski/anyclaude-local"
3 GenAI-powered semantic validation - detects outdated docs, version mismatches, and architectural drift
2026-01-05
troubleshoot.md
1
1 export troubleshoot
2 thedotmack from "thedotmack/rad-mem"
3 Diagnose and fix rad-mem installation issues. Checks PM2 worker status, database integrity, service health, dependencies, and provides automated fixes for common problems.
2026-01-05
ai-multimodal.md
1
1 export ai-multimodal
2 wollfoo from "wollfoo/setup-factory"
3 Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens. | Sử dụng khi: AI, LLM, vision, embedding, phân tích hình ảnh, Gemini API.
2026-01-05
background-remover.md
1
1 export background-remover
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Remove backgrounds from images using segmentation. Support for color-based, edge detection, and AI-assisted removal methods. Batch processing available.
2026-01-05
workflow-orchestrator.md
1
1 export workflow-orchestrator
2 stharrold from "stharrold/stharrold-templates"
3 Orchestrates git workflow for Python feature/release/hotfix development.Loads and coordinates other skills based on current context.Includes PR feedback handling via work-item generation.Use when:- User says "next step?" or "continue workflow"- Working in git repo with TODO_[feature|release|hotfix]_*.md files- Need to determine workflow phase and load appropriate skills- Handling PR feedback via work-itemsTriggers: next step, continue, what's next, workflow status, PR feedbackCoordinates: tech-stack-adapter, git-workflow-manager, bmad-planner,speckit-author, quality-enforcer, workflow-utilitiesContext management: Prompt user to run /context when context usageis high, then /init to reset before continuing workflow.
2026-01-05
next-skill.md
1
1 export next-skill
2 gsannikov from "gsannikov/Exocortex"
3 AI-assisted skill creation with GitHub discovery, adaptation, or fresh scaffolding
2026-01-05
performance.md
1
1 export performance
2 89jobrien from "89jobrien/steve"
3 Comprehensive performance specialist covering analysis, optimization, load testing, and framework-specific performance. Use when identifying bottlenecks, optimizing code, conducting load tests, analyzing Core Web Vitals, fixing memory leaks, or improving application performance across all layers (application, database, frontend). Includes React-specific optimization patterns.
2026-01-05
ros2-custom-interfaces.md
1
1 export ros2-custom-interfaces
2 mjunaidca from "mjunaidca/robolearn"
3 Generate ROS 2 custom message (.msg) and service (.srv) interface definitions for educational content. This skill should be used when creating lessons that teach interface design, writing exercises involving custom data types, or generating worked examples for robotics communication protocols.
2026-01-05
frontend-debugging.md
1
1 export frontend-debugging
2 nirukk52 from "nirukk52/ScreenGraph"
3 Systematic 10-phase debugging procedure for SvelteKit 2 + Svelte 5 frontend issues. Use when components fail to render, routing breaks, runes throw errors, or Encore client calls fail.
2026-01-05
ops-compliance-runbook.md
1
1 export ops-compliance-runbook
2 Cloudhabil from "Cloudhabil/AGI-Server"
3 Execute compliance audit workflows with evidence trails and approvals; use when asked to verify SOC2, HIPAA, or GDPR controls.
2026-01-05
docker-basics.md
1
1 export docker-basics
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when containerizing applications: writing Dockerfiles, docker-compose configurations, and multi-stage builds.
2026-01-05
codex-review.md
1
1 export codex-review
2 williballenthin from "williballenthin/aiwilli"
3 Request an external review from Codex (OpenAI) to get a second perspective on designs, implementations, diffs, or architecture decisions
2026-01-05
frontend-design.md
1
1 export frontend-design
2 luthebao from "luthebao/frontend-template"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
2026-01-05
databases-architecture-skill.md
1
1 export databases-architecture-skill
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-nextjs"
3 Master database design (SQL, NoSQL), system architecture, API design (REST, GraphQL), and building scalable systems. Learn PostgreSQL, MongoDB, system design patterns, and enterprise architectures.
2026-01-05
dynamic-budget-orchestrator.md
1
1 export dynamic-budget-orchestrator
2 Cloudhabil from "Cloudhabil/AGI-Server"
3 Dynamically scale model token budgets using resource telemetry, prompt size, and profile presets. Use when token limits must adapt to hardware constraints, per-request size, or safe/fast/quality modes.
2026-01-05
security-review.md
1
1 export security-review
2 vanillacake369 from "vanillacake369/tonys-nix"
3 Identify security vulnerabilities, performance issues, and code quality problems through systematic analysis adapted to project's technology stack and domain. Use when reviewing code, assessing security, auditing. Triggers: 'security', 'vulnerability', 'audit', 'review', 'OWASP', 'injection', 'authentication', 'authorization', 'XSS', 'CSRF', 'secure', '보안', '취약점', '검토', '리뷰', '감사', '인증', '인가', '보안검사'.
2026-01-05
agentuity-cli-cloud-env-delete.md
1
1 export agentuity-cli-cloud-env-delete
2 agentuity from "agentuity/discord-help-agent"
3 Delete an environment variable. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
test-cli.md
1
1 export test-cli
2 eli0shin from "eli0shin/envoy"
3 Start tmux sessions, send prompts to the CLI, capture output, and verify behavior using helper scripts. Use when testing the CLI, interactive mode, TUI components, or when the user mentions tmux sessions.
2026-01-05
mcp-server-generator.md
1
1 export mcp-server-generator
2 Krosebrook from "Krosebrook/source-of-truth-monorepo"
3 Expert guidance for creating, configuring, and deploying Model Context Protocol (MCP) servers. Use when building custom MCP servers, integrating external APIs, or extending Claude with new capabilities.
2026-01-05
slipstream-protocol.md
1
1 export slipstream-protocol
2 anthony-maio from "anthony-maio/slipcore"
3 Slipstream Protocol v2 - Semantic Quantization for Multi-Agent Communication
2026-01-05
context-management.md
1
1 export context-management
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Manage project context effectively. Use when onboarding, context switching, or maintaining project knowledge. Covers context capture and sharing.
2026-01-05