Browse Skills
20307 skills found
planning-and-building.md
0
1
export
planning-and-building
2
from
"conradbeach/dotfiles"
from
"conradbeach/dotfiles"
3
Approach for planning and implementing code changes. Use when starting new features, starting bug fixes, beginning any implementation work, or when unsure how to approach a coding task. Covers learning the codebase first, verifying approaches, and writing simple maintainable code.
2026-01-05
session-search.md
0
1
export
session-search
2
from
"terraphim/codex-skills"
from
"terraphim/codex-skills"
3
Search and analyze AI coding assistant session history using Terraphim.Find past conversations, discover patterns, and learn from previous work.Supports Claude Code, Cursor, Aider, and other AI coding assistants.
2026-01-05
linear-issue-handler.md
0
1
export
linear-issue-handler
2
from
"trounceabout/skills-library"
from
"trounceabout/skills-library"
3
Comprehensive workflow for managing Linear issues using the linearis CLI tool. Handles issue creation, status tracking, commenting, and file downloads with clear decision trees for when to ask for approval vs. acting autonomously.
2026-01-05
git-workflow.md
0
1
export
git-workflow
2
from
"LeanEntropy/civax-cc-agents"
from
"LeanEntropy/civax-cc-agents"
3
Git workflow patterns for multi-environment deployments with GitHub. Applied automatically for branch management and release workflows.
2026-01-05
codex-execpolicy.md
0
1
export
codex-execpolicy
2
from
"bedecarroll/dotfiles"
from
"bedecarroll/dotfiles"
3
Create or edit Codex execpolicy .rules files (allow/prompt/forbid commands, define prefix_rule patterns, add match/not_match tests) and validate them with codex execpolicy check. Use when a user mentions Codex rules, execpolicy, command policies, allowlists/denylists, or controlling which commands Codex can run, and when scope (global vs project) must be clarified.
2026-01-05
gemini-agent-sdk-setup.md
0
1
export
gemini-agent-sdk-setup
2
from
"nadeemsangrasi/humanoid-and-robotic-book"
from
"nadeemsangrasi/humanoid-and-robotic-book"
3
Integrate OpenAI Agent SDK with Google Gemini backend into FastAPI service using the official Google Gemini API via OpenAI compatibility layer.
2026-01-05
programming-assistant.md
0
1
export
programming-assistant
2
from
"regyo997/github-copilot-agent-skills-practice"
from
"regyo997/github-copilot-agent-skills-practice"
3
協助開發者進行程式開發,包含公司 API 設計規範指引和 Spring Boot 專案快速建立。用於:(1) 開發新的 API 端點時、(2) 規劃和設計 API 時、(3) 需要快速建立新的 Spring Boot 專案時、(4) Code Review 時驗證 API 是否符合公司規範時
2026-01-05
format-standardize.md
0
1
export
format-standardize
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Standardize formatting and apply consistent style to the deliverable. Use after generation to ensure the output matches the user's formatting standards and conventions.
2026-01-05
claude-code-hooks.md
0
1
export
claude-code-hooks
2
from
"filipexyz/plugins"
from
"filipexyz/plugins"
3
Implement Claude Code hooks for deterministic control over agent behavior. Use when creating custom hooks for notifications, auto-formatting, logging, feedback, permissions, or lifecycle events.
2026-01-05
bd-issue-tracking.md
0
1
export
bd-issue-tracking
2
from
"johnnymo87/dotfiles"
from
"johnnymo87/dotfiles"
3
Track complex, multi-session work with dependency graphs using bd (beads) issue tracker. Git-backed JSONL files are the source of truth, with SQLite as local cache. Use when work spans multiple sessions, has complex dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.
2026-01-05
barqnet-testing.md
0
1
export
barqnet-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Specialized agent for comprehensive testing of the BarqNet project across all platforms and layers. Handles unit testing, integration testing, E2E testing, performance testing, security testing, and test automation. Creates test plans, writes test code, executes tests, and generates test reports. Use when implementing tests, debugging test failures, or validating functionality.
2026-01-05
ui-styling.md
0
1
export
ui-styling
2
from
"nickstrad/signal-depth"
from
"nickstrad/signal-depth"
3
Guides UI styling and design using Tailwind CSS 4, shadcn/ui components, and the global theme system. Use when styling components, designing UIs, or making visual changes. Emphasizes CSS variable-based theming for consistent, maintainable styles.
2026-01-05
nextjs-routes-and-layouts.md
0
1
export
nextjs-routes-and-layouts
2
from
"AgentiveCity/SkillFactory"
from
"AgentiveCity/SkillFactory"
3
Use this skill whenever the user wants to design, refactor, or extend Next.js App Router routes, layouts, and navigation patterns (including route groups, dynamic routes, and server/client component boundaries) in a TypeScript + Tailwind + shadcn/ui project.
2026-01-05
comet-scaffold.md
0
1
export
comet-scaffold
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
React Native 脚手架 comet CLI 命令规范与项目配置。当用户提到"comet"、"脚手架"、"scaffold"、"初始化项目"、"创建应用"、"项目结构"、"comet.yaml"时使用此 skill。
2026-01-05
flamework-roblox-ts.md
0
1
export
flamework-roblox-ts
2
from
"StephenSHorton/flamework-template"
from
"StephenSHorton/flamework-template"
3
Build Roblox games with Flamework, a TypeScript framework. Use when creating services, controllers, components, networking (RemoteEvents/RemoteFunctions), dependency injection, lifecycle events, or working with Flamework decorators, macros, and configuration.
2026-01-05
apex-enterprise-patterns.md
0
1
export
apex-enterprise-patterns
2
from
"dangt85/sf-package-architect"
from
"dangt85/sf-package-architect"
3
This skill should be used when the user asks to "create apex class", "write apex code", "implement service layer", "domain pattern", "selector pattern", "apex security", "bulkification", or mentions DRY, SOLID, or TDD principles for Apex. Provides framework-agnostic enterprise patterns for Apex development.
2026-01-05
playwright-testing.md
0
1
export
playwright-testing
2
from
"vinceh/recipe"
from
"vinceh/recipe"
3
Comprehensive guide for modern front-end testing with Playwright (2025). This skill should be used when writing end-to-end tests, component tests, or visual regression tests for web applications using Playwright. Covers Page Object Model patterns, TypeScript integration, modern SPA testing strategies, accessibility testing, and CI/CD automation with GitHub Actions.
2026-01-05
fvtt-version-compat.md
0
1
export
fvtt-version-compat
2
from
"ImproperSubset/hh-agentics"
from
"ImproperSubset/hh-agentics"
3
This skill should be used when importing Foundry classes, registering sheets, loading templates, enriching HTML, or using any Foundry API that has moved to namespaces. Covers compat wrappers, deferred sheet registration, and the modern-first fallback pattern.
2026-01-05
zustand-testing.md
0
1
export
zustand-testing
2
from
"Jslock56/FFFBeatdown"
from
"Jslock56/FFFBeatdown"
3
Generate comprehensive tests for Zustand stores with nested immutable updates, async actions, and persistence. Use when creating or modifying stores, writing tests, or debugging state issues. Keywords: zustand, store, testing, state, vitest, mock.
2026-01-05
refine-requirements.md
0
1
export
refine-requirements
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Refine requirements from discoveries during TDD/BDD implementation. Captures edge cases, race conditions, and business rules discovered by developers. Enables requirements refinement loop. Use when developers discover missing requirements during coding.
2026-01-05
project-guide.md
0
1
export
project-guide
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
claude-plugin 프로젝트 개발 가이드라인, 레퍼런스 패턴, 프로젝트 구조 조회. Use when Claude needs to (1) Look up development principles (P1-P4, DRY, KISS, YAGNI, SOLID), (2) Find reference patterns for Hooks/Agents/Commands creation, (3) Understand project structure and file locations, (4) Learn how to create Skills/Hooks/Agents/Commands, or (5) Delegate to claude-code-guide for official Claude Code documentation
2026-01-05
task-engine.md
0
1
export
task-engine
2
from
"omerreish-lgtm/secretary-system"
from
"omerreish-lgtm/secretary-system"
3
Create, organize, and prioritize tasks from briefs or brain dumps. Sync with Taskmaster MCP. Use to plan work, track status, and pick next steps.
2026-01-05
jsdoc-template-generator.md
0
1
export
jsdoc-template-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate JSDoc configuration and documentation templates for JavaScript/TypeScript projects. Triggers on "create jsdoc config", "generate jsdoc template", "documentation setup", "jsdoc configuration".
2026-01-05
web-search.md
0
1
export
web-search
2
from
"jwynia/agent-skills"
from
"jwynia/agent-skills"
3
Search the web using Tavily API for high-quality, AI-optimized results. Use when the agent needs to find current information, verify facts, research topics, or answer questions requiring web data. Keywords: search, web, internet, lookup, find, research, current events, facts.
2026-01-05