Browse Skills
719 skills found
test-traditional-build.md
2
1
export
test-traditional-build
2
from
"centos-automotive-suite/automotive-dev-operator"
from
"centos-automotive-suite/automotive-dev-operator"
3
Run a traditional AIB build test and report results. Builds a disk image using automotive-image-builder manifest and downloads the artifact.
2026-06-02
unit-test-writer.md
2
1
export
unit-test-writer
2
from
"jo-minjun/ai-setting-example"
from
"jo-minjun/ai-setting-example"
3
Spring Boot 프로젝트의 유닛테스트를 작성합니다.JUnit, Mockito를 사용하며 Fixtures 패턴으로 테스트 객체를 관리합니다.사용 시점: 서비스 로직, 컨트롤러, 리포지토리 테스트 작성
2026-02-02
vibeflow-tdd.md
2
1
export
vibeflow-tdd
2
from
"mizkun/vibeflow"
from
"mizkun/vibeflow"
3
Execute TDD Red-Green-Refactor cycle. Use when implementing features with test-driven development.
2026-05-18
sdd-tdd-workflow.md
2
1
export
sdd-tdd-workflow
2
from
"inchan/zettel-memory"
from
"inchan/zettel-memory"
3
Guide AI agents through Specification-Driven Development (SDD) + Test-Driven Development (TDD) integrated workflow. Use when implementing complex features, making architectural decisions, or conducting large-scale refactoring that requires clear specifications and test-first development.
2025-12-22
writing-go-tests.md
2
1
export
writing-go-tests
2
from
"torosent/crankfire"
from
"torosent/crankfire"
3
High-signal load testing for HTTP, WebSocket, SSE, and gRPC from the CLI
2026-05-20
fastapi-endpoint.md
2
1
export
fastapi-endpoint
2
from
"janisto/fastapi-playground"
from
"janisto/fastapi-playground"
3
FastAPI playground
2026-04-11
reviewing-authentication-and-authorization-security.md
2
1
export
reviewing-authentication-and-authorization-security
2
from
"bbrowning/bbrowning-claude-marketplace"
from
"bbrowning/bbrowning-claude-marketplace"
3
My personal Claude Code marketplace
2026-05-20
spec-driven-implementation.md
2
1
export
spec-driven-implementation
2
from
"xbklairith/kisune"
from
"xbklairith/kisune"
3
Kisune is my personal Claude plugins, a refined suite of abilities elevating Claude into a powerful multi-tool for coding, research, and automation.
2026-05-21
fn-args-deps.md
2
1
export
fn-args-deps
2
from
"jagreehal/jagreehal-claude-skills"
from
"jagreehal/jagreehal-claude-skills"
3
Enforce the fn(args, deps) pattern: functions over classes with explicit dependency injection
2026-06-04
test-driven-development.md
2
1
export
test-driven-development
2
from
"krzemienski/shannon-framework"
from
"krzemienski/shannon-framework"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first using REAL systems (NO MOCKS), watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first and real system integration
2026-05-24
az-cli.md
2
1
export
az-cli
2
from
"lttr/claude-marketplace"
from
"lttr/claude-marketplace"
3
Claude Code plugins extracted from my own development workflows.
2026-06-04
quality-reviewer.md
2
1
export
quality-reviewer
2
from
"ArcadeAI/arcade-mcp-ts"
from
"ArcadeAI/arcade-mcp-ts"
3
TypeScript framework for building MCP servers with built-in OAuth (21 providers), secret injection, middleware, multi-user JWT auth, and worker routes. Wraps @modelcontextprotocol/sdk.
2026-03-26
nix-dev-shell.md
2
1
export
nix-dev-shell
2
from
"efficacy38/nix-dotfile"
from
"efficacy38/nix-dotfile"
3
Automatically detects Nix flakes and runs commands in a dev shell environment. Use when running build, test, or development commands in projects with flake.nix. Ensures commands run with proper Nix dependencies loaded.
2026-05-23
tdd-cycle.md
2
1
export
tdd-cycle
2
from
"anortham/sherpa"
from
"anortham/sherpa"
3
MCP server that guides AI agents through systematic development workflows using behavioral adoption and positive reinforcement
2026-01-27
test-endpoints.md
2
1
export
test-endpoints
2
from
"adryanev/.dotfiles"
from
"adryanev/.dotfiles"
3
My Dotfile Setup
2026-04-24
springboot-patterns.md
2
1
export
springboot-patterns
2
from
"cliangdev/specflux-backend"
from
"cliangdev/specflux-backend"
3
specflux REST APIs and MCP server
2026-01-26
nestjs-authentication.md
2
1
export
nestjs-authentication
2
from
"AgentiveCity/SkillFactory"
from
"AgentiveCity/SkillFactory"
3
A skill factory for managing Claude Code skills
2026-02-10
api-design.md
2
1
export
api-design
2
from
"pluginagentmarketplace/custom-plugin-backend"
from
"pluginagentmarketplace/custom-plugin-backend"
3
Backend development plugin for Claude AI - FastAPI, database management, API design, and server-side development tools
2026-05-08
bubble-tea.md
2
1
export
bubble-tea
2
from
"fwojciec/diffstory"
from
"fwojciec/diffstory"
3
Diff viewer that uses LLM to classify code changes into structured narratives
2026-01-21
documentation-writer.md
2
1
export
documentation-writer
2
from
"ClementWalter/rookie-marketplace"
from
"ClementWalter/rookie-marketplace"
3
A claude code marketplace with random plugins created by Claude herself
2026-01-10
doc-coauthoring.md
2
1
export
doc-coauthoring
2
from
"brookemitchell/llm-dev-examples"
from
"brookemitchell/llm-dev-examples"
3
Generic reusable cursor configuration – Useful cursor commands
2026-01-30
skill-template.md
2
1
export
skill-template
2
from
"davydany/awesome-claude-skills-for-cybersecurity"
from
"davydany/awesome-claude-skills-for-cybersecurity"
3
Awesome Cybersecurity Skills for Claude
2026-03-07
scientific-tdd.md
2
1
export
scientific-tdd
2
from
"LorenFrankLab/non_local_detector"
from
"LorenFrankLab/non_local_detector"
3
Pragmatic test-driven development for scientific code with numerical validation
2026-05-15
go-uber-style.md
2
1
export
go-uber-style
2
from
"nhlongnguyen/dotfiles"
from
"nhlongnguyen/dotfiles"
3
Use this skill when writing Go code following the Uber Go Style Guide. Provides comprehensive guidance on idiomatic Go patterns, error handling, concurrency safety, performance optimization, and test-driven development. Covers all critical Uber Go rules including channel sizing, goroutine management, interface design, and proper error handling. Appropriate for any task involving .go files, Go code reviews, refactoring, or implementing Go best practices.
2026-03-03