Browse Skills
2649 skills found
blog-workflow.md
1
1
export
blog-workflow
2
from
"greatSumini/cc-workflow-in-action"
from
"greatSumini/cc-workflow-in-action"
3
유튜브 채널 기반 기술 블로그 컨텐츠 생성 워크플로우. 채널에서 컨텐츠 수집, 인사이트 추출, 글 작성까지 전체 프로세스 지원. /collect, /insights, /select, /research, /outline, /feedback, /write, /status 명령어로 워크플로우 실행.
2026-01-05
example-skill.md
1
1
export
example-skill
2
from
"17hz/nextjs-template"
from
"17hz/nextjs-template"
3
An example skill template
2026-01-05
long-running-agent.md
1
1
export
long-running-agent
2
from
"refly-ai/skill-to-workflow"
from
"refly-ai/skill-to-workflow"
3
Framework for building AI agents that work effectively across multiple context windows on complex, long-running tasks. Use when building agents for multi-hour/multi-day projects, implementing persistent coding workflows, creating systems that need state management across sessions, or when an agent needs to make incremental progress on large codebases. Provides initializer and coding agent patterns, progress tracking, feature management, and session handoff strategies.
2026-01-05
system-create-cli.md
1
1
export
system-create-cli
2
from
"multicam/qara"
from
"multicam/qara"
3
Generate production-quality TypeScript CLIs with full documentation, error handling, and best practices. Creates deterministic, type-safe command-line tools following PAI's CLI-First Architecture. USE WHEN user says "create a CLI", "build a command-line tool", "make a CLI for X", or requests CLI generation. (user)
2026-01-05
gemini-research-subagent.md
1
1
export
gemini-research-subagent
2
from
"DasBluEyedDevil/Multi-Agent-Workflow"
from
"DasBluEyedDevil/Multi-Agent-Workflow"
3
Delegates large-context code analysis to Gemini CLI. Use when analyzing codebases, tracing bugs across files, reviewing architecture, or performing security audits. Gemini reads, Claude implements.
2026-01-05
git-workflow.md
1
1
export
git-workflow
2
from
"niracler/skill"
from
"niracler/skill"
3
个人 Git 工作流,遵循 conventional commits 和语义化版本。用于创建提交、PR 和发布版本。当用户说「帮我提交」「commit」「提交代码」「创建 PR」「发布版本」「打 tag」「写 commit message」「推代码」时触发。
2026-01-05
gh-fix-ci.md
1
1
export
gh-fix-ci
2
from
"saldanaj97/atlaris"
from
"saldanaj97/atlaris"
3
Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
2026-01-05
using-superpowers.md
1
1
export
using-superpowers
2
from
"RawToast/zenko"
from
"RawToast/zenko"
3
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
2026-01-05
critical-biblical-listener.md
1
1
export
critical-biblical-listener
2
from
"williacj/claude-skills"
from
"williacj/claude-skills"
3
Evaluate sermon content from a biblically literate perspective. Assess theological accuracy, scriptural alignment, and exegetical integrity. Identify where claims may overextend biblical support, misapply context, or import assumptions not evident in the text. Use when reviewing sermons, Bible teachings, or theological content for biblical faithfulness.
2026-01-05
tdd-green.md
1
1
export
tdd-green
2
from
"See2et/bakopa-vr"
from
"See2et/bakopa-vr"
3
TDDのグリーン(GREEN)フェーズを厳密に実行する。REDの「1本だけ」失敗しているテストを通すために、最小限のプロダクションコードだけを実装し、全テストGREENを確認する。余計な機能追加・設計改善はしない。
2026-01-05
varlock.md
1
1
export
varlock
2
from
"wrsmith108/varlock-claude-skill"
from
"wrsmith108/varlock-claude-skill"
3
Secure environment variable management with Varlock. Use when handling secrets, API keys, credentials, or any sensitive configuration. Ensures secrets are never exposed in terminals, logs, traces, or Claude's context. Trigger phrases include "environment variables", "secrets", ".env", "API key", "credentials", "sensitive", "Varlock".
2026-01-05
github-code-reviewer.md
1
1
export
github-code-reviewer
2
from
"presmihaylov/claude"
from
"presmihaylov/claude"
3
Review GitHub PRs with surgical precision. Flag only high-severity issues (bugs, security, performance, breaking changes) via succinct inline comments on specific lines. Skip style, nits, and minor improvements. High signal, low noise.
2026-01-05
aiwfskill-developer.md
1
1
export
aiwfskill-developer
2
from
"moonklabs/aiwf"
from
"moonklabs/aiwf"
3
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
2026-01-05
docx-cmr-generator.md
1
1
export
docx-cmr-generator
2
from
"PedroGiudice/Claude-Code-Projetos"
from
"PedroGiudice/Claude-Code-Projetos"
3
Gera documentos Word (.docx) a partir de Markdown no padrão CMR Advogados. Use quando precisar converter peças jurídicas de Markdown para DOCX com formatação correta (fontes, margens, espaçamentos).
2026-01-05
perplexity-cli-question-answering.md
1
1
export
perplexity-cli-question-answering
2
from
"jamiemills/perplexity-cli"
from
"jamiemills/perplexity-cli"
3
Query Perplexity.ai directly from the terminal to find answers to research questions, current events, and detailed explanations. Returns structured JSON output for programmatic parsing. Use when you need current information, comprehensive answers with source references, or want to avoid making separate web search requests.
2026-01-05
gh-search-issues.md
1
1
export
gh-search-issues
2
from
"aaddrick/gh-cli-search"
from
"aaddrick/gh-cli-search"
3
Use when searching GitHub issues - provides syntax for filtering by labels, state, assignees, authors, comments, reactions, dates, and includes option to search pull requests
2026-01-05
running-marketing-campaigns.md
1
1
export
running-marketing-campaigns
2
from
"SpillwaveSolutions/running-marketing-campaigns-agent-skill"
from
"SpillwaveSolutions/running-marketing-campaigns-agent-skill"
3
Plans, creates, and optimizes digital marketing campaigns including content strategy, social media, email marketing, SEO, and AI visibility (GEO). Generates UTM parameters and tracking URLs. Helps develop go-to-market strategies, campaign messaging, content calendars, and performance measurement frameworks. Use when asked to "create a marketing campaign", "plan content strategy", "build email sequences", "set up UTM tracking", "analyze marketing metrics", "launch a product", "optimize for SEO", "improve AI visibility", "optimize for voice search", "set up IndexNow", "check accessibility for SEO", or "create social media previews". Supports both marketing beginners and experienced marketers needing templates.
2026-01-05
collaborating-with-gemini.md
1
1
export
collaborating-with-gemini
2
from
"GuDaStudio/collaborating-with-gemini"
from
"GuDaStudio/collaborating-with-gemini"
3
Delegates coding tasks to Gemini CLI for prototyping, debugging, and code review. Use when needing algorithm implementation, bug analysis, or code quality feedback. Supports multi-turn sessions via SESSION_ID.
2026-01-05
raindrop.md
1
1
export
raindrop
2
from
"gmickel/raindrop-skill"
from
"gmickel/raindrop-skill"
3
Manage Raindrop.io bookmarks, collections, tags, and highlights via API. Use when user mentions raindrop, bookmarks, saving links, organizing URLs, bookmark collections, or web highlights.
2026-01-05
editorial-image-generator.md
1
1
export
editorial-image-generator
2
from
"tallyfy/documentation"
from
"tallyfy/documentation"
3
Creates sophisticated HBR-style editorial illustrations for any content using AI understanding and visual analysis. Use when creating conceptual illustrations, analyzing generated images, or compositing logos. Works with any brand configuration. AI-native approach - Claude reasons about content rather than using rigid templates.
2026-01-05
xterm-js.md
1
1
export
xterm-js
2
from
"GGPrompts/Tabz"
from
"GGPrompts/Tabz"
3
This skill should be used when working with xterm.js terminal implementations, React-based terminal applications, WebSocket terminal communication, or refactoring terminal-related code. It provides battle-tested patterns, common pitfalls, and debugging strategies learned from building production terminal applications.
2026-01-05
alps.md
1
1
export
alps
2
from
"alps-asd/alps-editor"
from
"alps-asd/alps-editor"
3
Create, validate, and improve ALPS profiles. Generate from natural language (nl2alps), validate existing profiles, and get improvement suggestions.
2026-01-05
typescript-effect.md
1
1
export
typescript-effect
2
from
"bsamiee/Parametric_Forge"
from
"bsamiee/Parametric_Forge"
3
Enforces functional TypeScript patterns with Effect ecosystem. Use when (1) writing TypeScript functions or modules, (2) defining types or schemas, (3) handling errors or async operations, (4) structuring files with section separators, or (5) creating factories, dispatch tables, or Effect pipelines.
2026-01-05
paper-translate.md
1
1
export
paper-translate
2
from
"daishir0/Papernote"
from
"daishir0/Papernote"
3
論文PDFをページ単位で画像化・テキスト抽出・和訳し、メモに出力するスキル。さらに章ごとの要約と新規性分析も自動生成。ユーザーが「論文を翻訳して」「PDFをページごとに翻訳」「この論文を日本語にして」などと指示した時に使用。ClaudeCLIを使って各ページのテキストを和訳する。
2026-01-05