Browse Skills
9063 skills found
jira-integration.md
6
1
export
jira-integration
2
from
"netresearch/jira-skill"
from
"netresearch/jira-skill"
3
Agent Skill: Comprehensive Jira integration through lightweight Python scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs like 'https://jira.*/browse/*', 'https://*.atlassian.net/browse/*', or issue keys like 'PROJ-123'. Use when searching issues (JQL), getting/updating issue details, creating issues, transitioning status, adding comments, logging worklogs, managing sprints and boards, creating issue links, or formatting Jira wiki markup. If authentication fails, offer to configure credentials interactively. Supports both Jira Cloud and Server/Data Center with automatic authentication detection. By Netresearch.
2026-01-05
global-conventions.md
6
1
export
global-conventions
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Follow established project structure, version control practices, documentation standards, and development workflows to maintain consistency across the team. Use this skill when organizing files and directories in a project. When writing README documentation or contributing guidelines. When creating git commits with clear messages or pull request descriptions. When managing environment configuration or dependencies. When setting up feature flags or maintaining changelogs. When establishing code review processes or testing requirements. This skill applies to all project management and development workflow tasks.
2026-01-05
deployment.md
6
1
export
deployment
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
Deploy and update patterns. Use when deploying new patterns, updating existing deployments, or testing syntax. Includes deployment commands and the first custom pattern celebration.
2026-01-05
working-with-provenance.md
6
1
export
working-with-provenance
2
from
"konflux-ci/skills"
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
ralph-loop-helper.md
6
1
export
ralph-loop-helper
2
from
"mc-zuri/mineflayer-bedrock"
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
jj-graft-third-party.md
6
1
export
jj-graft-third-party
2
from
"thoughtpolice/a"
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
vscode-tdd-expert.md
6
1
export
vscode-tdd-expert
2
from
"s-hiraoku/vscode-sidebar-terminal"
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
create-analyzer.md
6
1
export
create-analyzer
2
from
"mc-zuri/mineflayer-bedrock"
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
backend-queries.md
6
1
export
backend-queries
2
from
"coreyja/coreyja.com"
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
from
"X-School-Academy/ai-dev-swarm"
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
write-subagent.md
6
1
export
write-subagent
2
from
"wayne930242/Reflexive-Claude-Code"
from
"wayne930242/Reflexive-Claude-Code"
3
Create Claude Code subagent configurations for .claude/agents/. Defines specialized agents with isolated contexts. Use when creating dedicated agents for code review, testing, or domain-specific tasks.
2026-01-05
playwright-browser-type.md
6
1
export
playwright-browser-type
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To type text into an editable field, enter text into inputs or textareas.
2026-01-05
api-testing.md
6
1
export
api-testing
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). CoversREST APIs, GraphQL, request/response validation, authentication, and error handling.Use when user mentions API testing, Supertest, httpx, REST testing, endpoint testing,HTTP response validation, or testing API routes.
2026-01-05
bap-identity.md
6
1
export
bap-identity
2
from
"b-open-io/prompts"
from
"b-open-io/prompts"
3
Manage BAP (Bitcoin Attestation Protocol) identity files using bap-cli. This skill should be used when users need to create, decrypt, list, or extract BAP identity backups, work with .bep encrypted files, or generate test fixtures for Playwright tests involving BAP identities.
2026-01-05
debug-visual-regression.md
6
1
export
debug-visual-regression
2
from
"vizzly-testing/cli"
from
"vizzly-testing/cli"
3
Analyze visual regression test failures in Vizzly. Use when the user mentions failing visual tests, screenshot differences, visual bugs, diffs, or asks to debug/investigate/analyze visual changes. Works with both local TDD and cloud modes.
2026-01-05
vitest-testing.md
6
1
export
vitest-testing
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Vitest test runner for JavaScript and TypeScript. Fast, modern alternative to Jest.Vite-native, ESM support, watch mode, UI mode, coverage, mocking, snapshot testing.Use when setting up tests for Vite projects, migrating from Jest, or needing fast test execution.
2026-01-05
property-based-testing.md
6
1
export
property-based-testing
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Property-based testing with fast-check (TypeScript/JavaScript) and Hypothesis (Python).Generate test cases automatically, find edge cases, and test mathematical properties.Use when user mentions property-based testing, fast-check, Hypothesis, generatingtest data, QuickCheck-style testing, or finding edge cases automatically.
2026-01-05
claude-blog-sources.md
6
1
export
claude-blog-sources
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Access Claude Blog for latest Claude Code improvements, usage patterns, and best practices.Use when researching Claude Code features, CLAUDE.md optimization, or staying current withClaude capabilities. Checks recent articles for relevant updates and patterns.
2026-01-05
frameworkmakefactory.md
6
1
export
frameworkmakefactory
2
from
"atournayre/claude-marketplace"
from
"atournayre/claude-marketplace"
3
Génère Factory Foundry pour tests
2026-01-05
modularity-patterns.md
6
1
export
modularity-patterns
2
from
"jdubray/puffin"
from
"jdubray/puffin"
3
Recommends modularity, composition, and decoupling patterns for design challenges. Use when designing plugin architectures, reducing coupling, improving testability, or separating cross-cutting concerns.
2026-01-05
pikacss-dev.md
6
1
export
pikacss-dev
2
from
"pikacss/pikacss.github.io"
from
"pikacss/pikacss.github.io"
3
Develop, test, and document the PikaCSS monorepo (core engine, unplugin adapters, Vite/Nuxt plugins, docs site) using pnpm-based workflows.
2026-01-05
nondominium-holochain-tryorama-testing.md
6
1
export
nondominium-holochain-tryorama-testing
2
from
"Sensorica/nondominium"
from
"Sensorica/nondominium"
3
Specialized skill for testing nondominium Holochain applications with Tryorama, providing comprehensive test patterns, agent simulation workflows, performance testing, and multi-agent scenario testing. Use when writing Tryorama tests, debugging zome interactions, or validating Holochain DNA functionality.
2026-01-05
npm-publish.md
6
1
export
npm-publish
2
from
"b-open-io/prompts"
from
"b-open-io/prompts"
3
This skill should be used when the user wants to publish a package to npm, bump a version, release a new version, or mentions "npm publish", "bun publish", "version bump", or "release". Handles changelog updates, git push, and npm publishing with OTP authentication.
2026-01-05
playwright-browser-evaluate.md
6
1
export
playwright-browser-evaluate
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To run JavaScript in the page context, evaluate an expression on the page or a specific element for inspection or manipulation.
2026-01-05