Browse Skills

44358 skills found

releasing-software.md
277
1 export releasing-software
2 harperreed from "harperreed/dotfiles"
3 Use when preparing a release, tagging a version, or when user says "release", "tag", "ship it", "push to production" - ensures all release artifacts are verified before tagging to avoid the retag-four-times failure pattern
2026-01-09
learning-systems.md
276
1 export learning-systems
2 joelhooks from "joelhooks/swarm-tools"
3 Implicit feedback scoring, confidence decay, and anti-pattern detection. Use when understanding how the swarm plugin learns from outcomes, implementing learning loops, or debugging why patterns are being promoted or deprecated. Unique to opencode-swarm-plugin.
2026-01-09
skill-creator.md
276
1 export skill-creator
2 joelhooks from "joelhooks/swarm-tools"
3 Guide for creating effective agent skills. Use when you want to create a new skill, improve an existing skill, or learn best practices for skill development. Helps codify learned patterns into reusable, discoverable skills.
2026-01-09
hive-workflow.md
276
1 export hive-workflow
2 joelhooks from "joelhooks/swarm-tools"
3 Issue tracking and task management using the hive 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-09
cli-builder.md
276
1 export cli-builder
2 joelhooks from "joelhooks/swarm-tools"
3 Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.
2026-01-09
testing-patterns.md
276
1 export testing-patterns
2 joelhooks from "joelhooks/swarm-tools"
3 Patterns for testing code effectively. Use when breaking dependencies for testability, adding tests to existing code, understanding unfamiliar code through characterization tests, or deciding how to structure tests. Covers seams, dependency injection, test doubles, and safe refactoring techniques from Michael Feathers.
2026-01-09
skill-creator.md
276
1 export skill-creator
2 joelhooks from "joelhooks/swarm-tools"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-09
gh-issue-triage.md
276
1 export gh-issue-triage
2 joelhooks from "joelhooks/swarm-tools"
3 GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.
2026-01-09
pr-triage.md
276
1 export pr-triage
2 joelhooks from "joelhooks/swarm-tools"
3 Context-efficient PR comment triage. Evaluate, decide, act. Fix important issues, resolve the rest silently.
2026-01-09
swarm-coordination.md
276
1 export swarm-coordination
2 joelhooks from "joelhooks/swarm-tools"
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-09
datasette-plugin-writer.md
276
1 export datasette-plugin-writer
2 simonw from "simonw/research"
3 Guide for writing Datasette plugins. This skill should be used when users want to create or develop plugins for Datasette, including information about plugin hooks, the cookiecutter template, database APIs, request/response handling, and plugin configuration.
2026-01-08
swarm-coordination.md
276
1 export swarm-coordination
2 joelhooks from "joelhooks/swarm-tools"
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-09
system-design.md
276
1 export system-design
2 joelhooks from "joelhooks/swarm-tools"
3 Principles for building reusable coding systems. Use when designing modules, APIs, CLIs, or any code meant to be used by others. Based on "A Philosophy of Software Design" by John Ousterhout. Covers deep modules, complexity management, and design red flags.
2026-01-09
tdd.md
276
1 export tdd
2 joelhooks from "joelhooks/swarm-tools"
3 Test-Driven Development workflow with RED-GREEN-REFACTOR, lore from Kent Beck, Michael Feathers, and Ousterhout's counterpoint
2026-01-09
publish-package-cicd.md
276
1 export publish-package-cicd
2 joelhooks from "joelhooks/swarm-tools"
3 CI/CD publishing workflow for npm packages using Changesets + npm Trusted Publishers (OIDC). Use when setting up automated npm publishing for monorepos, configuring GitHub Actions for releases, troubleshooting workspace:* protocol resolution issues, fixing "Cannot find module" errors in published packages, or debugging npm OIDC authentication. Covers Bun + Turborepo + Changesets + npm Trusted Publishers with workspace protocol resolution.
2026-01-09
plugin-settings.md
275
1 export plugin-settings
2 fcakyon from "fcakyon/claude-codex-settings"
3 This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
2026-01-09
setup.md
275
1 export setup
2 fcakyon from "fcakyon/claude-codex-settings"
3 This skill should be used when user encounters "Slack MCP error", "invalid_auth", "missing_scope", "Slack not working", "Slack token invalid", "channel_not_found", or needs help configuring Slack integration.
2026-01-09
plugin-structure.md
275
1 export plugin-structure
2 fcakyon from "fcakyon/claude-codex-settings"
3 This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.
2026-01-09
playwright-testing.md
275
1 export playwright-testing
2 fcakyon from "fcakyon/claude-codex-settings"
3 This skill should be used when user asks about "Playwright", "responsiveness test", "test with playwright", "test login flow", "file upload test", "handle authentication in tests", or "fix flaky tests".
2026-01-09
mcp-integration.md
275
1 export mcp-integration
2 fcakyon from "fcakyon/claude-codex-settings"
3 This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
2026-01-09
pr-workflow.md
275
1 export pr-workflow
2 fcakyon from "fcakyon/claude-codex-settings"
3 This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.
2026-01-09
setup.md
275
1 export setup
2 fcakyon from "fcakyon/claude-codex-settings"
3 This skill should be used when user encounters "Tavily MCP error", "Tavily API key invalid", "web search not working", "Tavily failed", or needs help configuring Tavily integration.
2026-01-09
skill-development.md
275
1 export skill-development
2 fcakyon from "fcakyon/claude-codex-settings"
3 This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
2026-01-09
setup.md
275
1 export setup
2 fcakyon from "fcakyon/claude-codex-settings"
3 This skill should be used when the user asks "how to setup GitHub CLI", "configure gh", "gh auth not working", "GitHub CLI connection failed", "gh CLI error", or needs help with GitHub authentication.
2026-01-09