Browse Skills
44969 skills found
docusaurus-advanced.md
1
1
export
docusaurus-advanced
2
from
"AbdulSamad94/Hackhaton-SpecsKitPlus"
from
"AbdulSamad94/Hackhaton-SpecsKitPlus"
3
Deep dive into the Docusaurus configuration, plugins, and custom fields.
2026-01-05
django-architecture-enforcer.md
1
1
export
django-architecture-enforcer
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
Enforces service layer architecture in Django/DRF applications. This skill should be used when working with ViewSets, serializers, or services to prevent business logic in views, validate dependency injection patterns, and ensure three-layer architecture (Views → Services → Models).
2026-01-05
deploy.md
1
1
export
deploy
2
from
"X-McKay/kubani"
from
"X-McKay/kubani"
3
Deploy AI agents to Kubernetes cluster. Use when deploying, updating, or checking agent versions. Handles GitOps workflow with Flux CD or immediate kubectl deploys.
2026-01-05
frontend-accessibility.md
1
1
export
frontend-accessibility
2
from
"imkdw/imkdw-dev"
from
"imkdw/imkdw-dev"
3
Implement accessible UI components following WCAG guidelines in Next.js and React applications. Use this skill when creating or modifying React components (*.tsx), working with Radix UI or Headless UI primitives, implementing keyboard navigation, adding ARIA attributes, managing focus states in modals/dialogs, creating form inputs with proper labels, building navigation menus, implementing skip links, or ensuring color contrast compliance. This includes files in apps/blog/src/components/, packages/ui/src/primitives/, packages/ui/src/components/, and any component using @headlessui/react or @radix-ui/* packages. Apply when working with interactive elements like buttons, links, dropdowns, dialogs, or any focusable elements.
2026-01-05
synthesis-principle-extract.md
1
1
export
synthesis-principle-extract
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Generalize from specific examples to distill portable rules that apply across contexts and predict new situations. Use when: (1) asked to extract underlying principles or identify generalizable lessons from specific cases, (2) have multiple examples showing recurring patterns but no explicit rule explaining why the pattern holds, (3) need to create guidelines from experience that capture underlying truth rather than surface similarity, (4) applying lessons from past situations to new contexts and need to verify the principle actually transfers.
2026-01-05
skill-creator.md
1
1
export
skill-creator
2
from
"ssdeanx/AI-Skills"
from
"ssdeanx/AI-Skills"
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
agentuity-cli-cloud-storage-get.md
1
1
export
agentuity-cli-cloud-storage-get
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Show details about a specific storage bucket. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
cleaning-data.md
1
1
export
cleaning-data
2
from
"tilmon-engineering/claude-skills"
from
"tilmon-engineering/claude-skills"
3
Systematic data quality remediation - detect duplicates/outliers/inconsistencies, design cleaning strategy, execute transformations, verify results (component skill for DataPeeker analysis sessions)
2026-01-05
feedback-triage.md
1
1
export
feedback-triage
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Use when receiving UAT feedback, bug reports, user testing results, stakeholder feedback, QA findings, or any batch of issues to investigate. Investigates each item BEFORE creating issues, classifies by type and priority, creates well-formed GitHub issues with proper project board integration.
2026-01-05
remote-bridge.md
1
1
export
remote-bridge
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
Remote 요청 브릿지 스킬. Use when (1) 원격 상태 확인,(2) 대기 중인 요청 조회, (3) 수동 권한 승인/거부.
2026-01-05
slack-communication.md
1
1
export
slack-communication
2
from
"admin-baked/bakedbot-for-brands"
from
"admin-baked/bakedbot-for-brands"
3
Send messages to Slack channels or users.
2026-01-05
qa-acceptance.md
1
1
export
qa-acceptance
2
from
"lpding888/aiygw4.0"
from
"lpding888/aiygw4.0"
3
质量验收专家,从用户视角验证交付物可用性/正确性/性能/回归。遵循阻断不合格交付、脚本化验证、数据隔离、覆盖验收标准的工程基线。使用 Playwright(E2E)、Jest+Supertest(API)、k6(性能)等工具。适用于收到 QA 部门任务卡(如 CMS-Q-001)或需要验收交付物时使用。
2026-01-05
quest-keeper-master.md
1
1
export
quest-keeper-master
2
from
"Mnehmos/rpg-mcp"
from
"Mnehmos/rpg-mcp"
3
Master orchestration skill for Quest Keeper AI development. Use when working on ANY part of Quest Keeper AI - coordinates between frontend (Tauri/React), backend (rpg-mcp), and documentation. Triggers on any mention of Quest Keeper, rpg-mcp, game development for this project, or when referencing the Agents/ folder.
2026-01-05
advanced-math-tradinginformation-causal.md
1
1
export
advanced-math-tradinginformation-causal
2
from
"keith-mvs/ordinis"
from
"keith-mvs/ordinis"
3
Information theory (entropy/MI/TE) and causal inference for trading signals.
2026-01-05
postgres.md
1
1
export
postgres
2
from
"sanjay3290/ai-skills"
from
"sanjay3290/ai-skills"
3
Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.
2026-01-05
data-analyst.md
1
1
export
data-analyst
2
from
"agent-trust-protocol/atp-core"
from
"agent-trust-protocol/atp-core"
3
This skill should be used when analyzing CSV datasets, handling missing values through intelligent imputation, and creating interactive dashboards to visualize data trends. Use this skill for tasks involving data quality assessment, automated missing value detection and filling, statistical analysis, and generating Plotly Dash dashboards for exploratory data analysis.
2026-01-05
browser-use.md
1
1
export
browser-use
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.
2026-01-05
stable-version.md
1
1
export
stable-version
2
from
"sk8metalme/ai-agent-setup"
from
"sk8metalme/ai-agent-setup"
3
各言語/フレームワークの安定版バージョン確認ガイド。LTSの考え方、EOLチェック、アップグレード判断をサポート。
2026-01-05
syncing-branch.md
1
1
export
syncing-branch
2
from
"cblecker/claude-skills"
from
"cblecker/claude-skills"
3
Standard workflow for all sync operations ('sync branch', 'pull latest', 'get latest changes', 'sync with upstream'): replaces bash-based git fetch/pull/merge workflows—detects fork vs origin, fetches from correct remotes, safely merges with fast-forward checks. Canonical branch synchronization implementation for git-workflows.
2026-01-05
mm-copy.md
1
1
export
mm-copy
2
from
"adilkalam/claude-vibe-code"
from
"adilkalam/claude-vibe-code"
3
Marina Moscone ad-copy skill. Encodes the canonical MM ad-copy framework and Performance Voice so agents can generate SKU-level ad copy variants for the minisite that feel on-brand and performance-aware.
2026-01-05
speckit-workflow.md
1
1
export
speckit-workflow
2
from
"nprbst/speck-core"
from
"nprbst/speck-core"
3
Manages complete Spec-Driven Development lifecycle from constitution to implementation. Enforces sequential phases, constitutional governance, and quality gates. Use when developing features following SDD methodology or creating specifications.
2026-01-05
htmlgraph-tracker.md
1
1
export
htmlgraph-tracker
2
from
"Shakes-tzd/htmlgraph"
from
"Shakes-tzd/htmlgraph"
3
HtmlGraph workflow skill combining session tracking, orchestration, and parallel coordination. Activated automatically at session start. Enforces delegation patterns, manages multi-agent workflows, ensures proper activity attribution, and maintains feature awareness. Use when working with HtmlGraph projects, spawning parallel agents, or coordinating complex work.
2026-01-05
git-worktrees.md
1
1
export
git-worktrees
2
from
"codekiln/langstar"
from
"codekiln/langstar"
3
Manage git worktrees for parallel feature development following Langstar's issue-driven workflow. Create worktrees with correct target branches based on issue hierarchy, handle cleanup after PR merge, and maintain worktree hygiene. Use when setting up parallel development environments, working on multiple issues simultaneously, or when users mention worktrees, parallel branches, or issue-based development.
2026-01-05
livelib-quote-search.md
1
1
export
livelib-quote-search
2
from
"bongiozzo/bq"
from
"bongiozzo/bq"
3
Given a LiveLib book URL and a quote fragment, find a matching LiveLib quote URL.
2026-01-05