Browse Skills
44895 skills found
terraform-dependency-analyzer.md
7
1
export
terraform-dependency-analyzer
2
from
"armanzeroeight/fastagent-plugins"
from
"armanzeroeight/fastagent-plugins"
3
Analyzes and visualizes resource dependencies in Terraform configurations, identifies circular dependencies, and suggests optimal resource ordering. This skill should be used when users need to understand resource relationships, troubleshoot dependency issues, optimize apply order, or refactor complex configurations.
2026-01-05
solana-development.md
7
1
export
solana-development
2
from
"tenequm/claude-plugins"
from
"tenequm/claude-plugins"
3
Build Solana programs with Anchor framework or native Rust. Use when developing Solana smart contracts, implementing token operations, testing programs, deploying to networks, or working with Solana development. Covers both high-level Anchor framework (recommended) and low-level native Rust for advanced use cases.
2026-01-05
pdf.md
7
1
export
pdf
2
from
"samhvw8/dotfiles"
from
"samhvw8/dotfiles"
3
PDF document processing and manipulation. Tools: Python (PyPDF2, pdfplumber, reportlab), CLI tools. Capabilities: text extraction, table extraction, form filling, merge/split documents, create PDFs, add annotations, watermarks, page manipulation. Actions: extract, create, merge, split, fill, annotate PDFs. Keywords: PDF, text extraction, table extraction, form fill, PDF form, merge PDF, split PDF, create PDF, reportlab, PyPDF2, pdfplumber, annotation, watermark, page rotation, PDF metadata, bookmarks, OCR. Use when: extracting text/tables from PDFs, filling PDF forms, merging/splitting documents, creating PDFs programmatically, adding annotations/watermarks, processing PDFs at scale.
2026-01-05
tanstack-query.md
7
1
export
tanstack-query
2
from
"tenequm/claude-plugins"
from
"tenequm/claude-plugins"
3
Master TanStack Query (React Query) v5 for server state management in React applications. Use when fetching data from APIs, managing server state, caching, or handling mutations. Triggers on phrases like "react query", "tanstack query", "data fetching", "cache management", "server state", or file patterns like *query*.ts, *Query*.tsx, queryClient.ts.
2026-01-05
ecs-performance-audit.md
7
1
export
ecs-performance-audit
2
from
"kateusz/GameEngine"
from
"kateusz/GameEngine"
3
Analyze Entity Component System implementations for performance bottlenecks including entity iteration efficiency, system priority ordering, memory allocation patterns in hot paths (OnUpdate, rendering loops), cache coherency, LINQ allocations, and boxing issues. Use when reviewing ECS code for optimization, debugging slow entity updates, or investigating frame rate drops.
2026-01-05
steering-specs-generator.md
7
1
export
steering-specs-generator
2
from
"timurkhakhalev/cc-plugins"
from
"timurkhakhalev/cc-plugins"
3
Extract tacit engineering knowledge through guided interviews and generate structured steerings. Use when user mentions "steerings", "tacit knowledge", "conventions", "engineering practices", "interview", or wants to document team/project knowledge. Also activates when user asks for "steerings for X", "document X conventions", "continue steerings", "resume interview", or wants to extract knowledge about a specific topic. Supports reviewing and transforming existing steerings to standard format. Auto-detects existing sessions and offers to continue incomplete ones.
2026-01-05
newsletter-events-remove-source.md
7
1
export
newsletter-events-remove-source
2
from
"aniketpanjwani/local_media_tools"
from
"aniketpanjwani/local_media_tools"
3
Remove Instagram accounts or web aggregators from sources.yaml configuration
2026-01-05
editor-field-creation.md
7
1
export
editor-field-creation
2
from
"kateusz/GameEngine"
from
"kateusz/GameEngine"
3
Implement IFieldEditor interface for custom type rendering in script inspector. Covers reflection-based field editing, FieldEditorRegistry registration, boxing/unboxing patterns, and extending the field editor system for new types.
2026-01-05
daily-report-generator.md
7
1
export
daily-report-generator
2
from
"knishioka/machine-learning-workshop"
from
"knishioka/machine-learning-workshop"
3
GitコミットログとCalendar情報から日報・週報を自動生成するSkill。「日報を作って」「週報を書いて」「今週何やったか教えて」「スタンドアップノート」などのリクエストで自動発火する。
2026-01-05
cloudflare-workers.md
7
1
export
cloudflare-workers
2
from
"tenequm/claude-plugins"
from
"tenequm/claude-plugins"
3
Rapid development with Cloudflare Workers - build and deploy serverless applications on Cloudflare's global network. Use when building APIs, full-stack web apps, edge functions, background jobs, or real-time applications. Triggers on phrases like "cloudflare workers", "wrangler", "edge computing", "serverless cloudflare", "workers bindings", or files like wrangler.toml, worker.ts, worker.js.
2026-01-05
claude-md-architect.md
7
1
export
claude-md-architect
2
from
"samhvw8/dotfiles"
from
"samhvw8/dotfiles"
3
CLAUDE.md file generation and optimization for Claude Code projects. Capabilities: initialize project instructions, analyze codebase context, optimize existing CLAUDE.md, apply Anthropic best practices, reduce token usage, improve effectiveness. Actions: init, create, optimize, enhance CLAUDE.md files. Keywords: CLAUDE.md, project instructions, Claude Code setup, project context, codebase analysis, Anthropic best practices, token optimization, project configuration, AI instructions, coding guidelines, project rules, workspace setup. Use when: initializing CLAUDE.md for new projects, optimizing existing project instructions, setting up Claude Code for a codebase, improving AI coding guidelines.
2026-01-05
api-contract.md
7
1
export
api-contract
2
from
"damienlaine/agentic-sprint"
from
"damienlaine/agentic-sprint"
3
This skill should be used when the user asks about "API contract", "api-contract.md", "shared interface", "TypeScript interfaces", "request response schemas", "endpoint design", or needs guidance on designing contracts that coordinate backend and frontend agents.
2026-01-05
newsletter-events-list-sources.md
7
1
export
newsletter-events-list-sources
2
from
"aniketpanjwani/local_media_tools"
from
"aniketpanjwani/local_media_tools"
3
List all configured event sources (Instagram, web aggregators)
2026-01-05
tzurot-async-flow.md
7
1
export
tzurot-async-flow
2
from
"lbds137/tzurot"
from
"lbds137/tzurot"
3
BullMQ and async patterns for Tzurot v3 - Job queue architecture, Discord interaction deferral, idempotency, retry strategies, and error handling. Use when working with jobs or async operations.
2026-01-05
refactoring-expert.md
7
1
export
refactoring-expert
2
from
"samhvw8/dotfiles"
from
"samhvw8/dotfiles"
3
Systematic code refactoring following Martin Fowler's catalog. Methodologies: characterization tests, Red-Green-Refactor, incremental transformation. Capabilities: SOLID compliance, DRY cleanup, code smell detection, complexity reduction, legacy modernization, design patterns, functional programming patterns. Actions: refactor, extract, inline, rename, move, simplify code. Keywords: refactor, SOLID, DRY, code smell, complexity, extract method, inline, rename, move, clean code, technical debt, legacy code, design pattern, characterization test, Red-Green-Refactor, functional programming, higher-order function, immutability, pure function, composition, currying, side effects. Use when: improving code quality, reducing technical debt, applying SOLID principles, fixing DRY violations, removing code smells, modernizing legacy code, applying design patterns.
2026-01-05
markdown-to-slides.md
7
1
export
markdown-to-slides
2
from
"knishioka/machine-learning-workshop"
from
"knishioka/machine-learning-workshop"
3
MarkdownファイルをPowerPointプレゼンテーション(PPTX)に変換するSkill。「Markdownをスライドに変換して」「プレゼン資料を作って」「PPTXを生成して」などのリクエストで自動発火する。python-pptxライブラリを使用。
2026-01-05
impactful-writing.md
7
1
export
impactful-writing
2
from
"tenequm/claude-plugins"
from
"tenequm/claude-plugins"
3
Write clear, emotionally resonant, and well-structured content that readers remember and act upon. Use when writing or editing any text—Twitter posts, articles, documentation, emails, comments, updates—for maximum clarity, engagement, and impact.
2026-01-05
rspec-testing-guidelines.md
7
1
export
rspec-testing-guidelines
2
from
"ThibautBaissac/claude-code-architecture"
from
"ThibautBaissac/claude-code-architecture"
3
RSpec testing patterns, factories, mocks, and test best practices
2026-01-05
design-guidelines.md
7
1
export
design-guidelines
2
from
"doodledood/claude-code-plugins"
from
"doodledood/claude-code-plugins"
3
Create a DESIGN_GUIDELINES.md that defines how to design UI/UX for your customer. Requires CUSTOMER.md to exist first. Covers aesthetic direction, design tokens, typography, color, motion, components, and layout patterns. Bakes in frontend-design skill principles to avoid generic AI aesthetics.
2026-01-05
python-expert.md
7
1
export
python-expert
2
from
"mdpman2/Unified-Agent-Framework"
from
"mdpman2/Unified-Agent-Framework"
3
Python 프로그래밍 전문가. 코드 작성, 디버깅, 최적화, 라이브러리 사용법 안내.
2026-01-05
gather-learnings.md
7
1
export
gather-learnings
2
from
"jpoley/flowspec"
from
"jpoley/flowspec"
3
Use when creating PRDs or PRPs to populate the Gotchas/Prior Failures section. Reads learning files from memory/learnings and matches entries based on file paths, keywords, or tags. Returns curated list suitable for PRD/PRP insertion.
2026-01-05
debugging.md
7
1
export
debugging
2
from
"samhvw8/dotfiles"
from
"samhvw8/dotfiles"
3
Systematic debugging methodology with root cause analysis. Phases: investigate, hypothesize, validate, verify. Capabilities: backward call stack tracing, multi-layer validation, verification protocols, symptom analysis, regression prevention. Actions: debug, investigate, trace, analyze, validate, verify bugs. Keywords: debugging, root cause, bug fix, stack trace, error investigation, test failure, exception handling, breakpoint, logging, reproduce, isolate, regression, call stack, symptom vs cause, hypothesis testing, validation, verification protocol. Use when: encountering bugs, analyzing test failures, tracing unexpected behavior, investigating performance issues, preventing regressions, validating fixes before completion claims.
2026-01-05
cpython-docs.md
7
1
export
cpython-docs
2
from
"gpshead/cpython-skills"
from
"gpshead/cpython-skills"
3
Use this skill when working with CPython documentation in the Doc/ tree, including reStructuredText (.rst) files, adding versionadded/versionchanged markers, creating Misc/NEWS.d entries for bug fixes or features, running documentation validation (make -C Doc check), or building HTML docs.
2026-01-05
pdfmd.md
7
1
export
pdfmd
2
from
"wordflowlab/agentsdk"
from
"wordflowlab/agentsdk"
3
将 PDF 文件转换为结构化的中文 Markdown 文本。只在用户明确要求“把 PDF 转成 Markdown/MD/文档”时使用本技能。
2026-01-05