Browse Skills

44358 skills found

analyze-changes.md
61
1 export analyze-changes
2 kaushikgopal from "kaushikgopal/dotfiles"
3 Interactive chunk-by-chunk review of PR or branch changes. Identifies logical groupings, explains each chunk, and critiques for issues. Use when user says "analyze-changes", "review changes", "review this PR", "what changed", or "walk me through these changes".
2026-01-15
beads-workflow.md
61
1 export beads-workflow
2 joelhooks from "joelhooks/opencode-swarm-plugin"
3 Issue tracking and task management using the beads system. Use when creating, updating, or managing work items. Use when you need to track bugs, features, tasks, or epics. Do NOT use for simple one-off questions or explorations.
2026-01-16
swarm-coordination.md
61
1 export swarm-coordination
2 joelhooks from "joelhooks/opencode-swarm-plugin"
3 Multi-agent coordination patterns for OpenCode swarm workflows. Use when working on complex tasks that benefit from parallelization, when coordinating multiple agents, or when managing task decomposition. Do NOT use for simple single-agent tasks.
2026-01-16
rename-global-variable-or-function.md
61
1 export rename-global-variable-or-function
2 cdlewis from "cdlewis/snowboardkids2-decomp"
3 Renaming a global variable or function requires additional steps in decompilation projects or the build will fail. Use this skill when you want to rename a global variable or function.
2026-01-16
swarm-coordination.md
61
1 export swarm-coordination
2 joelhooks from "joelhooks/opencode-swarm-plugin"
3 Multi-agent coordination patterns for OpenCode swarm workflows. Use when working on complex tasks that benefit from parallelization, when coordinating multiple agents, or when managing task decomposition. Do NOT use for simple single-agent tasks.
2026-01-16
decomp-permuter.md
61
1 export decomp-permuter
2 cdlewis from "cdlewis/snowboardkids2-decomp"
3 Decomp-Permuter is a tool that automatically permutes C files to better match a target binary. Use this skill when you are decompiling a function and it is almost matching except for some register differences (i.e. 95%+). Or if you are otherwise unable to make progress on a function decompilation. Do not use it when there are control flow or functional differences; it's often easy to resolve those by hand, and neither the scorer nor the randomizer tends to play well with them.
2026-01-16
github.md
61
1 export github
2 kaushikgopal from "kaushikgopal/dotfiles"
3 Use gh CLI for all GitHub operations like PRs, issues, workflows, releases. Always prefer gh commands over web URLs or API calls.
2026-01-15
plang.md
61
1 export plang
2 PLangHQ from "PLangHQ/plang"
3 Expert guidance for Plang programming language (plang.is). Use when the user asks about Plang syntax, wants to generate Plang code, needs help debugging Plang goals, wants to understand Plang patterns, or is working on Plang projects. Plang is a natural language pseudo-code language with goal-based architecture using SQLite databases.
2026-01-15
rename-a-c-file-or-header-file.md
61
1 export rename-a-c-file-or-header-file
2 cdlewis from "cdlewis/snowboardkids2-decomp"
3 Renaming a C file or associated header (.h) file requires additional steps in decompilation projects or the build will fail. Use this skill when you want to rename a C file and/or a header file.
2026-01-16
node-deps.md
60
1 export node-deps
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "update dependencies", "update npm packages", "run taze", "upgrade node packages", "check for outdated packages", "update package.json", or mentions dependency updates, npm/pnpm/yarn package upgrades, or taze CLI usage.
2026-01-15
just-cli.md
60
1 export just-cli
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "create a justfile", "write just recipes", "configure just settings", "add just modules", "use just attributes", "set up task automation", mentions justfile, just command runner, or task automation with just.
2026-01-15
code-review.md
60
1 export code-review
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "review code", "review PR", "code review", "audit code", "check for bugs", "security review", "review my changes", "find issues in this code", "review the diff", or asks for pull request review or code audit.
2026-01-15
template-ts-node.md
60
1 export template-ts-node
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "create a TypeScript project", "set up Node.js project", "scaffold new project", "initialize TypeScript repo", "create a new library", "set up a CLI tool", or mentions setting up a new TypeScript/Node.js codebase.
2026-01-15
oracle-codex.md
60
1 export oracle-codex
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "use Codex", "ask Codex", "consult Codex", "Codex review", "use GPT for planning", "ask GPT to review", "get GPT's opinion", "what does GPT think", "second opinion on code", "consult the oracle", "ask the oracle", or mentions using an AI oracle for planning or code review. NOT for implementation tasks.
2026-01-15
kim-orchestrator.md
60
1 export kim-orchestrator
2 KimYx0207 from "KimYx0207/Claudecode-Codex-Gemini"
3 多AI协作编排技能 - 自动协调Claude、Codex、Gemini完成需求分析→代码生成→代码审查工作流。 【核心触发场景】 - 开发任务、写代码、实现功能、编程任务 - 新功能开发、功能实现、代码实现 - 重构、优化代码、代码改进 - Bug修复、问题修复、错误处理 - 系统设计、架构设计、模块设计 【显式触发词】 - "AI编排"、"ai编排"、"多AI协作"、"三引擎"、"三AI" - "codex"、"gemini"、"kim team"、"kim-team" - "协作开发"、"编排流程" 【任务类型触发】 - 实现XXX功能、开发XXX模块、写一个XXX - 创建XXX、构建XXX、搭建XXX - 添加XXX功能、新增XXX特性 - 修改XXX、更新XXX、升级XXX - 修复XXX、解决XXX问题 - 重构XXX、优化XXX性能 - 设计XXX架构、规划XXX系统 【技术任务触发】 - API开发、接口实现、后端开发、前端开发 - 数据库设计、表结构、CRUD操作 - 用户认证、登录注册、权限控制 - 文件处理、数据导入导出 - 第三方集成、SDK接入
2026-01-15
oracle-gemini.md
60
1 export oracle-gemini
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "use Gemini", "ask Gemini", "consult Gemini", "Gemini review", "use Gemini for planning", "ask Gemini to review", "get Gemini's opinion", "what does Gemini think", "second opinion from Gemini", mentions using Gemini as an oracle for planning or code review. NOT for implementation tasks.
2026-01-15
oss.md
60
1 export oss
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "create a pull request", "create PR", "open PR", "create an issue", "file an issue", "create a GitHub issue", "create a Claude Code issue", "report a bug in Claude Code", "create a Codex issue", "report a bug in Codex CLI", "create a discussion", "start a GitHub discussion", or mentions OSS contribution workflows.
2026-01-15
web-asset-generator.md
60
1 export web-asset-generator
2 alonw0 from "alonw0/web-asset-generator"
3 Generate web assets including favicons, app icons (PWA), and social media meta images (Open Graph) for Facebook, Twitter, WhatsApp, and LinkedIn. Use when users need icons, favicons, social sharing images, or Open Graph images from logos or text slogans. Handles image resizing, text-to-image generation, and provides proper HTML meta tags.
2026-01-16
dry-refactor.md
60
1 export dry-refactor
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "refactor duplicate code", "apply DRY principles", "eliminate code repetition", "extract common functionality", or mentions code duplication, similar patterns, repeated logic, or reusable abstractions.
2026-01-15
gh-cli.md
60
1 export gh-cli
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user mentions "gh CLI", "gh command", asks to "view repository info", "trigger workflows", "search GitHub", "manage codespaces", "check PR status", "list issues", or asks about GitHub CLI usage and automation from the command line.
2026-01-15
md-docs.md
60
1 export md-docs
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "update README", "update context files", "init context", "create CLAUDE.md", "update CLAUDE.md", "update AGENTS.md", "update DOCS.md", "generate documentation", "API documentation", or mentions project documentation, context files, or markdown documentation workflows.
2026-01-15
biome-js.md
60
1 export biome-js
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "configure Biome", "extend biome config", "set up BiomeJS", "add biome overrides", "biome lint-staged", "fix biome errors", or mentions biome.jsonc, Biome linting, or Biome formatting configuration.
2026-01-15
typescript.md
60
1 export typescript
2 PaulRBerg from "PaulRBerg/dot-claude"
3 This skill should be used when the user asks to "configure TypeScript", "fix type errors", "use dayjs", "add type definitions", "set up React with TypeScript", mentions ".ts" or ".tsx" files, or asks about TypeScript best practices or TypeScript-specific tooling.
2026-01-15
add-neon-docs.md
58
1 export add-neon-docs
2 neondatabase from "neondatabase/ai-rules"
3 Use this skill when the user asks to add documentation, add docs, add references, or install documentation about Neon. Adds Neon best practices reference links to project AI documentation (CLAUDE.md, AGENTS.md, or Cursor rules). Does not install packages or modify code.
2026-01-15