Browse Skills
44977 skills found
agentdb-memory-patterns.md
1
1
export
agentdb-memory-patterns
2
from
"pacphi/ampel"
from
"pacphi/ampel"
3
Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.
2026-01-05
secure-container-build.md
1
1
export
secure-container-build
2
from
"pigfoot/claude-code-hubs"
from
"pigfoot/claude-code-hubs"
3
Build secure container images with Wolfi runtime, non-root users, and multi-stage builds. Templates for Python/uv, Bun, Node.js/pnpm, Golang (static/CGO), and Rust (glibc/musl) with allocator optimization
2026-01-05
video-to-gif.md
1
1
export
video-to-gif
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Convert video clips to optimized GIFs with speed control, cropping, text overlays, and file size optimization. Create perfect GIFs for social media, documentation, and presentations.
2026-01-05
devops-quality.md
1
1
export
devops-quality
2
from
"AbdulSamad94/Hackhaton-SpecsKitPlus"
from
"AbdulSamad94/Hackhaton-SpecsKitPlus"
3
Code quality standards, linting rules, and CI/CD principles.
2026-01-05
kubernetes-security-policies.md
1
1
export
kubernetes-security-policies
2
from
"NickCrew/claude-ctx-plugin"
from
"NickCrew/claude-ctx-plugin"
3
Kubernetes security policies, RBAC, and Pod Security Standards for hardened cluster deployments. Use when implementing cluster security, defining network policies, or enforcing security compliance in Kubernetes environments.
2026-01-05
typescript-standards.md
1
1
export
typescript-standards
2
from
"jordanburke/typescript-library-template"
from
"jordanburke/typescript-library-template"
3
Guide for creating TypeScript libraries using the typescript-library-template pattern and applying its standards to existing projects. Use when setting up new npm packages, standardizing build scripts, configuring tooling (tsup, Vitest, ESLint, Prettier), or applying dual module format patterns.
2026-01-05
designing-frontend.md
1
1
export
designing-frontend
2
from
"sumik5/dotfiles"
from
"sumik5/dotfiles"
3
Creates distinctive, production-grade frontend interfaces. Use when building web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
comment-mode.md
1
1
export
comment-mode
2
from
"rohunvora/cool-claude-skills"
from
"rohunvora/cool-claude-skills"
3
Granular feedback on drafts without rewriting. Generates highlighted HTML with click-to-reveal inline comments. Use when user says "comment on this", "leave comments on", "give feedback on", or asks for feedback on a draft. Supports multiple lenses—editor feedback, POV simulation ("as brian would react"), or focused angles ("word choice only", "weak arguments"). A granular alternative to rewrites that lets users review feedback incrementally without losing their voice.
2026-01-05
chrome-devtools-debugging.md
1
1
export
chrome-devtools-debugging
2
from
"Consiliency/treesitter-chunker"
from
"Consiliency/treesitter-chunker"
3
Debug and analyze web applications using Chrome DevTools MCP. Use for console log inspection, network request monitoring, performance analysis, and debugging authenticated sessions. For basic browser automation (screenshots, form filling), use browser-discovery skill instead.
2026-01-05
ci-cd-automation.md
1
1
export
ci-cd-automation
2
from
"Gaku52/claude-code-skills"
from
"Gaku52/claude-code-skills"
3
GitHub Actions、Fastlane、Bitriseを活用したCI/CDパイプライン構築。自動ビルド、テスト実行、コード署名、TestFlight配布、App Store申請まで、開発からリリースまでの完全自動化ガイド。
2026-01-05
patternscomposite.md
1
1
export
patternscomposite
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Composite Pattern pattern for C development
2026-01-05
supabase-typegen.md
1
1
export
supabase-typegen
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
Supabase CLI를 활용한 데이터베이스 타입 생성 및 동기화.PROACTIVELY use when (1) DB 스키마 변경 후 타입 업데이트, (2) Repository 구현 전 타입 확인,(3) 새 테이블/컬럼 추가 시, (4) 타입 불일치 오류 발생 시.Cloud 환경 전용 - On-Premise는 수동 타입 정의 필요.
2026-01-05
project-status-sync.md
1
1
export
project-status-sync
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Use to keep GitHub Project fields synchronized with actual work state - updates status, verification, criteria counts, and other project-specific fields
2026-01-05
budget-analyzer.md
1
1
export
budget-analyzer
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Analyze personal or business expenses from CSV/Excel. Categorize spending, identify trends, compare periods, and get savings recommendations.
2026-01-05
typescript-test.md
1
1
export
typescript-test
2
from
"specvital/web"
from
"specvital/web"
3
Provides Vitest-based TypeScript testing expertise and best practices. Ensures proper test structure, mocking strategies, async handling patterns, and coverage optimization. Specializes in unit testing, integration testing, test organization with describe/it blocks, vi.mock patterns, snapshot testing, and testing library integration for UI components.Use when: writing TypeScript test files (.spec.ts, .test.ts), structuring tests with describe/it/test blocks, implementing mocks with vi.mock/vi.spyOn, testing async code with async/await or promises, creating test fixtures and helpers, implementing snapshot tests, testing React components with Testing Library, measuring and improving code coverage, or configuring Vitest for TypeScript projects.
2026-01-05
test-architecture.md
1
1
export
test-architecture
2
from
"d-kishi/ubiquitous-lang-mng"
from
"d-kishi/ubiquitous-lang-mng"
3
テストアーキテクチャ自律適用Skill。ADR_020レイヤー×テストタイプ分離方式・命名規則・参照関係原則・新規テストプロジェクト作成チェックリスト適用。unit-test/integration-test Agent作業時・新規テストプロジェクト作成時に使用。
2026-01-05
writing-plans.md
1
1
export
writing-plans
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
Use when design is complete and you need detailed implementation tasks - creates tracked MCP issues with exact file paths, complete code examples, and verification steps. Optional reference plan file for architecture overview.
2026-01-05
slack-auth-security.md
1
1
export
slack-auth-security
2
from
"linehaul-ai/linehaulai-claude-marketplace"
from
"linehaul-ai/linehaulai-claude-marketplace"
3
OAuth flows, token management, and security best practices for Slack apps. Use when implementing app distribution, multi-workspace installations, token storage and rotation, managing scopes and permissions, or securing production Slack applications.
2026-01-05
memory-systems.md
1
1
export
memory-systems
2
from
"rohunvora/my-claude-skills"
from
"rohunvora/my-claude-skills"
3
Design and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge.
2026-01-05
moai-lang-python.md
1
1
export
moai-lang-python
2
from
"junseokandylee/RallyApp"
from
"junseokandylee/RallyApp"
3
Python 3.13+ development specialist covering FastAPI, Django, async patterns, data science, testing with pytest, and modern Python features. Use when developing Python APIs, web applications, data pipelines, or writing tests.
2026-01-05
pants-build-system.md
1
1
export
pants-build-system
2
from
"jzallen/fred_simulations"
from
"jzallen/fred_simulations"
3
Expert guidance on using Pants build system for Python projects, focusing on optimal caching, test execution, and target-based workflows.
2026-01-05
skill-creator.md
1
1
export
skill-creator
2
from
"dejanvasic85/williamstownsc"
from
"dejanvasic85/williamstownsc"
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-05
chrome-devtools.md
1
1
export
chrome-devtools
2
from
"wollfoo/setup-factory"
from
"wollfoo/setup-factory"
3
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging. | Sử dụng khi: chụp màn hình, tự động hóa trình duyệt, debug web, performance, network.
2026-01-05
skill-creator.md
1
1
export
skill-creator
2
from
"kettleofketchup/dota_tournament"
from
"kettleofketchup/dota_tournament"
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-05