Browse Skills
17720 skills found
script-writer.md
1
1
export
script-writer
2
from
"agent-trust-protocol/atp-core"
from
"agent-trust-protocol/atp-core"
3
This skill should be used whenever users need YouTube video scripts written. On first use, collects comprehensive preferences including script type, tone, target audience, style, video length, hook style, use of humor, personality, and storytelling approach. Generates complete, production-ready YouTube scripts tailored to user's specifications for any topic. Maintains database of preferences and past scripts for consistent style.
2026-01-05
ccg-guardian.md
1
1
export
ccg-guardian
2
from
"phuongrealmax/code-guardian"
from
"phuongrealmax/code-guardian"
3
Use this skill when working on code projects that need memory persistence, code validation, multi-agent coordination, or workflow tracking. Activates Claude Code Guardian MCP tools.
2026-01-05
limacharlie-call.md
1
1
export
limacharlie-call
2
from
"refractionPOINT/lc-ai"
from
"refractionPOINT/lc-ai"
3
**REQUIRED for ALL LimaCharlie operations** - list orgs, sensors, rules, detections, queries, and 143 functions. NEVER call LimaCharlie MCP tools directly. Use cases: 'what orgs do I have', 'list sensors', 'search IOCs', 'run LCQL query', 'create detection rule'. This skill loads function docs and delegates to sub-agent.
2026-01-05
plan-parallel-dev.md
1
1
export
plan-parallel-dev
2
from
"hiroshi75/ccplugins"
from
"hiroshi75/ccplugins"
3
複数開発者での並列開発計画書を作成するスキル。git worktree を活用したブランチ戦略、タスクの依存関係分析、クリティカルパス計算、開発者ロール割り当て、タイムライン作成を行う。「並列開発計画を作って」「複数人で同時開発したい」「worktree で分担したい」「開発を最大限並列化したい」などのリクエスト時に使用。また、「〇〇を並列で修正して」「worktree で△△をやって」「並列タスクを追加」などのリクエストで、オンデマンドの並列タスクを即座に開始できる。
2026-01-05
context-resume.md
1
1
export
context-resume
2
from
"davidorex/vcv-rack-module-creation-framework"
from
"davidorex/vcv-rack-module-creation-framework"
3
Load module context from handoff files to resume work
2026-01-05
astro-component-generator.md
1
1
export
astro-component-generator
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
Generate Astro components with TypeScript frontmatter, TailwindCSS patterns, and i18n support
2026-01-05
az-cli.md
1
1
export
az-cli
2
from
"lttr/claude-marketplace"
from
"lttr/claude-marketplace"
3
This skill should be used when working with Azure DevOps from the command line. Trigger when user mentions az devops, az repos, az pipelines, az boards, or asks about managing PRs, work items, pipelines, or repositories in Azure DevOps. Also trigger for questions about Azure DevOps CLI setup, authentication, or querying work items.
2026-01-05
strands-spec.md
1
1
export
strands-spec
2
from
"ThomasRohde/strands-cli"
from
"ThomasRohde/strands-cli"
3
Expert guidance for creating strands-cli workflow specifications (YAML/JSON). Use when creating, modifying, or troubleshooting strands-cli specs for: (1) Multi-step agent workflows (chain, routing, parallel, graph patterns), (2) Tool configuration (python_exec, http_request, custom tools), (3) Runtime and provider setup (Bedrock, OpenAI, Ollama), (4) Input/output handling and templating, or (5) Debugging validation errors
2026-01-05
workflow-optimizer.md
1
1
export
workflow-optimizer
2
from
"vladm3105/aidoc-flow-framework"
from
"vladm3105/aidoc-flow-framework"
3
Workflow navigation assistant that recommends next steps and optimizes documentation sequence through the SDD workflow
2026-01-05
simulate-uat.md
1
1
export
simulate-uat
2
from
"oocx/tfplan2md-uat"
from
"oocx/tfplan2md-uat"
3
Simulate the UAT workflow (create PR, comment, poll) on GitHub or Azure DevOps using a minimal test artifact and simulated fixes.
2026-01-05
beads-bd.md
1
1
export
beads-bd
2
from
"gjermundgaraba/dotfiles"
from
"gjermundgaraba/dotfiles"
3
Use this skill for ALL task, issue, and todo tracking when the project has a `.beads/` directory or uses `bd` commands. This skill MUST be used instead of TodoWrite for any project with beads initialized.
2026-01-05
git-worktree.md
1
1
export
git-worktree
2
from
"sh1ma/nelchan"
from
"sh1ma/nelchan"
3
Git worktreeを使った並列開発を支援する。複数のClaude Codeインスタンスで同時に異なるブランチの作業を行う際に使用する。"worktree"、"並列開発"、"別ブランチで作業"などのキーワードで発動。
2026-01-05
using-superpowers.md
1
1
export
using-superpowers
2
from
"CodingCossack/agent-skills-library"
from
"CodingCossack/agent-skills-library"
3
Meta-skill enforcing skill discovery and invocation discipline through mandatory workflows. Use when starting any conversation to check for relevant skills before any response, ensuring skill-first workflow before proceeding.
2026-01-05
ai-sdk-ui.md
1
1
export
ai-sdk-ui
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Build React chat interfaces with Vercel AI SDK v5/v6. Covers v6 beta (agent integration, tool approval,auto-submit), v4→v5 migration (breaking changes), useChat/useCompletion/useObject/useAssistant hooks,and 12 UI error solutions (stream parsing, stale body values, React update depth).Use when: implementing AI SDK v5/v6 chat UIs, migrating v4→v5, troubleshooting "useChat failed to parsestream", "useChat no response", or "stale body values" errors, or integrating OpenAI assistants.
2026-01-05
creating-skill.md
1
1
export
creating-skill
2
from
"jeejeeguan/agent-rules"
from
"jeejeeguan/agent-rules"
3
Guide for creating effective Claude Skills. Covers structure, naming, progressive disclosure, workflows, and best practices. Use when the user wants to create a new Skill, improve existing Skills, or learn Skill authoring patterns.
2026-01-05
codex-ask.md
1
1
export
codex-ask
2
from
"dceoy/gh-actions-for-devops"
from
"dceoy/gh-actions-for-devops"
3
Ask OpenAI Codex questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns are used, or needs to understand existing code. Requires Codex CLI installed.
2026-01-05
table-datagrid-builder.md
1
1
export
table-datagrid-builder
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
This skill builds data tables/grids with sorting, filtering, pagination, and row actions.Supports React (TanStack Table, AG Grid), Vue 3 (Vue Good Table, AG Grid), with server/client-side data.Creates tables with column configuration, sorting (multi-column), filtering (text, date, number), pagination, row selection, export (CSV/Excel).Activate when user says "create table", "data grid", "display list", "show users table", or needs tabular data display.Output: Production-ready tables with sorting, filtering, pagination, accessibility, and export functionality.
2026-01-05
hotwire-patterns-turbo-stimulus.md
1
1
export
hotwire-patterns-turbo-stimulus
2
from
"sjnims/iron-chef-claude-rails"
from
"sjnims/iron-chef-claude-rails"
3
This skill should be used when the user asks about "Hotwire", "Turbo", "Stimulus", "Turbo Frames", "Turbo Streams", "progressive enhancement", "HTML over the wire", or building interactive Rails frontends without heavy JavaScript frameworks. Load this skill when implementing modern Rails frontend patterns.
2026-01-05
inertia.md
1
1
export
inertia
2
from
"Mentor-Wizard/mentor-wizard-webapp"
from
"Mentor-Wizard/mentor-wizard-webapp"
3
Generates Inertia.js configurations and scripts for building single-page applications. Run local commands to debug and deploy.
2026-01-05
commit-helper.md
1
1
export
commit-helper
2
from
"C0ntr0lledCha0s/logseq-template-graph"
from
"C0ntr0lledCha0s/logseq-template-graph"
3
Expert conventional commits assistant for the Logseq Template Graph project. Analyzes git changes and generates proper conventional commit messages with correct type, scope, and format. Use when the user needs help writing commits or validating commit messages.
2026-01-05
plan-decompose.md
1
1
export
plan-decompose
2
from
"bsamiee/Parametric_Portal"
from
"bsamiee/Parametric_Portal"
3
Extracts work units from plan artifacts and creates sequenced GitHub issues. Use when (1) decomposing plan.md into actionable issues, (2) creating issues with validation checklists, (3) linking issue dependencies, or (4) executing after /plan command completion.
2026-01-05
vitest.md
1
1
export
vitest
2
from
"mcclowes/omg"
from
"mcclowes/omg"
3
Use when writing or configuring Vitest tests - assertions, mocking, coverage, and workspace-aware testing for TypeScript projects
2026-01-05
researching-with-deepwiki.md
1
1
export
researching-with-deepwiki
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Research GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploringunfamiliar codebases, understanding project architecture, or asking questions about how a specificopen-source project works. Provides AI-powered repo analysis and RAG-based Q&A about source code.NOT for fetching library API docs (use fetching-library-docs instead) or local files.
2026-01-05
epic-initializer.md
1
1
export
epic-initializer
2
from
"sebc-dev/website"
from
"sebc-dev/website"
3
Initializes a new epic with EPIC_TRACKING.md and story-level directory structure.Creates the foundation for managing all stories within an epic. Use when starting a new epic orwhen restructuring an existing epic to align with the PRD story breakdown.
2026-01-05