Browse Skills

6389 skills found

dockerization.md
3
1 export dockerization
2 stakpak from "stakpak/community-paks"
3 Official Stakpak application containerization standard operating procedure, a step-by-step guidline to properly dockerize applications. This is a rule book curated by the Stakpak Team.
2026-01-25
vanilla-rails-style.md
3
1 export vanilla-rails-style
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when refactoring Ruby/Rails code, organizing methods, deciding on guard clauses vs if/else, or following 37signals conventions - these patterns are counter to standard Ruby style guides
2026-02-19
symbol-tree.md
3
1 export symbol-tree
2 jeremydiviney from "jeremydiviney/vibe"
3 ALWAYS USE FIRST when exploring, searching, or researching this codebase. Use symbol_tree MCP tool before grep/glob/read. Provides instant architecture overview, function relationships, and call graphs without reading full implementations.
2026-02-14
plan-parallel-dev.md
3
1 export plan-parallel-dev
2 hiroshi75 from "hiroshi75/ccplugins"
3 複数開発者での並列開発計画書を作成するスキル。git worktree を活用したブランチ戦略、タスクの依存関係分析、クリティカルパス計算、開発者ロール割り当て、タイムライン作成を行う。「並列開発計画を作って」「複数人で同時開発したい」「worktree で分担したい」「開発を最大限並列化したい」などのリクエスト時に使用。また、「〇〇を並列で修正して」「worktree で△△をやって」「並列タスクを追加」などのリクエストで、オンデマンドの並列タスクを即座に開始できる。
2026-01-18
simulate-uat.md
3
1 export simulate-uat
2 oocx from "oocx/tfplan2md-uat"
3 Dedicated repository for UAT (User Acceptance Testing) of tfplan2md markdown rendering
2026-02-19
spi-flash-dump-via-openocd.md
3
1 export spi-flash-dump-via-openocd
2 lukejenkins from "lukejenkins/claude-openocd-spi-dump"
3 Claude Code plugin for dumping SPI flash/EEPROM through a microcontroller via OpenOCD
2026-01-10
frontend-design.md
3
1 export frontend-design
2 dengineproblem from "dengineproblem/agents-monorepo"
3 Агент для управления рекламой
2026-02-26
performance-optimization.md
3
1 export performance-optimization
2 yonatangross from "yonatangross/create-yg-app"
3 Full-stack performance analysis, optimization patterns, monitoring strategies, React 19 concurrent features, and bundle analysis for 2025+ development
2026-01-20
golang.md
3
1 export golang
2 nieomylnieja from "nieomylnieja/dotfiles"
3 Use this skill when you're working with golang code.
2026-02-25
research-assistant.md
3
1 export research-assistant
2 tatat from "tatat/agents-playground"
3 Conduct research, synthesize information, and create structured summaries
2026-02-11
elixir.md
3
1 export elixir
2 barnabasJ from "barnabasJ/dotfiles"
3 Elixir programming
2025-12-12
pytest-testing.md
3
1 export pytest-testing
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-python"
3 Python Development Plugin
2026-02-22
resume-alignment.md
3
1 export resume-alignment
2 AJBcoding from "AJBcoding/claude-skill-eval"
3 Tailor resumes to job descriptions using verified achievements from your lexicon - never fabricates, always traceable to source
2026-02-01
codex-review.md
3
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-02-23
pocketbase-migrations.md
3
1 export pocketbase-migrations
2 knowsuchagency from "knowsuchagency/pocketbase-template"
3 Comprehensive guide for PocketBase migrations (0.20+) using Go-based migration system. Use when creating or modifying PocketBase collections, managing fields, setting up relations, or writing migration files.
2026-01-14
unused-code-cleanup.md
3
1 export unused-code-cleanup
2 phamhung075 from "phamhung075/4genthub-hooks"
3 Systematically identify and remove unused imports, variables, and dead code from TypeScript/React projects using --noUnusedLocals and --noUnusedParameters compiler flags
2026-02-08
profile.md
3
1 export profile
2 clearclown from "clearclown/claude-code-aida"
3 Claude Code のプロファイル管理。Use when user mentions プロファイル, profile, 設定, MCP設定, レイヤー, layer.
2026-02-08
browser-extension.md
3
1 export browser-extension
2 timequity from "timequity/plugins"
3 Claude Code plugins for developers
2026-01-24
pr-lifecycle.md
3
1 export pr-lifecycle
2 codekiln from "codekiln/langstar"
3 Command line tool for the langsmith and langgraph APIs
2026-01-23
shadcn-svelte-skill.md
3
1 export shadcn-svelte-skill
2 linehaul-ai from "linehaul-ai/linehaulai-claude-marketplace"
3 Claude Marketplace of some of the tools we use with Claude Code
2026-02-17
koerner-office.md
3
1 export koerner-office
2 blicktz from "blicktz/knowledge_base_repo"
3 Talk to Koerner Office King Of Hustle about their expertise. Koerner Office King Of Hustle provides authentic advice using their mental models, core beliefs, and real-world examples.
2026-02-07
skill-generator.md
3
1 export skill-generator
2 squirrelsoft-dev from "squirrelsoft-dev/claude-builder"
3 Meta-development toolkit for creating Claude Code extensibility features (Skills, Subagents, Hooks, Commands, Plugins)
2026-01-02
lintmesh.md
3
1 export lintmesh
2 hexsprite from "hexsprite/lintmesh"
3 Run multiple linters (eslint, oxlint, tsc, biome) in parallel with unified JSON output. Use when linting code, checking for errors before commits, or debugging lint failures. Triggers on "lint", "check code", "run linters", or after editing JS/TS files.
2026-01-21
jscodeshift-codemods.md
3
1 export jscodeshift-codemods
2 third774 from "third774/dotfiles"
3 Write and debug AST-based codemods using jscodeshift for automated code transformations. Use when creating migrations, API upgrades, pattern standardization, or large-scale refactoring.
2026-02-20