Browse Skills

44977 skills found

researching-with-deepwiki.md
1
1 export researching-with-deepwiki
2 mjunaidca from "mjunaidca/mjs-agent-skills"
3 Research GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploringunfamiliar codebases, understanding project architecture, or asking questions about how a specificopen-source project works. Provides AI-powered repo analysis and RAG-based Q&A about source code.NOT for fetching library API docs (use fetching-library-docs instead) or local files.
2026-01-05
api-testing-patterns.md
1
1 export api-testing-patterns
2 tommymorgan from "tommymorgan/claude-plugins"
3 This skill should be used when performing exploratory testing of REST or GraphQL APIs, including endpoint discovery, request/response validation, authentication testing, and error handling checks. Triggers when testing APIs, validating OpenAPI specs, checking endpoint security, or verifying API responses.
2026-01-05
project-review-orchestrator.md
1
1 export project-review-orchestrator
2 billlzzz10 from "billlzzz10/bl1nk-skill-mcp-server"
3 Systematic project review framework with issue analysis, task breakdown, conflict detection, and resolution. Use when reviewing project state, identifying problems, creating actionable issues, and resolving conflicts to maintain system health.
2026-01-05
planner.md
1
1 export planner
2 mgreenly from "mgreenly/ikigai"
3 Planner role for the ikigai project
2026-01-05
epic-initializer.md
1
1 export epic-initializer
2 sebc-dev from "sebc-dev/website"
3 Initializes a new epic with EPIC_TRACKING.md and story-level directory structure.Creates the foundation for managing all stories within an epic. Use when starting a new epic orwhen restructuring an existing epic to align with the PRD story breakdown.
2026-01-05
go-patterns.md
1
1 export go-patterns
2 Zate from "Zate/cc-plugins"
3 This skill should be used for Go idioms, error handling, goroutines, interfaces, and testing, golang, Go language, Go modules, Go concurrency
2026-01-05
claude-subagent-development.md
1
1 export claude-subagent-development
2 rafaelcalleja from "rafaelcalleja/claude-market-place"
3 This skill should be used when the user asks to "create a subagent", "validate a subagent", "generate subagent schema", "check subagent configuration", "write subagent specification", or mentions subagent development, validation, or protocol documentation for Claude Code.
2026-01-05
docx.md
1
1 export docx
2 leduclinh7141 from "leduclinh7141/aitykit-marketing"
3 Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
2026-01-05
confidence-check.md
1
1 export confidence-check
2 krzemienski from "krzemienski/shannon-framework"
3 5-check quantitative validation ensuring 90% confidence before implementation. Preventswrong-direction work through systematic verification: duplicate check (25%), architecturecompliance (25%), official docs (20%), working OSS (15%), root cause (15%). Thresholds:≥90% proceed, ≥70% clarify, <70% STOP. Proven 25-250x token ROI from SuperClaude.
2026-01-05
gh-issue-edit.md
1
1 export gh-issue-edit
2 dceoy from "dceoy/gh-actions-for-devops"
3 Edit GitHub issue metadata using gh CLI. Update title, body, labels, assignees, milestones, and projects. Use when issue details need to be changed.
2026-01-05
mock-data-builder.md
1
1 export mock-data-builder
2 MaciWP from "MaciWP/CV_Astro"
3 Generate mock data for testing with Faker, MSW, factories. API mocking, test fixtures, seed data. Keywords - mock data, faker, msw, test fixtures, factory pattern, seed data, test data generation
2026-01-05
research.md
1
1 export research
2 wollfoo from "wollfoo/setup-factory"
3 Use when you need to research, analyze, and plan technical solutions that are scalable, secure, and maintainable. | Sử dụng khi: nghiên cứu, tìm hiểu, khám phá, học về, tài liệu.
2026-01-05
skill-name.md
1
1 export skill-name
2 cliztech from "cliztech/clizhydrogens"
3 One-line purpose
2026-01-05
implementing-code.md
1
1 export implementing-code
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Write clean, efficient, maintainable code. Use when implementing features, writing functions, or creating new modules. Covers SOLID principles, error handling, and code organization.
2026-01-05
foundation-schema.md
1
1 export foundation-schema
2 BellaBe from "BellaBe/ideas-os"
3 Manifest schema definitions for all LeanOS artifacts. Reference skill forvalidating manifest structure, understanding artifact formats, checkingcross-references. Use when: validating outputs, debugging schema issues,understanding data flow between skills.
2026-01-05
smart-docs-updater.md
1
1 export smart-docs-updater
2 comicsansbestfont from "comicsansbestfont/bobo-vercel-clone"
3 Intelligently updates CHANGELOG.md and documentation by tracking work sessions.Accumulates multiple related changes into ONE coherent entry instead of fragmented updates.Use this when:- User says "start working on X" or "fixing Y" (session start)- User says "done", "ship it", "finished with X" (session end - trigger docs update)- User asks to update changelog after multiple commitsDO NOT update docs after every small change. Wait for session completion.
2026-01-05
sql-analysis.md
1
1 export sql-analysis
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master SQL for data analysis with complex queries, joins, aggregations, window functions, and query optimization.
2026-01-05
react.md
1
1 export react
2 KubrickCode from "KubrickCode/ai-config-toolkit"
3 React 컴포넌트 개발 표준과 모범 사례를 제공합니다. 적절한 훅 사용, 상태 관리 패턴, 성능 최적화 기법을 통해 컴포넌트 품질을 보장합니다. 함수형 컴포넌트, 커스텀 훅, Context API, 메모이제이션 전략, 접근성 준수를 전문으로 합니다. useState/useReducer/useContext로 상태 관리를 구현하고, useMemo/useCallback/React.memo로 성능을 최적화합니다.다음 경우에 사용: React 컴포넌트 개발(.jsx/.tsx 파일), 커스텀 훅 생성, useState/useReducer/useContext로 상태 관리 구현, useMemo/useCallback/React.memo로 성능 최적화, useEffect로 사이드 이펙트 처리, 컴포넌트 props 및 인터페이스 설계, 조건부 렌더링 패턴 구현, React Testing Library 테스트, TypeScript 타입 안전 컴포넌트 통합.
2026-01-05
profile-engine.md
1
1 export profile-engine
2 legacy3 from "legacy3/wowlab"
3 Profile the Rust simulation engine to identify performance bottlenecks. Use when optimizing engine performance or investigating slow code paths.
2026-01-05
git-workflow.md
1
1 export git-workflow
2 xbklairith from "xbklairith/kisune"
3 Use when working with git operations - generates smart commit messages (present tense, imperative), manages branches, creates PRs with summaries, follows git best practices. Activates when user says "commit this", "create PR", "push changes", mentions "git", "branch", "merge", or before committing code.
2026-01-05
refactor-arch-hotspots.md
1
1 export refactor-arch-hotspots
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [Code Quality] Identifies architectural hotspots: high-churn files, coupling issues, layer violations, and dependency tangles. Use to find systemic issues that cause repeated bugs or slow development.
2026-01-05
introspect-working-memory.md
1
1 export introspect-working-memory
2 synapseradio from "synapseradio/thinkies"
3 Manage cognitive load by explicitly identifying what needs to be held in active focus and externalizing complex state. Use when: (1) explicit request to track multiple elements or manage cognitive load, (2) reasoning involves tracking five or more distinct elements simultaneously, (3) switching between contexts or returning from tangents requires context restoration, (4) responses reference earlier information that wasn't carried forward or reasoning restarts without building on prior context.
2026-01-05
nextjs.md
1
1 export nextjs
2 specvital from "specvital/web"
3 Provides Next.js project architecture expertise and implementation patterns. Enforces BFF (Backend for Frontend) pattern, Server Components strategy, and data fetching policies. Specializes in App Router architecture, Server Actions, streaming SSR, incremental static regeneration, and route handlers. Ensures optimal performance through proper component boundaries and caching strategies.Use when: developing Next.js applications, implementing App Router patterns, creating Server Components and Client Components, designing Server Actions for mutations, implementing data fetching with fetch API, configuring BFF architecture, optimizing page performance with streaming and suspense, handling routing and navigation, implementing middleware, or setting up API route handlers.
2026-01-05
debug-renovate.md
1
1 export debug-renovate
2 fohte from "fohte/dotfiles"
3 Use renovate-dryrun to test Renovate configuration locally. Use this skill when debugging or validating renovate.json5 changes.
2026-01-05