Browse Skills

44915 skills found

content.md
6
1 export content
2 JacbK from "JacbK/persona"
3 Generate authentic, compelling copy for portfolios. Covers tone calibration, taglines, bios, project descriptions, and avoiding assumptions.
2026-01-05
design-by-contract.md
6
1 export design-by-contract
2 OutlineDriven from "OutlineDriven/odin-claude-plugin"
3 Automated contract verification, detection, and remediation across multiple languages using formal preconditions, postconditions, and invariants. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> VERIFY -> REMEDIATE workflow.
2026-01-05
working-with-provenance.md
6
1 export working-with-provenance
2 konflux-ci from "konflux-ci/skills"
3 Use when tracing Konflux builds from image references, finding build logs from artifacts, or verifying source commits for container images - extracts provenance attestations to navigate from images back to builds and source code
2026-01-05
helm-values-management.md
6
1 export helm-values-management
2 laurigates from "laurigates/dotfiles"
3 Manage Helm values across environments with override precedence, multi-environmentconfigurations, and secret management. Covers values files, --set, --set-string,values schema validation. Use when user mentions Helm values, environment-specificconfigs, values.yaml, --set overrides, or Helm configuration.
2026-01-05
ralph-loop-helper.md
6
1 export ralph-loop-helper
2 mc-zuri from "mc-zuri/mineflayer-bedrock"
3 Guide for using /ralph-loop command for long-running autonomous tasks. Use when starting iterative development loops, implementing Bedrock plugins, or running test-fix cycles. (project)
2026-01-05
gh-post-issue-update.md
6
1 export gh-post-issue-update
2 mvillmow from "mvillmow/ml-odyssey"
3 Post structured updates to GitHub issues. Use to report progress, findings, and implementation notes directly to issues.
2026-01-05
jj-graft-third-party.md
6
1 export jj-graft-third-party
2 thoughtpolice from "thoughtpolice/a"
3 Integrate third-party repository history into the monorepo by adding remotes and creating workspaces. Use when testing patches to upstream projects, making local modifications to dependencies, or maintaining forks that need to track upstream changes. (project)
2026-01-05
github-issue-search.md
6
1 export github-issue-search
2 laurigates from "laurigates/dotfiles"
3 Search GitHub issues to find solutions, workarounds, and discussions for opensource problems. Covers search query syntax, error message patterns, andMCP tool usage. Use when encountering errors with OSS libraries, searchingfor known issues, or finding upstream bug workarounds.
2026-01-05
jj-clone-third-party.md
6
1 export jj-clone-third-party
2 thoughtpolice from "thoughtpolice/a"
3 Clone external repositories into work/ directory for examination and source code research. Use when needing to understand third-party dependency implementations, debug upstream issues, or research API usage patterns. (project)
2026-01-05
vscode-tdd-expert.md
6
1 export vscode-tdd-expert
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides expert-level guidance for Test-Driven Development (TDD) in VS Code extension development following t-wada methodology. Use when writing tests before implementation, creating comprehensive test suites, implementing Red-Green-Refactor cycles, or improving test coverage for extension components like WebViews, terminal managers, and activation logic.
2026-01-05
sveltekit-structure.md
6
1 export sveltekit-structure
2 Seeker1911 from "Seeker1911/dotfiles"
3 SvelteKit structure guidance. Use for routing, layouts, error handling, and SSR. Covers file naming (+page vs +layout vs +server), nested layouts, error boundaries, and hydration.
2026-01-05
create-analyzer.md
6
1 export create-analyzer
2 mc-zuri from "mc-zuri/mineflayer-bedrock"
3 Create a new packet analyzer for Minecraft Bedrock logs. Generates template code, provides documentation links, and guides testing workflow.
2026-01-05
partner-providers-runware.md
6
1 export partner-providers-runware
2 imgly from "imgly/plugins"
3 Discover new Runware AI models from documentation and implement providers.Use when: checking for new Runware models, implementing Runware providers,updating providers.md status, or working with Runware API integrations.
2026-01-05
git-branch-pr-workflow.md
6
1 export git-branch-pr-workflow
2 laurigates from "laurigates/dotfiles"
3 Branch management, pull request workflows, and GitHub integration. Main-branchdevelopment pattern (push main to remote feature branches), modern Git commands(switch, restore), branch naming conventions, linear history, and GitHub MCP tools.Use when user mentions creating branches, opening PRs, git switch, git restore,feature branches, pull requests, or GitHub PR workflows.
2026-01-05
context7-resolve-library-id.md
6
1 export context7-resolve-library-id
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To find the Context7-compatible library ID for a package or product name, resolve the library ID before querying docs unless the user already provided an /org/project ID (max 3 calls).
2026-01-05
gh-implement-issue.md
6
1 export gh-implement-issue
2 mvillmow from "mvillmow/ml-odyssey"
3 End-to-end implementation workflow for a GitHub issue from planning through PR creation. Use when starting work on an issue from scratch.
2026-01-05
git-repository-detection.md
6
1 export git-repository-detection
2 laurigates from "laurigates/dotfiles"
3 Detect GitHub repository name and owner from git remotes. Use when needing repo identifier for GitHub CLI, API calls, or when working with multiple repositories. Automatically extracts owner/repo format.
2026-01-05
dart-dart-fix.md
6
1 export dart-dart-fix
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To apply automated Dart fixes, run `dart fix --apply` on the given roots to resolve suggested changes.
2026-01-05
frameworkmakecontracts.md
6
1 export frameworkmakecontracts
2 atournayre from "atournayre/claude-marketplace"
3 Génère les interfaces de contrats pour une architecture Elegant Objects
2026-01-05
write-skill.md
6
1 export write-skill
2 wayne930242 from "wayne930242/Reflexive-Claude-Code"
3 Create effective Claude Code SKILL.md files following Anthropic's official patterns. Use when writing new skills, improving existing skills, or learning skill best practices.
2026-01-05
backend-queries.md
6
1 export backend-queries
2 coreyja from "coreyja/coreyja.com"
3 Write secure, performant database queries using parameterized statements, proper indexing, and query optimization techniques. Use this skill when writing SQL queries, ORM query methods, or database access code. When implementing data fetching logic that retrieves or updates database records. When optimizing queries to prevent N+1 problems through eager loading or joins. When using WHERE clauses, JOIN operations, or ORDER BY statements. When implementing transactions for related database operations. When working with query builder methods, raw SQL, or ORM query interfaces. When setting query timeouts or implementing query result caching.
2026-01-05
dart-run-tests.md
6
1 export dart-run-tests
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To run Dart or Flutter tests with the agent-centric test runner, execute tests using this tool instead of shell `dart test` or `flutter test`.
2026-01-05
rg-history.md
6
1 export rg-history
2 backnotprop from "backnotprop/rg_history"
3 Search your conversation history using ripgrep. Use when you need to find previous messages, file edits, tool calls, or decisions from earlier in the session.
2026-01-05
dart-hover.md
6
1 export dart-hover
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To view hover details such as docs and types at a cursor position, get hover information for a file location.
2026-01-05