Browse Skills
2962 skills found
web-investigation.md
6
1
export
web-investigation
2
from
"rosssaunders/coincise"
from
"rosssaunders/coincise"
3
Investigate website structure and debug web scraping using Chrome DevTools MCP. Use when analyzing documentation frameworks, debugging extraction issues, understanding HTML structure, investigating why web content isn't being captured correctly, or exploring API documentation sites. Covers Redocly, Swagger UI, and other modern documentation frameworks.
2026-01-05
partner-providers-runware.md
6
1
export
partner-providers-runware
2
from
"imgly/plugins"
from
"imgly/plugins"
3
Discover new Runware AI models from documentation and implement providers.Use when: checking for new Runware models, implementing Runware providers,updating providers.md status, or working with Runware API integrations.
2026-01-05
c3-query.md
6
1
export
c3-query
2
from
"lagz0ne/c3-skill"
from
"lagz0ne/c3-skill"
3
Use when project has .c3/ and user asks about architecture or code location.Triggers: "explain", "where is", "look for", "how does", "what is", "find", "show me", C3 IDs (c3-0, c3-1, adr-*).
2026-01-05
emacs.md
6
1
export
emacs
2
from
"conornash/dot-emacs"
from
"conornash/dot-emacs"
3
Interact with a running Emacs instance via MCP. Use this skill when the user asks to interact with Emacs buffers, set up automation, or coordinate between Claude Code and Emacs. Access Elisp documentation directly via (describe-function 'fn) or (describe-variable 'var).
2026-01-05
sync-agent-configs.md
6
1
export
sync-agent-configs
2
from
"dparedesi/YTScribe"
from
"dparedesi/YTScribe"
3
Sync skill definitions to agent proxy files (.agent/workflows/skills.md and .github/copilot-instructions.md). Use after adding, removing, or modifying skills.
2026-01-05
dgroomes-project-conventions.md
6
1
export
dgroomes-project-conventions
2
from
"dgroomes/my-software"
from
"dgroomes/my-software"
3
Conventions and style guidelines for dgroomes' personal projects. Use when upgrading, maintaining, or creating projects in dgroomes' repositories. Covers README style, Gradle configuration, version catalogs, commit messages, and general code conventions.
2026-01-05
agent-orchestrator.md
6
1
export
agent-orchestrator
2
from
"stevengonsalvez/claudecode-bootstrap"
from
"stevengonsalvez/claudecode-bootstrap"
3
Spawn, monitor, and manage Claude Code agents in parallel tmux sessions. Supports simple ad-hoc agents and complex DAG-based multi-agent orchestration with wave execution.
2026-01-05
bd-issue-tracking.md
6
1
export
bd-issue-tracking
2
from
"kaihendry/dabase.com"
from
"kaihendry/dabase.com"
3
Track complex, multi-session work with dependency graphs using bd (beads) issue tracker. Use when work spans multiple sessions, has complex dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.
2026-01-05
project-discovery.md
6
1
export
project-discovery
2
from
"wayne930242/Reflexive-Claude-Code"
from
"wayne930242/Reflexive-Claude-Code"
3
Deep project analysis for architecture planning. Use when starting migration or designing new agent components for an unfamiliar codebase.
2026-01-05
scrum-event-backlog-refinement.md
6
1
export
scrum-event-backlog-refinement
2
from
"atusy/agentic-scrum"
from
"atusy/agentic-scrum"
3
Transform PBIs into ready status for AI execution. Use when refining backlog items, splitting stories, or ensuring Definition of Ready.
2026-01-05
moai-security.md
6
1
export
moai-security
2
from
"modu-ai/claude-plugins"
from
"modu-ai/claude-plugins"
3
Auth0 security specialist covering attack protection, multi-factor authentication, token security, sender constraining, and compliance. Use when implementing Auth0 security features, configuring attack defenses, setting up MFA, or meeting regulatory requirements.
2026-01-05
building-ai-agent-on-cloudflare.md
6
1
export
building-ai-agent-on-cloudflare
2
from
"cloudflare/skills"
from
"cloudflare/skills"
3
Builds AI agents on Cloudflare using the Agents SDK with state management,real-time WebSockets, scheduled tasks, tool integration, and chat capabilities.Generates production-ready agent code deployed to Workers.Use when: user wants to "build an agent", "AI agent", "chat agent", "statefulagent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asksabout agent "state management", "scheduled tasks", or "tool calling".
2026-01-05
claude-collider.md
6
1
export
claude-collider
2
from
"jeremyruppel/claude-collider"
from
"jeremyruppel/claude-collider"
3
Use when live coding music with SuperCollider via ClaudeCollider MCP server.
2026-01-05
artificial-analysis-compare.md
6
1
export
artificial-analysis-compare
2
from
"alexfazio/artificial-analysis-compare"
from
"alexfazio/artificial-analysis-compare"
3
Compare LLM models using the Artificial Analysis API. This skill should be used when the user asks to compare AI models, benchmark LLMs, evaluate model performance, compare pricing between models, or find the best model for a specific use case (coding, math, speed, cost). Triggers on requests like "compare GPT-5 and Claude", "which model is fastest", "cheapest model for coding", "benchmark comparison", "model performance analysis", or "artificial analysis". (user)
2026-01-05
cortex-operations.md
6
1
export
cortex-operations
2
from
"intertwine/hive-orchestrator"
from
"intertwine/hive-orchestrator"
3
Operate the Agent Hive Cortex orchestration engine. Use this skill when running Cortex commands, analyzing project dependencies, finding ready work, understanding the orchestration system, or troubleshooting Cortex issues.
2026-01-05
mojo-lint-syntax.md
6
1
export
mojo-lint-syntax
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Validate Mojo syntax against current v0.25.7+ standards. Use to catch syntax errors before compilation.
2026-01-05
vscode-test-setup.md
6
1
export
vscode-test-setup
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides comprehensive guidance for setting up and configuring test environments for VS Code extension projects. Use when initializing a new test infrastructure, configuring test runners (Mocha, Jest), setting up CI/CD test pipelines, integrating coverage tools (c8, nyc), or troubleshooting test configuration issues.
2026-01-05
testing-test-writing.md
6
1
export
testing-test-writing
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Write focused tests for core user flows and critical business logic, testing behavior rather than implementation, with clear names and fast execution. Use this skill when writing unit tests, integration tests, or end-to-end tests. When testing critical user workflows and primary application features. When creating tests that focus on what code does rather than how it does it. When mocking external dependencies like databases, APIs, or file systems. When naming tests to clearly describe the scenario and expected outcome. When keeping tests fast and independent. When completing feature implementation and adding strategic tests at logical completion points. When working with test files or test frameworks.
2026-01-05
add-openrouter-model.md
5
1
export
add-openrouter-model
2
from
"travisennis/acai-ts"
from
"travisennis/acai-ts"
3
Fetch OpenRouter model details and provide guidance for adding models to acai-ts provider configuration.
2026-01-05
deployment-docker.md
5
1
export
deployment-docker
2
from
"CsHeng/dot-claude"
from
"CsHeng/dot-claude"
3
Docker and containerization guidelines. Use when deployment docker guidance is required.
2026-01-05
agent-development.md
5
1
export
agent-development
2
from
"sjnims/plugin-dev"
from
"sjnims/plugin-dev"
3
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
2026-01-05
vibeship-security-writer.md
5
1
export
vibeship-security-writer
2
from
"vibeforge1111/vibeship-knowledgebase"
from
"vibeforge1111/vibeship-knowledgebase"
3
World-class security content writer for VibeShip Knowledge Base. Creates authoritative, SEO-optimized, LLM-extractable content about cybersecurity vulnerabilities in AI-generated code.Use this skill when:- Writing vulnerability articles (SQL injection, XSS, IDOR, etc.)- Creating AI tool security analysis (Cursor, Claude Code, Bolt patterns)- Writing stack security guides (Next.js + Supabase, Express, etc.)- Generating fix prompts for AI coding tools- Creating security checklists and glossary entries- Writing research content (Vulnerability Index, methodology)- Any security-related KB content for vibeship.co/kb/security/Expertise: SEO optimization, LLM citation optimization, OWASP vulnerabilities, CWE database, AI-generated code patterns, vibe coder audience, technical writing for non-security-experts.
2026-01-05
image-gen.md
5
1
export
image-gen
2
from
"shipdeckai/image-gen"
from
"shipdeckai/image-gen"
3
Generate and edit images using AI providers (OpenAI DALL-E, Stability AI, BFL FLUX, Ideogram, FAL, Gemini, Replicate, Clipdrop). Use when user asks to create images, generate artwork, make logos, create visual content, edit photos, remove backgrounds, or modify existing images. Triggers on requests involving pictures, illustrations, graphics, product shots, marketing visuals, or any image creation/editing task.
2026-01-05
new-component.md
5
1
export
new-component
2
from
"k35o/k8o"
from
"k35o/k8o"
3
React コンポーネントとStorybookストーリーを生成。新しいコンポーネントを作成する際に使用。TailwindCSSカスタムトークン、ArteOdyssey UIライブラリを活用。
2026-01-05