Publisher Profile

O

Open Admin

New

@openbooklet

IndividualJoined March 2026Reputation: 0
Skills

1000

Total Pulls

0

Active Agents

0

Upvotes

938313

Published Skills(1000)

ide-index-mcp

v1.0.0
Verified

Guide for using JetBrains IDE Index MCP tools for code navigation, refactoring, and analysis. TRIGGER: When ANY of these MCP tools are available in the current session: ide_find_references, ide_find_definition, ide_find_class, ide_find_file, ide_search_text, ide_diagnostics, ide_index_status, ide_sync_files, ide_refactor_rename, ide_move_file, ide_type_hierarchy, ide_call_hierarchy, ide_find_implementations, ide_find_symbol, ide_find_super_methods, ide_file_structure, ide_refactor_safe_delete, ide_reformat_code, ide_build_project, ide_read_file, ide_get_active_file, ide_open_file. Use when performing code navigation (find usages, go to definition, find class), code analysis (diagnostics, type hierarchy, call hierarchy), refactoring (rename, move, safe delete, reformat), or searching code (text search, symbol search, file search). Prefer IDE tools over grep/find/sed for ALL semantic code operations.

1060

regex

v1.0.0
Verified

정규표현식 작성 및 테스트를 위한 가이드를 실행합니다.

130

llm-scientific-discovery-guide

v1.0.0
Verified

Survey of LLM agents for biomedical scientific discovery

970

deployment-operations

v1.0.0
Verified

Create/refine project `specs/dod.md` as the canonical Deployment & Operations Document.

370

Setup Granola Integration Skill

v1.0.0
Verified

Copy this to `.claude/skills/setup-granola/SKILL.md` to enable automatic installation.

1170

bmad-product-planning

v1.0.0
Verified

Creates PRDs and plans features.

660

latex-posters

v1.0.0
Verified

Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication.

15.6K0

nuxtjs-vue-typescript

v1.0.0
Verified

NuxtJS and Vue 3 development with TypeScript, Composition API, Shadcn Vue, and Tailwind CSS for modern web applications.

320

bmad-discovery-research

v1.0.0
Verified

Brainstorms ideas and researches projects.

660

Runbook Assistant | Runbook 助手

v1.0.0
Verified

> **Language**: English | [繁體中文](../../locales/zh-TW/skills/runbook-assistant/SKILL.md)

60

github-review

v1.0.0
Verified

Automated PR code review skill. Collects context through ghx, performs standards-based analysis, and publishes one structured review with optional inline comments.

780

adr-authoring

v1.0.0
Verified

Defines the canonical MADR format, lifecycle rules, numbering policy, and SAD catalog contract for standalone ADRs under specs/adrs/.

600

plugin-error-handling

v1.0.0
Verified

6.7K0

Design Token Manager

v1.0.0
Verified

Action: **$0** | Token type: **$1** Arguments: $ARGUMENTS

790

Skill: Incident Command

v1.0.0
Verified

> **Expertise:** ICS-inspired incident structure, communication templates, mitigation over diagnosis, blameless culture.

120

github:pr-comments

v1.0.0
Verified

Fetch unresolved review comments from a GitHub pull request. Use when checking what review feedback needs to be addressed, whether review comments have been resolved, or resuming work on a PR with outstanding feedback.

90

PR Comment Handler (العربية)

v1.0.0
Verified

🌐 **Languages:** 🇺🇸 [English](../../../../../skills_omni/gh-address-comments/SKILL.md) · 🇪🇸 [es](../../../es/skills_omni/gh-address-comments/SKILL.md) · 🇫🇷 [fr](../../../fr/skills_omni/gh-address-comments/SKILL.md) · 🇩🇪 [de](../../../de/skills_omni/gh-address-comments/S

130

schema-coverage

v1.0.0
Verified

Analyzes a Terraform resource schema and compares it to attributes used in the acceptance test suite (configs + assertions). Produces a prioritized report of missing and poor coverage (set-only assertions, single-value coverage, missing unset/empty cases, missing update coverage). Use when the user asks about schema coverage, test coverage gaps, or improving Terraform acceptance tests for a resource.

2060

daily-rollover

v1.0.0
Verified

Start a new day by rolling over unfinished tasks and preparing today's daily note. Pulls meeting schedule from Microsoft 365 via WorkIQ. Use when the user says: "start my day", "daily rollover", "new day", "morning setup"

490

amend-project

v1.0.0
Verified

Propagate a user-described bootstrap change across canonical project artifacts and the project plan by analyzing impact and executing the owning bootstrap workflows inline.

600

Council Reference Data

v1.0.0
Verified

60

blackbox-testing

v1.0.0
Verified

Automates end-to-end and system validation tests. Runs services via Docker, feeds inputs, executes scenarios, and verifies outputs.

120

generate-checklist

v1.0.0
Verified

Generates requirements quality checklists ('Unit Tests for English') that validate quality, clarity, and completeness in a given domain. Use when running /sddp-checklist or when quality verification of requirements is needed.

370

bmad-architecture-design

v1.0.0
Verified

Creates technical architecture and system design.

660

Agent Chaining Workflow

v1.0.0
Verified

에이전트를 순차적으로 연결하여 복잡한 작업을 체계적으로 처리합니다.

130

generate-tasks

v1.0.0
Verified

Orchestrates decomposition of implementation plans into actionable, dependency-ordered task lists. Use when running /sddp-tasks or when task generation from a plan is needed.

370

Artifact Convention Rules

v1.0.0
Verified

These rules apply whenever an agent reads or modifies files inside a Feature Workspace at `specs/<feature-folder>/`. They protect the integrity of cross-referenced identifiers, gating state, and structural conventions that downstream phases depend on. They do not apply to Project Context Specs such

370

sddp-systemdesign

v1.0.0
Verified

Create or refine the canonical project-level technical context (`specs/sad.md`)

370

onboard-dev-agent

v1.0.0
Verified

Use when a dev is new to the project, asks for an overview, or wants to get oriented quickly. Fills graph gaps then runs a guided codebase interview.

1420

sdlc-reports

v1.0.0
Verified

Generate comprehensive SDLC reports including iteration status, metrics dashboards, and executive summaries.

970

static-site

v1.0.0
Verified

Scaffold a minimal Rust static-site crate in this workspace using ssg_whiz and daisy_rsx. Use when the user wants a new site crate created under crates/<name> with a working homepage, starter docs page, blog, assets, custom JavaScript, and Cloudflare build script.

1910

jules-review

v1.0.0
Verified

Review Jules (Google AI agent) pull requests using AI council. Supports -quick flag for lightweight reviews via parallel triage.

60

plan-authoring

v1.0.0
Verified

Creates implementation plans with technical context, architecture decisions, data models, API contracts, and project instructions alignment checks. Use when designing a technical approach for a feature, choosing technologies, defining data structures, or when resolving NEEDS CLARIFICATION markers in plans.

370

agent-teams

v1.0.0
Verified

Claude Code Agent Teams - default team-based development with strict TDD pipeline enforcement

5300

predictable-revenue

v1.0.0
Verified

Build a scalable outbound B2B sales process with specialized roles (SDR, AE, CSM). Use when the user mentions "outbound sales", "Cold Calling 2.0", "prospecting emails", "sales pipeline", "SDR process", or "B2B SaaS sales". Covers lead generation, qualification frameworks, and separating prospecting from closing. For offer design, see hundred-million-offers. For persuasion science, see influence-psychology.

2130

agentic-development

v1.0.0
Verified

Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)

5300

bmad-taskmaster-mcp-bootstrap

v1.0.0
Verified

Bootstraps the TaskMaster MCP server and aligns it with BMAD hooks.

660

bmad-test-strategy

v1.0.0
Verified

Creates test strategy and ATDD scenarios.

660

perf-optimize

v1.0.0
Verified

성능 분석 및 최적화를 위한 체계적 가이드를 실행합니다.

130

git-init

v1.0.0
Verified

Initialize .gitignore with intelligent exclusion patterns based on your project's technology stack.

290

truenorth

v1.0.0
Unverified

TrueNorth crypto market intelligence via the public API: technical analysis (RSI, MACD, Bollinger Bands), derivatives (funding rates, open interest), options intelligence (max pain, GEX, IV), DeFi (TVL, fees), token performance, events, liquidation risk, token unlocks. Equity, commodity, macro, meme, KOL, Polymarket, and sentiment capabilities are gated to the TrueNorth web app — the CLI advertises them and redirects users to subscribe.

70

Garmin Skill

v1.0.0
Verified

General-purpose Garmin Connect data access layer. Exposes activity, stats, and health data as structured JSON. No calendar logic — use in scripts or cron jobs that need Garmin data.

50

bmad-story-planning

v1.0.0
Verified

Breaks epics into developer stories.

660

bmad-ux-design

v1.0.0
Verified

Designs UX and creates wireframes.

660

scaling

v1.0.0
Verified

확장성 설계 가이드를 실행합니다.

130

va-insta-login

v1.0.0
Verified

Instagram: 로그인 및 챌린지(본인 인증) 해결

100

core-skill-creation

v1.0.0
Verified

Guide for creating effective skills with specialized knowledge and workflows.

660

packs-sdk

v1.0.0
Verified

1060

android-java

v1.0.0
Verified

Android Java development with MVVM, ViewBinding, and Espresso testing

5300

sddp-checklist

v1.0.0
Verified

Generate a custom requirements quality checklist for the current feature

370

dlc

v1.0.0
Verified

Dev Life Cycle quality gates: run security scans, code quality checks, performance analysis, test coverage, and PR review compliance. Routes to domain-specific sub-skills or runs all checks in sequence.

60

bmad-security-review

v1.0.0
Verified

Hardens designs and implementations with structured security reviews.

660

sddp-analyze

v1.0.0
Verified

Perform non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks

370

module-audit-agent

v1.0.0
Verified

Use when asked to audit a module, check its health, or assess whether it should be refactored. Runs structural query, risk check, and test generation automatically.

1420

track-win

v1.0.0
Verified

Document an accomplishment in brag document format with proper categorization and impact metrics.

380

swift-mlx-lm

v1.0.0
Verified

MLX Swift LM - Run LLMs and VLMs on Apple Silicon using MLX. Covers local inference, streaming, wired memory coordination, tool calling, LoRA fine-tuning, embeddings, and model porting.

2940

xr-development

v1.0.0
Verified

Expert WebXR and immersive technology developer specializing in browser-based AR/VR/XR applications with cross-device compatibility. Adapted from msitarzewski/agency-agents.

340

git-os

v1.0.0
Verified

Enforces conventional commits, atomic changes, and GIT-OS workflow for Wednesday Solutions projects. Every agent that generates a commit must read this skill first.

1420

sddp-amend

v1.0.0
Verified

Propagate a described change across canonical bootstrap artifacts and the project plan

600

insecure-defaults

v1.0.0
Verified

Detect risky default configurations, fail-open behavior, and unsafe bootstrap states.

1070

subagents-discipline

v1.0.0
Verified

Invoke at the start of any implementation task to enforce verification-first development

1480

salesforce-dx

v1.0.0
Verified

Expert guidance for Salesforce DX development with modern tooling, source-driven development, and CI/CD best practices

320

deploy-checklist

v1.0.0
Verified

Pre-deploy and post-deploy checklist skill. Ensures env vars, migrations, CI, rollback plan, smoke tests, and monitoring are verified before and after every deployment.

1420

wednesday-dev

v1.0.0
Verified

Technical development guidelines for Wednesday Solutions projects. Enforces import ordering, complexity limits, naming conventions, TypeScript best practices, and code quality standards for React/Next.js applications.

1390

product-document

v1.0.0
Verified

Turns a rough product idea into a project-level Product Requirements Document (`specs/prd.md`) and registers it as the canonical Product Document. Use when running /sddp-prd or when a product needs structured discovery before system design.

370

disclosure-page-generator

v1.0.0
Verified

When the user wants to create, optimize, or audit an affiliate, sponsor, or paid partnership disclosure page. Also use when the user mentions "disclosure," "affiliate disclosure," "sponsored content," "FTC disclosure," or "paid partnership."

1840

python-odoo-cursor-rules

v1.0.0
Verified

Guidelines for Python and Odoo enterprise application development with ORM, XML views, and module architecture best practices.

320

aws-aurora

v1.0.0
Verified

AWS Aurora Serverless v2, RDS Proxy, Data API, connection pooling

5300

Moneyman Accounting Operations

v1.0.0
Verified

Accounting operations via the Moneyman service. Supports ledger queries, transaction management, invoicing, and work log tracking.

50

wednesday-design

v1.0.0
Verified

Design and UX guidelines for Wednesday Solutions projects. Covers visual design tokens, animation patterns, component standards, accessibility, and user experience best practices for React/Next.js applications. ENFORCES use of approved component libraries only.

1390

pytorch

v1.0.0
Verified

PyTorch deep learning development with transformers, diffusion models, and GPU optimization.

320

sddp-tasks

v1.0.0
Verified

Generate an actionable task list from a feature implementation plan

370

git-os-lite

v1.0.0
Verified

Use before making any commit or creating any branch. Enforces conventional commits and atomic commit rules.

gitcommitsworkflow
1420

product-agent

v1.0.0
Verified

Discover and validate product ideas, analyze markets, scope MVPs, and optimize app store presence for iOS/macOS apps. Use when user asks to discover, validate, assess, scope, or analyze product ideas, market opportunities, or when they mention "product agent", "app idea validation", "should I build this", "MVP", "market analysis", or "ASO".

920

cloudflare-d1

v1.0.0
Verified

Cloudflare D1 SQLite database with Workers, Drizzle ORM, migrations

5300

code-graph

v1.0.0
Verified

AST-based code graph for fast symbol lookup, dependency analysis, and blast radius via codebase-memory-mcp MCP server

5380

aidd-task-creator

v1.0.0
Verified

Systematic task and epic planning and execution. Use when the user asks to complete a task, plan an epic, break down work, or execute a task plan.

2910

end-day

v1.0.0
Verified

Wrap up the day by fetching meeting summaries from Microsoft 365 via WorkIQ and updating today's daily note with outcomes and reflections. Use when the user says: "end my day", "wrap up", "end of day", "daily review", "close the day"

490

foundry-agent-chat

v1.0.0
Verified

Create an ad-hoc Microsoft Foundry agent for a specific purpose using the new v2 Responses API. Build a custom prompt agent with optional tools, run a conversation, and clean up. Use when the user says: "create a foundry agent", "make an agent for", "foundry agent", "build an ai agent", "create an assistant", "spin up an agent", "agent for this task"

490

instructions-management

v1.0.0
Verified

Manages the project instructions — a document of non-negotiable project principles and governance rules. Use when updating project principles, checking instructions compliance, propagating governance changes across specifications, or when versioning instructions amendments.

370

sddp-devsetup

v1.0.0
Verified

Analyzes the repository and guides the user through setting up their local development environment.

370

sddp-implement

v1.0.0
Verified

Execute the implementation plan by processing and completing all tasks defined in tasks.md

370

sddp-plan

v1.0.0
Verified

Create an implementation plan from a feature specification

370

meme

v1.0.0
Verified

Generate memes using the free memegen.link API. Create image memes from 200+ templates with custom top/bottom text, or use textual meme formats.

1920

sdd-pilot

v1.0.0
Verified

370

sddp-projectplan

v1.0.0
Verified

Create or refine the canonical project-level Project Implementation Plan (`specs/project-plan.md`)

600

setup-wikipedia

v1.0.0
Verified

Install the wikipedia Python package for querying Wikipedia articles. This is a one-time setup skill. Use when the user says: "setup wikipedia", "install wikipedia package"

490

minitest-testing

v1.0.0
Verified

Write, review, and improve Minitest tests for Ruby on Rails applications. Covers model tests, controller tests, system tests, fixtures, and best practices from Rails Testing Guide.

60

skill-feedback-collection

v1.0.0
Verified

Collect structured feedback about skill usage after completing a coding task. Activate at the end of any session where one or more SKILL.md files were loaded. Captures agent signals (gaps, errors, corrections, human interventions) and brief human input, then submits directly via gh CLI or provides manual submission instructions.

2040

Superpowers Workflow

v1.0.0
Verified

This skill defines the default operating procedure for software and automation tasks.

6400

ruby-rails

v1.0.0
Verified

Expert in Ruby and Rails development with conventions and best practices

320

review-verification-protocol

v1.0.0
Verified

Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.

380

小红书自动发帖

v1.0.0
Verified

1050

ms-meta

v1.0.0
Verified

Instant Mindsystem expert. Use when working on Mindsystem, asking how it works, or describing/discussing improvements to commands, agents, workflows, or the framework itself.

90

Binance Spot Trading

v1.0.0
Verified

Official Binance skill for CEX spot trading. Supports 60+ endpoints for market data, order management, and account operations.

2910

voice-to-report

v1.0.0
Verified

Convert voice recordings to structured construction reports. Field workers speak, AI transcribes and formats. Supports daily reports, safety observations, progress updates.

520

foundry-code-interpreter

v1.0.0
Verified

Create an ad-hoc Microsoft Foundry agent with Code Interpreter to analyze data, generate charts, solve math problems, or run Python code in a sandboxed environment. Uses the new Foundry v2 Responses API with conversations. Use when the user says: "analyze this data", "create a chart", "run code interpreter", "foundry code interpreter", "analyze csv", "generate a plot", "solve this with code", "use code interpreter", "data analysis agent"

490

config-schema-migrator

v1.0.0
Verified

Expert at evolving Pydantic configuration schemas with backward compatibility and automated migrations

2000

terraform-search-import

v1.0.0
Verified

Discover existing Azure resources and bulk import them into Terraform management. USE FOR: import Azure resources, bring unmanaged infra under Terraform, audit Azure resources, migrate to IaC, terraform import, bulk import. WHEN: import existing resources, discover Azure infrastructure, adopt Terraform for existing resources, generate import blocks. DO NOT USE FOR: Bicep code, new resource creation, architecture decisions.

1640

office-hours

v1.0.0
Verified

Office hours skill. Uses ~/.claude/skills/gstack/bin/gstack-config.

1590

test-quality

v1.0.0
Verified

Write high-quality JUnit 5 tests with AssertJ assertions. Use when user says "add tests", "write tests", "improve test coverage", or when reviewing/creating test classes for Java code.

3840

Brand Positioning

v1.0.0
Verified

350

sddp-clarify

v1.0.0
Verified

Identify underspecified areas in a feature spec and resolve them through targeted clarification questions

370

gh-maintenance

v1.0.0
Verified

Check upcoming and active scheduled maintenance windows for GitHub services. Use when the user says: "github maintenance", "github scheduled downtime", "any github maintenance planned", "github upcoming maintenance"

490

writing-dna-discovery

v1.0.0
Verified

Capture a writer's voice DNA through collaborative interview and sample analysis. Use when someone wants to document their writing voice for use with a ghost writer skill. Produces a Voice DNA Document with patterns, anti-patterns, and actionable guidance. Handles one register/mode per session, supports refinement over time.

420

update-version

v1.0.0
Verified

Update project versions and release tag in one consistent flow (Cargo.toml, xtask, docs, and git tag).

1240

influencer-marketing

v1.0.0
Verified

When the user wants to plan, implement, or optimize influencer marketing strategy. Also use when the user mentions "influencer marketing," "KOL," "creator partnership," "brand ambassador," "sponsored content," "influencer campaign," "micro-influencer," "influencer outreach," "creator collaboration," or "influencer deal."

1840

discord-client

v1.0.0
Verified

Interact with Discord via a bot: read channels, send messages, list guilds/channels, upload files, manage threads. Uses the Discord REST API with a bot token stored in ~/.zeebot/api_keys/discord.txt.

1180

duroxide-code-coverage

v1.0.0
Verified

Measure and improve code coverage in the Duroxide durable execution runtime. Use when asked about coverage, testing coverage, running llvm-cov, or improving test coverage percentages.

660

project-context

v1.0.0
Verified

Reference guide for ruby-git architecture, coding standards, design philosophy, key technical details, and compatibility requirements. Use when answering architecture questions, deciding where new code belongs, reviewing coding standards, or understanding the layered command/parser/facade design.

1.8K0

Product Page Optimization Generator

v1.0.0
Verified

Create structured A/B test plans for App Store Product Page Optimization (PPO), including test hypotheses, variant designs, success metrics, and iteration strategy.

920

pi-planning-with-files

v1.0.0
Verified

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring >5 tool calls. Supports automatic session recovery after /clear.

16.7K0

gemini-review

v1.0.0
Verified

Google Gemini CLI code review with Gemini 2.5 Pro, 1M token context, CI/CD integration

5300

healing-agent

v1.0.0
Verified

Expert in diagnosing Playwright failures. Uses the @playwright MCP to verify live DOM state.

1060

Polymarket Documentation

v1.0.0
Verified

1920

gsd-reapply-patches

v1.0.0
Verified

Reapply local modifications after a GSD update

50

iCPG Skill (Intent-enhanced Code Property Graph)

v1.0.0
Verified

*Load with: base.md + code-graph.md*

5690

cmc-api-exchange

v1.0.0
Verified

API reference for CoinMarketCap exchange endpoints including exchange info, volume, market pairs, and assets. Use this skill whenever the user mentions exchange API, asks about exchange volumes, wants trading pair data, needs proof-of-reserves info, or is building exchange integrations. This is the authoritative reference for CMC exchange API questions. Trigger: "exchange API", "CMC exchange data", "trading pairs API", "exchange volume API", "/cmc-api-exchange"

320

prd-drafter

v1.0.0
Verified

Pickle Rick's PRD Engine. Use when you need to define the requirements, scope, and goals for a new feature or project before coding to avoid "Jerry-work."

4230

statistics

v1.0.0
Verified

1090

quality-checker

v1.0.0
Verified

Validate skill quality, completeness, and adherence to standards. Use before packaging to ensure skill meets quality requirements.

970

Kubernetes YAML Generator

v1.0.0
Verified

Generate Kubernetes manifests with deterministic steps, bounded CRD research, and mandatory validation for full-resource output.

1110

sddp-init

v1.0.0
Verified

Initialize SDD project governance (project instructions and configuration)

370

sync-acp-spec

v1.0.0
Verified

Sync the ACP (Agent Client Protocol) schema implementation with the official reference repo by comparing Rust source types against our Python Pydantic models.

1070

github-pr-fix

v1.0.0
Verified

Fix pull requests based on review feedback and CI failures, then publish review replies.

780

cohort-analyzer

v1.0.0
Verified

Analyzes revenue cohorts, retention curves, LTV/CAC trends over time

4400

バージョン管理と Jujutsu

v1.0.0
Verified

> Git は開発の基盤だが、その内部構造を理解する者は少ない。Git の内部オブジェクトモデル、高度な操作、そして次世代 VCS である Jujutsu(jj)まで、バージョン管理の深層を解説する。

50

MPP Payment Proxy

v1.0.0
Verified

60

gh-status-check

v1.0.0
Verified

Check the current operational status of all GitHub services. Queries the public githubstatus.com API -- no authentication required. Use when the user says: "is github down", "github status", "check github", "are github actions working", "github service status"

490

monthly-review

v1.0.0
Verified

Generate a monthly retrospective by analyzing weekly reviews, long-term task progress, and deep Microsoft 365 productivity analytics via WorkIQ. Use when the user says: "monthly review", "month summary", "monthly retrospective", "summarize my month"

490

認証・認可(Authentication & Authorization)

v1.0.0
Verified

> 認証と認可はWebアプリケーションセキュリティの根幹。パスワード管理、セッション、JWT、OAuth 2.0、OpenID Connect、RBAC/ABAC、多要素認証からNextAuth.js実装まで、安全なアクセス制御の全てを体系的に解説する。

50

/verify — CI Gate Skill

v1.0.0
Verified

Runs the full verification pipeline matching the CI workflow. Use this before committing or creating a PR to catch issues locally.

350

cli-runtime

v1.0.0
Verified

Internal execution contract for forwarding one tracked Claude Code rescue task through claude-companion.mjs.

80

gh-incidents

v1.0.0
Verified

List recent and active GitHub incidents from githubstatus.com. Shows incident history, root causes, and resolution timelines. Use when the user says: "github incidents", "github outage history", "what happened on github", "recent github issues", "github downtime"

490

sddp-devops

v1.0.0
Verified

Create or refine the canonical project-level deployment and operations context (`specs/dod.md`)

370

iterative-development

v1.0.0
Verified

Ralph Wiggum loops - self-referential TDD iteration until tests pass

5300

release-spec

v1.0.0
Verified

Generates App Store release documentation including submission guide, assets, privacy compliance, and marketing strategy. Creates RELEASE_SPEC.md for app launch. Use when preparing for App Store submission.

920

parallelism-strategies

v1.0.0
Verified

Operational guide for choosing and combining parallelism strategies in Megatron Bridge, including sizing rules, hardware topology mapping, and combined parallelism configuration.

4970

shadcn-vue-inertia

v1.0.0
Verified

shadcn-vue component integration for Inertia Rails Vue 3 (NOT Nuxt): forms, dialogs, tables, toasts, dark mode, and more. Use when building UI with shadcn-vue components in an Inertia + Vue app or adapting shadcn-vue examples from Nuxt. Wire shadcn-vue inputs to Inertia Form via name attribute and #default scoped slot. Flash toasts require Rails flash_keys initializer config.

340

opencitations-api

v1.0.0
Verified

Query open citation data and reference networks via OpenCitations

970

untether-release

v1.0.0
Verified

Prepare and ship a Untether release. Use when asked to cut a release, bump release versions, update changelog/spec/readme, tag v<major.minor.patch>, or trigger the GitHub release workflow.

360

resolve-reviews

v1.0.0
Verified

Resolve all PR review comments (human and bot) on current PR. Fetches unanswered comments, evaluates each one, fixes real issues, dismisses false positives, and replies to every comment with the outcome.

1050

Apply Assessment Upgrades — Atomic Spec

v1.0.0
Verified

> **Parent Brief:** `docs/briefs/2026-03-23-joysmith-cli-plugin.md` > **Status:** Ready > **Date:** 2026-03-23 > **Estimated scope:** 1 session / 1-2 files / ~100 lines

50

OSINT Investigation

v1.0.0
Verified

70

watcher-creator

v1.0.0
Verified

Guide for creating agent-deck watchers conversationally. This skill should be used when users want to set up a new watcher (webhook, ntfy, github, slack, gmail) to route events to a conductor. It walks the user through selecting an adapter type, gathering required settings, generating watcher.toml and clients.json entries, and emits the exact `agent-deck watcher create` command to run.

2.0K0

Telegram Bot API (Raw HTTP)

v1.0.0
Verified

Untether uses a **custom Telegram Bot API client** built on `httpx` (async) and `msgspec` (JSON). There is no Telegram SDK dependency.

360

personalization-at-scale

v1.0.0
Verified

Generate unique personalized first lines for hundreds of prospects using company news, LinkedIn activity, and mutual connections. Saves 10+ hours of manual research per campaign. Use when you need personalized outreach at volume.

1320

cocoindex

v1.0.0
Verified

Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates.

23.3K0

Software Architect Skill

v1.0.0
Verified

You are a software architect. Design system structure, make technology decisions, and ensure long-term maintainability.

1430

specify-feature

v1.0.0
Verified

Creates a feature specification from a natural language description — capturing WHAT users, systems, or operators need and WHY. Use when starting a new feature, when the user mentions /sddp-specify, specification, or feature requirements.

370

skillguard

v1.0.0
Verified

Security scanner for AgentSkill packages. Scan skills for credential theft, code injection, prompt manipulation, data exfiltration, and evasion techniques before installing them. Use when evaluating skills from ClawHub or any untrusted source.

960

spec-authoring

v1.0.0
Verified

Writes product, technical, and operational specifications with prioritized work items, requirement families, and success criteria. Use when creating a spec, writing requirements, defining user stories or objectives, authoring a PRD for a new feature, or when handling NEEDS CLARIFICATION markers in specifications.

370

17-pricing-strategy

v1.0.0
Unverified

Khi nguoi dung can thiet lap gia san pham/dich vu, thay doi chien luoc gia, hoac toi uu pricing page. Cung dung khi nguoi dung nhac 'chien luoc gia', 'dinh gia san pham', 'pricing strategy', 'pricing tier', 'goi dich vu', 'discount strategy', 'gia vs doi thu', 'goi combo'. Skill nay giup xac dinh mo hinh gia + chien thuat dinh gia + pricing page — toi uu cho tam ly khach hang VN.

2120

18-referral-program

v1.0.0
Unverified

Khi nguoi dung can thiet ke chuong trinh gioi thieu bạn be (referral program), affiliate, hoac word-of-mouth. Cung dung khi nguoi dung nhac 'referral program', 'chuong trinh gioi thieu', 'affiliate', 'word of mouth', 'hoa hong gioi thieu', 'ma moi ban', 'giam gia khi gioi thieu'. Skill nay thiet ke referral mechanics (thuong 1 chieu / 2 chieu), tracking, chong gian lan, va campaign launch — toi uu cho thi truong VN.

2120

gza-log-insights

v1.0.0
Verified

Analyze gza run logs to find recurring anti-patterns, wasted effort, and suggest AGENTS.md or workflow improvements

100

Bao Cao Marketing

v1.0.0
Unverified

2120

sddp-specify

v1.0.0
Verified

Create a feature specification from a natural language description

370

Nav2 Navigation Skill

v1.0.0
Verified

Specialized skill for ROS2 Nav2 navigation stack configuration and behavior trees

4400

wrap-up-ritual

v1.0.0
Verified

Structured session ending ritual that captures completed work, pending tasks, and learnings before a session ends. Writes a handoff note to .claude/handoff.md so the next session (or a different developer) can pick up exactly where this session left off. Load this skill when the user signals they're wrapping up, says "let's stop here", "that's all for now", "end of session", "wrap up", "save progress", "handoff", or "I'm done for today".

1670

execution

v1.0.0
Verified

Phase execution methodology for orchestration workflows with error handling and completion protocols

1090

git-commit-validator

v1.0.0
Verified

MUST be used for ANY git workflow that involves committing code. This includes explicit commit requests AND implicit ones like 'ship it', 'wrap it up', or finishing implementation work. Handles staging, message generation, validation, and commit execution with conventional commit format.

890

Import Vapi Assistants into Telnyx

v1.0.0
Verified

Migrate your Vapi voice assistants to Telnyx in minutes. The import API pulls assistant configurations directly from Vapi using your API key and recreates them as Telnyx AI Assistants.

1530

Brief Client Intake — Form khach hang dien cho agency

v1.0.0
Unverified

> **Vai tro skill:** Nay la "INPUT GATE" cua moi project marketing. > Khac voi 02-brief-chien-dich (agency soan cho team), 06-brief-ugc-egc (agency soan cho creator), 12-brief-landing-page (agency soan cho dev) — skill 20 nay la **form khach hang dien CHO agency** de cung cap thong tin dau vao.

2120

Brief UGC / EGC / KOC

v1.0.0
Unverified

2120

Danh Gia Hieu Suat

v1.0.0
Unverified

---

2120

Ke Hoach Fullstack Marketing

v1.0.0
Unverified

> Master skill — goi 08-nghien-cuu-doi-thu, 09-insight-khach-hang, 10-tinh-kpi-nguoc truoc khi xuat output.

2120

generate-video

v1.0.0
Verified

プロダクトデモ動画を自動生成。百聞は一見にしかず、を体現。Use when user mentions '/generate-video', video generation, product demos, or visual documentation. Do NOT load for: embedding video players, live demos, video playback features. Requires Remotion setup.

2590

SenseAudio Video BGM Maker

v1.0.0
Verified

Generate original, royalty-free background music matched to a video's mood and duration. Users describe their video in plain language — no music terminology required.

2.8K0

Lich Noi Dung

v1.0.0
Unverified

---

2120

migrating-prompts-to-skills

v1.0.0
Verified

Use when converting existing .prompt.md or .instructions.md files to reusable SKILL.md format, before guessing structure or deciding what to keep/remove

1600

scrna-embedding

v1.0.0
Verified

Local scVI-based single-cell latent embedding and batch-aware integration from raw-count .h5ad or 10x Matrix Market input, with stable integrated AnnData export for downstream latent analysis.

scrnasingle-cellscvi
3970

scanning-infrastructure-with-nessus

v1.0.0
Verified

Tenable Nessus is the industry-leading vulnerability scanner used to identify security weaknesses across network infrastructure including servers, workstations, network devices, and operating systems.

vulnerability-managementcvenessus
2390

klaviyo

v1.0.0
Verified

Klaviyo email/SMS marketing - profiles, events, flows, segmentation

5300

data-build-dashboard

v1.0.0
Verified

Constrói um dashboard HTML interativo com gráficos, filtros e tabelas no tema Evolution (fundo escuro, acento

660

orkg-api

v1.0.0
Verified

Query the Open Research Knowledge Graph for structured research data

970

employee-generated-content

v1.0.0
Verified

When the user wants to plan, implement, or optimize employee-generated content (EGC) or employee advocacy. Also use when the user mentions "EGC," "employee advocacy," "employee content," "internal brand ambassadors," "employee social media," "employee advocacy program," "staff advocacy," "LinkedIn employee posts," or "brand ambassador program."

1840

getdesign

v1.0.0
Unverified

Generate a grounded, production-grade `design.md` for any public URL using the coding agent's own tools. This skill is the portable twin of the hosted [getdesign.app](https://getdesign.app) agent — same 9-section output, no sandbox required.

190

gza-task-info

v1.0.0
Verified

Gather comprehensive info about a specific gza task including status, branch, commits, and logs

100

AWS クラウドガイド

v1.0.0
Verified

> AWS はクラウドコンピューティングの事実上の標準。EC2/S3/Lambda の基礎からネットワーク設計、データベース選定、サーバーレスアーキテクチャ、コンテナ運用、セキュリティ、コスト最適化まで、AWS の全てを体系的に解説

50

user-management

v1.0.0
Verified

How to manage the user registry — creating users for new Slack/GitHub/GitLab identities, managing aliases, resolving users across platforms. Use when a new human interacts with the swarm or when user identity needs updating.

3200

Scholar Reference SOP

v1.0.0
Verified

120

busytown

v1.0.0
Verified

370

llm-patterns

v1.0.0
Verified

AI-first application patterns, LLM testing, prompt management

5300

signet

v1.0.0
Verified

Cryptographic signing for every tool call with Ed25519 audit trail

280

chatbot-conversation-design

v1.0.0
Verified

Design structured, engaging chatbot conversations with robust intent handling, slot filling, disambiguation, error recovery, and graceful fallback strategies.

440

init-deep

v1.0.0
Verified

Initialize or migrate to nested CLAUDE.md structure for progressive disclosure. Claude auto-loads CLAUDE.md from any directory it reads, enabling true contextual guidance. Triggers on: '/init-deep', 'deep init', 'initialize deeply', 'setup claude deeply', 'refactor claude.md', 'migrate claude.md', 'nested claude', 'progressive disclosure'.

890

writing-humanize

v1.0.0
Verified

Remove signs of AI-generated writing from text. Detects and fixes 24 documented AI writing patterns to make text sound natural and human-written.

290

overleaf-cli-guide

v1.0.0
Verified

Sync and manage Overleaf LaTeX projects from the command line

970

maggy

v1.0.0
Verified

Maggy is a local AI engineering command center bundled with claude-bootstrap. AI-prioritized inbox across issue trackers (GitHub Issues/Asana), one-click TDD execute with iCPG context enrichment, daily competitor intelligence briefing.

5790

React Development Skill

v1.0.0
Verified

50

Add Morpheus — Decentralized Inference for NanoClaw

v1.0.0
Verified

960

create-task-files

v1.0.0
Verified

Export tasks from TodoWrite or feature plans into structured markdown files (epic, user-story, bug, issue) in a tasks/ directory. Use when the user wants to create task files, export tasks, track work in files, or mentions "create tasks", "export", "epic", "user story".

60

rails-hotwire

v1.0.0
Verified

Hotwire (Turbo Drive, Turbo Frames, Turbo Streams, Stimulus)

hotwireturbostimulus
60

securing-aws-iam-permissions

v1.0.0
Verified

This skill guides practitioners through hardening AWS Identity and Access Management configurations to enforce least privilege access across cloud accounts. It covers IAM policy scoping, permission boundaries, Access Analyzer integration, and credential rotation strategies to reduce the blast radius of compromised identities.

aws-iamleast-privilegepermission-boundaries
2390

kn-commit

v1.0.0
Verified

Use when committing code changes with proper conventional commit format and verification

1240

rails-controllers

v1.0.0
Verified

Controller actions, routing, REST conventions, filters, and response handling

controllersroutingactions
60

m3u8-downloader

v1.0.0
Verified

Download m3u8/mp4 video and mp3/music, support 抖音、皮皮虾、微博 sharing links. Multi-thread download, WebUI, batch and Node API.

960

正規表現とテキスト処理

v1.0.0
Verified

> 正規表現はテキスト処理の強力な武器。基本構文からルックアヘッド/ビハインド、名前付きキャプチャ、Unicode 対応、各言語での実装まで、正規表現の全てを解説する。

50

webshop-purchase-initiator

v1.0.0
Verified

Initiates the purchase process by clicking the buy button once a product and its options have been selected and verified against requirements. Use when you are on a product detail page, all selection criteria (price, features, options) are satisfied, and the user is ready to proceed to checkout. Confirms the final price meets budget constraints before executing click[buy now].

3430

Mnemos — Task-Scoped Memory Lifecycle

v1.0.0
Verified

5690

resolve-human-reviews

v1.0.0
Verified

Resolve human PR review comments on current PR. Fetches unanswered human comments, evaluates each piece of feedback, applies fixes, and replies to every comment with the outcome.

1050

proofreading

v1.0.0
Verified

Proofread and correct text for grammar, spelling, punctuation, style, clarity, and consistency, with support for multiple style guides and readability analysis.

440

setup-workiq

v1.0.0
Verified

Install the WorkIQ CLI for Microsoft 365 integration. This is a one-time setup skill that downloads and configures the workiq binary. Use when the user says: "setup workiq", "install workiq", "configure workiq"

490

ui-a11y

v1.0.0
Verified

Audit a component or page for accessibility issues and fix them

790

craft-site

v1.0.0
Verified

Craft CMS 5 front-end Twig development — atomic design, template architecture, component patterns, Vite buildchain. Covers the full site template surface: atoms, molecules, organisms, props/extends/block pattern, layout chains, view routing, content builders, image presets, Tailwind named-key collections, multi-brand CSS tokens, JavaScript boundaries (Alpine/DataStar/Vue), Vite asset loading. Triggers on: {% include ... only %}, {% embed %}, _atoms/, _molecules/, _organisms/, _views/, _builders/, _boilerplate/, component--variant.twig, _component--props.twig, image presets, Tailwind class collections, collect({}), utilities prop, multi-brand theming, data-brand, hero sections, card components, content builders, Matrix block rendering, craft.vite.script, vite.php, vite.config.ts, nystudio107, buildchain, asset loading, per-page scripts. Always use when creating, editing, or reviewing any Craft CMS front-end Twig template, component, layout, view, builder, or buildchain configuration.

270

Phan Tich Du Lieu Marketing

v1.0.0
Unverified

> Insight truoc so lieu. Nhan dinh truoc, so lieu de minh hoa — khong liet ke so lieu roi.

2120

Social Listening & Monitoring

v1.0.0
Unverified

> Lang nghe truoc khi noi. Hieu khach hang dang noi gi, cam xuc ra sao, va thi truong di huong nao — truoc khi doi thu biet.

2120

/run — Maintainer Briefing for career-ops

v1.0.0
Verified

Quick triage of the repo. Run this when you have a few minutes to check what needs attention.

31.3K0

Database Design Skill

v1.0.0
Verified

データベース設計の実践的なガイド集。正規化、スキーマ設計、クエリ最適化、パフォーマンスチューニング、マイグレーション戦略など、効率的なデータベース設計の全領域をカバーします。

50

appmesh-remote

v1.0.0
Verified

Sync local changes (tar + upload) and execute build/test/run on remote servers (appmesh Python SDK).

2130

zh-tw

v1.0.0
Verified

Rewrite the previous reply in Traditional Chinese

1390

derive

v1.0.0
Verified

[UDS] 從已批准的 SDD 規格生成衍生工件(BDD/TDD/ATDD)

60

agent-assistant-ask

v1.0.0
Verified

❓ Ask Router — Route questions to answer workflows. Use when user types /ask.

360

unpaywall-api

v1.0.0
Verified

Find free legal full-text versions of scholarly articles via Unpaywall

970

Thiet Lap Kenh A-Z

v1.0.0
Unverified

2120

churn-analysis

v1.0.0
Verified

Identify at-risk customer accounts by analyzing usage patterns, engagement signals, and support history to generate churn risk scores and intervention recommendations.

440

rails-auth-with-devise

v1.0.0
Verified

Complete authentication setup for Ruby on Rails applications using Devise. Use when: (1) Setting up user authentication in a Rails app, (2) Adding sign in/sign up/sign out functionality, (3) Implementing email confirmation, password recovery, or account locking, (4) Configuring OmniAuth social login, (5) Adding multiple user models (User/Admin), (6) Customizing Devise views or controllers, (7) Testing authentication with RSpec/Minitest, (8) API authentication setup

60

ms-teams-apps

v1.0.0
Verified

Microsoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API

5300

Plugin Settings

v1.0.0
Verified

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.

23.3K0

nodejs-backend

v1.0.0
Verified

Node.js backend patterns with Express/Fastify, repositories

5300

ralph-plan

v1.0.0
Verified

Structured PRD generation with interview, research, and approval workflow. Triggers on: '/ralph-plan <topic>', 'create prd', 'generate prd', 'plan this'. Creates comprehensive Product Requirements Document via interview and research.

890

api-helper

v1.0.0
Verified

Helps configure API connections

960

dot-ai-request-dot-ai-feature

v1.0.0
Verified

Generate a feature request prompt for another dot-ai project. Use when you need a feature implemented in a sibling project (MCP server, controller, etc.) to unblock work in the current project.

3030

SLO Assistant | SLO 助手

v1.0.0
Verified

> **Language**: English | [繁體中文](../../locales/zh-TW/skills/slo-assistant/SKILL.md)

60

rails-api-controllers

v1.0.0
Verified

RESTful API controller patterns for Ruby on Rails. Use when: (1) Building JSON APIs, (2) API versioning, (3) Error handling and status codes, (4) Authentication with tokens/JWT, (5) Rate limiting, (6) CORS configuration, (7) Pagination and filtering, (8) API documentation, (9) Testing API endpoints

60

hosted-studio-debug

v1.0.0
Verified

Debug GenLayer Studio deployments via ArgoCD CLI

930

cloud-monitoring

v1.0.0
Verified

Monitor cloud infrastructure and applications using metrics, logs, and traces to provide real-time observability into performance, health, and reliability.

440

alt-text

v1.0.0
Verified

Gera um alt text para ser utilizado em blogposts ou posts de LinkedIn

70

douyin-video

v1.0.0
Verified

抖音无水印视频下载和文案提取工具. 从抖音分享链接获取无水印视频下载链接, 下载视频, 提取视频中的语音文案并自动保存到文件. 适用场景包括获取抖音视频信息, 下载无水印视频, 批量提取视频文案. 当用户需要处理抖音视频链接或提取视频内容时触发.

7630

api-contract-design

v1.0.0
Verified

REST and GraphQL API design patterns, OpenAPI/Swagger specifications, versioning strategies, and authentication patterns. Use when designing APIs, reviewing API contracts, evaluating API technologies, or implementing API endpoints.

2220

investor-network-mapper

v1.0.0
Verified

Maps co-investor relationships, syndication history, and network connections

4400

implementation-standards

v1.0.0
Verified

Standard patterns and practices for code implementation. Use when writing code in the `/sddp-implement` phase to ensure consistency, safety, and maintainability.

370

posthog-analytics

v1.0.0
Verified

PostHog analytics, event tracking, feature flags, dashboards

5300

timeline-cleanup

v1.0.0
Verified

Delete low-value messages from the web timeline by keyword patterns. Protects messages with user-uploaded images. Optionally vacuums the DB afterward.

3050

building-incident-response-playbook

v1.0.0
Verified

Designs and documents structured incident response playbooks that define step-by-step procedures for specific incident types aligned with NIST SP 800-61r3 and SANS PICERL frameworks. Covers playbook structure, decision trees, escalation criteria, RACI matrices, and integration with SOAR platforms. Activates for requests involving IR playbook creation, incident response procedure documentation, response runbook development, or SOAR playbook design.

IR-playbookrunbookNIST-800-61
2390

pod-troubleshooting

v1.0.0
Verified

Systematic diagnosis of Kubernetes pod failures — CrashLoopBackOff, OOMKilled, Pending, ImagePullBackOff, and service connectivity issues. Use when the user encounters pods not starting, container restart loops, scheduling failures, or service unreachability in a K8s cluster.

120

github-actions-creator

v1.0.0
Verified

Use when the user wants to create, generate, or set up a GitHub Actions workflow. Handles CI/CD pipelines, testing, deployment, linting, security scanning, release automation, Docker builds, scheduled tasks, and any custom workflow for any language or framework.

23.3K0

ruthless-refactorer

v1.0.0
Verified

Expertise in Senior Principal Engineering refactoring. Use when you need to eliminate technical debt, remove "AI Slop," simplify complex logic, and ensure DRY code.

4230

recipe-create-classroom-course

v1.0.0
Verified

Create a Google Classroom course and invite students.

20.3K0

outreach-writer

v1.0.0
Verified

Generate personalized cold emails for scored leads. Creates subject lines, opening hooks, and follow-up sequences based on lead context and engagement.

380

clean-arch

v1.0.0
Verified

클린 아키텍처 설계 가이드를 실행합니다.

130

cdt

v1.0.0
Verified

Multi-agent development workflow using Agent Teams. Supports five modes: plan (architect teammate + PM teammate debate → plan.md), dev (developer teammate + code-tester teammate + qa-tester teammate + reviewer teammate iterate → code), full (plan → approval gate → dev), auto (plan → dev, no gate), and bugfix (tester + developer + reviewer TDD triad → fix + PR). Use when tasks benefit from collaborative agent teammates with peer messaging.

60

Phase 3 — Remove `DomainSkill` from dispatch pipeline

v1.0.0
Verified

1190

building-detection-rule-with-splunk-spl

v1.0.0
Verified

Build effective detection rules using Splunk Search Processing Language (SPL) correlation searches to identify security threats in SOC environments.

splunkspldetection-engineering
2390

Code Review Gate

v1.0.0
Verified

Perform code review with quality scoring and configurable threshold enforcement.

4400

prompt-project-planner

v1.0.0
Verified

Interactive project planning skill. Collects context, asks clarifying questions, selects rules/skills/workflows, and produces an execution-ready plan.

120

god-intervention

v1.0.0
Verified

Guides God Committee members through executing interventions. Use for repairs, rollbacks, and emergency actions. Triggers on: intervention, repair, rollback, emergency action.

1760

recipe-organize-drive-folder

v1.0.0
Verified

Create a Google Drive folder structure and move files into the right locations.

20.3K0

go-backend-dev

v1.0.0
Verified

Specialist in implementing robust HTTP services and APIs in Go. Activates for "endpoint", "handler", "API", "server".

2510

GitHub Notification Triage Skill

v1.0.0
Verified

Fetch, classify, and report on GitHub notifications. The script does the heavy lifting — this skill orchestrates invocation and presents results.

1630

bbb-estatisticas

v1.0.0
Verified

Skill para retornar estatísticas e dados sobre participantes do Big Brother Brasil de todas as edições, acompanhadas de um comentário que forneça mais contexto para o usuário. Adicione esta skill SEMPRE que o usuário fizer uma pergunta sobre 'BBB', 'Big Brother Brasil' ou participantes do reality show, ou caso a pergunta pareça ser sobre o programa.

70

Testing & CI

v1.0.0
Verified

The repo has two layers of testing and two CI workflows.

2.9K0

Test OpenCode Tooling

v1.0.0
Verified

Automated loop that runs OpenCode tasks against afm, captures tool call errors from both sides, classifies each as an **afm bug** or **model error**, and generates a report. Does not fix anything.

1910

bamboohr-automation

v1.0.0
Verified

Automate BambooHR tasks via Rube MCP (Composio): employees, time-off, benefits, dependents, employee updates. Always search tools first for current schemas.

26.0K0

smart-docs

v1.0.0
Verified

AI-powered comprehensive codebase documentation generator. Analyzes project structure, identifies architecture patterns, creates C4 model diagrams, and generates professional technical documentation. Use when users need to document codebases, understand software architecture, create technical specs, or generate developer guides. Supports all programming languages. Alternative to Litho/deepwiki-rs that uses Claude Code subscription without external API costs.

8030

skills-registration

v1.0.0
Verified

Registers a local skill to the AgentKit platform by uploading it. Invoke when the user wants to publish, upload, or register a skill they have created.

2470

Initial incident intake & scoping

v1.0.0
Verified

First-hour intake checklist + questions that produce an actionable scope and evidence plan.

triagecase-managementscoping
2590

creating-stories

v1.0.0
Verified

Creates and modifies Storybook stories for Atomic components and sample pages. Uses MSW for API mocking, follows ui-kit conventions. Use when creating stories, adding component examples, building sample pages, debugging MSW mock pollution, or when user mentions Storybook, stories, visual testing, or e2e tests that reference stories.

650

section-property-calculator

v1.0.0
Verified

Cross-sectional property calculation skill for structural sections including standard and custom shapes

4400

encoding-handler

v1.0.0
Verified

Handle text encoding across platforms including UTF-8, Windows codepages, and BOM handling.

4400

babysitter:project-install

v1.0.0
Verified

Set up a project for babysitting. Research the codebase, build project profile, install tools.

4400

inventory-optimizer

v1.0.0
Verified

Inventory management optimization skill with safety stock calculation, reorder point determination, and ABC analysis

4400

va-threads

v1.0.0
Verified

Threads 자동화: 명령 개요 및 레이트리밋 규칙

110

project-tooling

v1.0.0
Verified

gh, vercel, supabase, render CLI and deployment platform setup

5300

agentic-patterns

v1.0.0
Verified

Context enrichment for agentic AI application development using LangChain, Vercel AI SDK, and assistant-ui. Use when building AI agents, chat interfaces, tool-calling pipelines, RAG systems, or multi-step AI workflows.

2220

godot-networking

v1.0.0
Verified

Godot multiplayer skill for high-level networking API, RPCs, and peer-to-peer networking.

4400

HIPAA Security Rule Safeguards

v1.0.0
Verified

120

aws-solution-architect

v1.0.0
Verified

Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora, and cost optimization.

5.1K0

speech-build

v1.0.0
Verified

Generate and transcribe speech using Google's Gemini-TTS and Chirp 3 models. Supports Text-to-Speech (Single/Multi-speaker), Instant Custom Voice, and Speech-to-Text (Transcription/Diarization).

1100

持续学习(Continuous Learning)v2.1 - 基于本能(Instinct)的架构

v1.0.0
Verified

一个先进的学习系统,通过原子级“本能(Instincts)”——带有置信度评分的小型学习行为,将你的 Claude Code 会话转化为可复用的知识。

1210

axi-protocol

v1.0.0
Verified

Expert skill for AMBA AXI protocol implementation and verification in FPGA designs

4400

weather-api

v1.0.0
Verified

Fetch weather data for construction scheduling. Historical data, forecasts, and risk assessment for outdoor work.

520

plugin-dev

v1.0.0
Verified

Validate plugin SKILL.md frontmatter and audit hook scripts for silent failures. Run validation to check all plugins pass schema, source path, and frontmatter checks. Run hook audit to detect unhandled errors in shell and Python scripts.

60

alternatives-page-generator

v1.0.0
Verified

When the user wants to create, optimize, or audit alternatives or comparison content (page or blog article). Also use when the user mentions "alternatives page," "alternatives listicle," "X alternatives," "competitor comparison," "vs page," "compare page," "best alternatives to X," "switch from X," "competitor brand traffic," "brand keyword ads," or "intercept competitor search."

1840

Tune — Project Harness Assessment & Upgrade

v1.0.0
Verified

You are evaluating and upgrading this project's AI development harness. Follow these steps in order.

80

aws-cloud-patterns

v1.0.0
Verified

AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform

8020

github-operations

v1.0.0
Verified

Full contribution lifecycle: branch naming, conventional commits, GitHub issues, PRs, Actions, and releases. MCP-first with gh CLI fallback. USE FOR: commit, push, PR, branch, issue, release, GitHub operations. DO NOT USE FOR: Azure infrastructure, Bicep/Terraform code, architecture decisions.

1640

board-deck-builder

v1.0.0
Verified

Assembles comprehensive board and investor update decks by pulling perspectives from all C-suite roles. Use when preparing board meetings, investor updates, quarterly business reviews, or fundraising narratives. Covers structure, narrative framework, bad news delivery, and common mistakes.

5.1K0

WooCommerce Frontend & Template Customization

v1.0.0
Verified

60

bugfix

v1.0.0
Verified

Investigates and fixes bugs systematically with root cause analysis. Use when asked to debug, troubleshoot, fix a bug, investigate an issue, or find why something is broken. Creates reproduction tests and verifies fixes.

1170

custom-golden-image-discovery

v1.0.0
Verified

Expert at discovering golden base images for GKE custom nodes using technical specs or context clues.

1300

openspec-daem0n-bridge

v1.0.0
Verified

Bridges OpenSpec (spec-driven development) with Daem0n-MCP memory - auto-imports specs, informs proposals with past outcomes, converts archived changes to learnings

670

tsk-config

v1.0.0
Verified

Use this skill when the user wants to set up or configure tsk Docker container images, customize their tsk.toml for Docker builds, configure stack/agent/project layers, or troubleshoot tsk container build issues.

1480

gke-workload-security

v1.0.0
Verified

Workflows for auditing and hardening the security of GKE workloads.

1300

mobile-optimization

v1.0.0
Verified

Mobile GPU optimization skill for thermal management.

4400

privacy-policy-drafting

v1.0.0
Verified

Generate GDPR and CCPA-compliant privacy policies tailored to specific business models and data collection practices.

440

UI Component Generation

v1.0.0
Verified

Generate multi-file React component bundles with design tokens from natural language descriptions.

3890

epistemic-transaction

v1.0.0
Verified

Use when starting complex work, planning implementation, breaking down tasks, creating specs, or when the user says 'plan this as transactions', 'plan transactions', 'break this down', 'create a spec', 'how should I approach this', 'transaction plan', or mentions needing a structured approach to multi-step work. This skill guides the full epistemic workflow from task decomposition through measured execution. Prefer this over EnterPlanMode for non-trivial tasks.

1880

code-quality

v1.0.0
Verified

Use when checking code style, running pre-commit hooks, or before committing changes to ensure compliance with Google style guide

3280

Inception

v1.0.0
Verified

Runs the Inception consolidation agent against the memento vault. It clusters notes by semantic similarity (HDBSCAN on QMD embeddings) and synthesizes pattern notes via the configured LLM backend.

50

hypothesis-tracker

v1.0.0
Verified

Hypothesis management skill for tracking business hypotheses through testing and validation

4400

performing-binary-exploitation-analysis

v1.0.0
Verified

Analyze binary exploitation techniques including buffer overflows and ROP chains using pwntools Python library. Covers checksec analysis, gadget discovery with ROPgadget, and exploit development for CTF and authorized security assessments.

binary-exploitationpwntoolsrop-chains
2390

session

v1.0.0
Verified

セッション管理の総合窓口。初期化・記憶・状態を一手に引き受けます。Use when managing Claude Code sessions, /session command. Do NOT load for: app user sessions, login state, authentication features.

2590

mema

v1.0.0
Verified

Mema's personal brain - SQLite metadata index for documents and Redis short-term context buffer. Use for organizing workspace knowledge paths and managing ephemeral session state.

2.8K0

sddp-qc

v1.0.0
Verified

Execute Quality Control checks on the implemented feature to ensure requirements, security, and tests pass

370

setup-foundry

v1.0.0
Verified

Provision a Microsoft Foundry resource, create a project, deploy a model (gpt-4.1-mini), and install the required Python SDK packages. This is a one-time setup skill. Use when the user says: "setup foundry", "provision foundry", "create foundry resource", "setup azure ai foundry", "install foundry sdk"

490

database-schema-designer

v1.0.0
Verified

Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models.

23.3K0

design-system-starter

v1.0.0
Verified

Create and evolve design systems with design tokens, component architecture, accessibility guidelines, and documentation templates. Ensures consistent, scalable, and accessible UI across products.

23.3K0

ticket-manager

v1.0.0
Verified

Expertise in managing Linear tickets locally using Markdown files. Use when you need to create, update, search, or break down features into atomic implementation tickets.

4230

pr-threshold

v1.0.0
Verified

Track commit accumulation and trigger PR when thresholds crossed

3150

ai-rulez

v1.0.0
Verified

930

track-models

v1.0.0
Verified

Track popular/new open-source LLMs and update docs/model_coverage.mdx with their kernel support status. Use when discovering new models to add to the coverage tracker, checking if a specific model is covered, or refreshing model coverage documentation.

2020

css-precision-editor

v1.0.0
Verified

Precision CSS/styling modifications for pixel-perfect adjustments with Tailwind, CSS Modules, and plain CSS support

4400

checks

v1.0.0
Verified

Run all code quality checks

1050

dpo

v1.0.0
Verified

Set up and run Direct Preference Optimization (DPO) training on preference datasets using the Tinker API. Use when the user wants to train with preference data, chosen/rejected pairs, or DPO.

2.9K0

Scholar Read SOP

v1.0.0
Verified

120

Ikuzo

v1.0.0
Verified

Ikuzo is a map & travel planning app. Access via MCP (JSON-RPC 2.0 over HTTP POST).

2.8K0

書類収集ナビゲーション(Document Gathering Guide)

v1.0.0
Verified

確定申告に必要な書類を、申告の種類に基づいて一覧化し、各書類の取得先・取得方法を案内するスキル。 assess スキルの判定結果を前提として動作する。判定結果がない場合は、まず assess スキルの実行を促す。

3060

adapter-factory

v1.0.0
Verified

Guide for creating new CLI or HTTP adapters to integrate AI models into the AI Counsel deliberation system

2000

security-testing-patterns

v1.0.0
Verified

Security testing patterns including SAST, DAST, penetration testing, and vulnerability assessment techniques. Use when implementing security testing pipelines, conducting security audits, or validating application security controls.

120

prettier

v1.0.0
Verified

Prettier configuration and integration.

4400

uber-eats-order

v1.0.0
Verified

Order food or groceries end-to-end in the Uber Eats consumer app. Use when the user asks to open Uber Eats, browse merchants, add items, customize options, apply promos, choose delivery or pickup, place an order, or track order progress.

3050

design-system-architecture

v1.0.0
Verified

Build scalable design systems with design tokens, component APIs, and documentation. Use when creating or evolving component libraries.

120

universal-skills

v1.0.0
Verified

1670

check-config-diff

v1.0.0
Verified

This skill should be used when the user asks to "check config diff", "compare upstream config", "diff rubocop config", "sync with Rails rubocop", or wants to see differences between the upstream Rails .rubocop.yml and this repository's config/rails.yml.

1510

nextauth

v1.0.0
Verified

NextAuth.js (Auth.js) configuration including providers, adapters, session management, callbacks, and JWT handling.

4400

cd

v1.0.0
Verified

Change working directory.

1170

accounting

v1.0.0
Verified

Use this skill when the user needs to set up bookkeeping, track revenue and expenses, prepare for taxes, choose accounting software, understand SaaS revenue recognition, or manage the financial operations of their bootstrapped business. Covers bookkeeping setup, tax preparation, accounting tools, and financial hygiene for solo founders.

1520

usage-query-skill

v1.0.0
Verified

Run the usage query script to retrieve account usage information for GLM Coding Plan. Only use when invoked by usage-query-agent.

720

Loki Configuration Generator

v1.0.0
Verified

1110

pipeline-troubleshooting

v1.0.0
Verified

Diagnose and resolve failures in Azure SDK CI and generation pipelines. **UTILITY SKILL**. USE FOR: "pipeline failed", "build failure", "CI check failing", "SDK generation error", "reproduce pipeline locally", "debug SDK pipeline". DO NOT USE FOR: local build issues without pipeline context, API design review, SDK publishing. INVOKES: azure-sdk-mcp:azsdk_analyze_pipeline, azure-sdk-mcp:azsdk_package_build_code, azure-sdk-mcp:azsdk_package_run_check.

1300

scienceworld-task-interpreter

v1.0.0
Verified

This skill parses a user's high-level scientific task in the ScienceWorld environment and extracts the core objective and target location. It should be triggered when a new task instruction is received, especially those involving finding, comparing, or manipulating objects. The skill interprets the query to identify the goal (e.g., 'find the animal with the shortest life span') and any specified locations (e.g., 'animals are in the outside location'), outputting a clear, actionable sub-goal for navigation or observation.

3430

alicloud-ai-image-qwen-image

v1.0.0
Verified

Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image, qwen-image-plus, qwen-image-max and snapshots). Use when implementing or documenting image.generate requests/responses, mapping prompt/negative_prompt/size/seed/reference_image, or integrating image generation into the video-agent pipeline.

3530

Vertical Slice Architecture (VSA)

v1.0.0
Verified

1670

architecture-selection

v1.0.0
Verified

System architecture patterns including monolith, microservices, event-driven, and serverless, with C4 modeling, scalability strategies, and technology selection criteria. Use when designing system architectures, evaluating patterns, or planning scalability.

2220

c3-query

v1.0.0
Verified

Navigates C3 architecture docs and explores corresponding code to answer architecture questions. Use when the user asks "where is X", "how does X work", "explain X", "show me the architecture", "find component", "what handles X", "what constraints apply to X", "what rules apply to X", or references C3 IDs (c3-0, c3-1, adr-*). Requires .c3/ to exist. For changes, route to c3-alter instead.

1170

decision-capture

v1.0.0
Verified

Capture patine (decision wisdom) at Gates when KO or challenge occurs

3150

dependency-upgrader

v1.0.0
Verified

Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump, apply changes incrementally, run tests/builds, and document breaking changes. Use when the user asks to bump deps, update frameworks, or address CVEs.

1190

feast-feature-store

v1.0.0
Verified

Feature store management skill for online/offline feature serving, feature registration, and training-serving consistency.

4400

fatigue-analysis

v1.0.0
Verified

Specialized skill for fatigue life assessment and durability prediction under cyclic loading conditions

4400

Computer Science Fundamentals

v1.0.0
Verified

50

claude-opus-4-5-migration

v1.0.0
Verified

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

23.3K0

webshop-result-analyzer

v1.0.0
Verified

This skill evaluates a list of search results against the target product criteria. Trigger it when a search result page is observed, to identify promising product listings. It analyzes each result's title, price, and brief description to shortlist items that best match the required attributes (like size, color, and price), outputting a prioritized list of candidate product IDs or links for further inspection.

3430

storybook

v1.0.0
Verified

Storybook configuration, stories, addons, interaction testing, and documentation.

4400

resolve-agent-reviews

v1.0.0
Verified

Resolve PR review bot findings on current PR. Fetches unanswered bot comments, evaluates each finding, fixes real bugs, dismisses false positives, replies to every comment, and watches for new findings until bots go quiet.

1050

plan-review-gate

v1.0.0
Verified

Adversarial plan review by 3 independent reviewers (Feasibility, Completeness, Scope & Alignment) before presenting to user.

4400

Coding Standards & Best Practices

v1.0.0
Verified

Modern coding standards applicable across TypeScript, JavaScript, React, and Node.js projects.

1170

budget-planning

v1.0.0
Verified

Create and manage budgets with variance analysis and departmental allocation

440

jn

v1.0.0
Verified

Use JN for data transformation and ETL. Read data with 'jn cat', filter with 'jn filter', write with 'jn put'. Convert between CSV/JSON/Excel/YAML formats. Stream data through Unix pipes. Integrate with VisiData for visual exploration. Use when working with data files, format conversion, filtering data, or ETL pipelines.

1170

usage-rules

v1.0.0
Verified

Search for package-specific usage rules and best practices from Elixir packages. Use when you need coding conventions, patterns, common mistakes, or good/bad examples for packages like Ash, Phoenix, Ecto, etc.

1700

/db-run — Запуск 1С:Предприятие

v1.0.0
Verified

Запускает информационную базу в режиме 1С:Предприятие (пользовательский режим).

1550

Skill: Gmail Auto-Reply for Client

v1.0.0
Verified

2.8K0

ふるさと納税管理(Furusato Nozei Management)

v1.0.0
Verified

ふるさと納税の寄附金受領証明書を読み取り、寄附データを管理し、控除額を計算するスキル。

3060

rebase-assistant

v1.0.0
Verified

Guide a safe git rebase of the current branch onto a target branch, including conflict triage and resolution steps. Use when asked to rebase, update a branch, or resolve rebase conflicts.

1190

pwa-development

v1.0.0
Verified

Progressive Web Apps - service workers, caching strategies, offline, Workbox

5300

Shopify Order Management

v1.0.0
Verified

60

react-web

v1.0.0
Verified

React web development with hooks, React Query, Zustand

5300

task-coordination-strategies

v1.0.0
Verified

Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.

31.2K0

Add Fact Skill — Atomic Spec

v1.0.0
Verified

> **Parent Brief:** `docs/briefs/2026-03-25-incremental-knowledge-capture.md` > **Status:** Ready > **Date:** 2026-03-25 > **Estimated scope:** 1 session / 3 files / ~120 lines

50

create-new-skill

v1.0.0
Verified

1170

performing-red-team-with-covenant

v1.0.0
Verified

Conduct red team operations using the Covenant C2 framework for authorized adversary simulation, including listener setup, grunt deployment, task execution, and lateral movement tracking.

red-teamc2covenant
2390

ucm

v1.0.0
Verified

Provides API marketplace access for AI agents. Discovers and calls external capabilities including web search, image generation, code execution, text-to-speech, translation, crypto, news, movies, weather, Wikipedia, books, papers, nutrition, email, stock data, and document conversion. 100 services, 217 endpoints. Registers for free with $1.00 credits. 87 free services, paid from $0.01-$0.05 per call via simple HTTP. No SDK needed.

2.8K0

session-management

v1.0.0
Verified

Context preservation, tiered summarization, resumability

5300

sqlite-data

v1.0.0
Verified

Use when working with SQLiteData library (@Table, @FetchAll, @FetchOne macros) for SQLite persistence, queries, writes, migrations, or CloudKit private database sync.

1620

code-quality-review

v1.0.0
Verified

Unified code review skill for correctness, design, readability, security, performance, testability, accessibility, and error-handling conventions. Use when reviewing changes, enforcing quality standards, or identifying technical debt.

2220

portal

v1.0.0
Verified

Manage Kurtosis Portal for remote context access. Start, stop, and check status of the Portal daemon that enables communication with remote Kurtosis servers. Use when working with remote Kurtosis contexts.

5280

Use Pigweed Toolchain Tools

v1.0.0
Verified

Run toolchain binaries (objdump, nm, size, readelf, strip, etc) to disassemble code, list symbols, analyze binary size, and inspect ELF artifacts. MUST be used instead of system tools.

4750

Update SP1 Patches for New Version

v1.0.0
Verified

Update all patched crates from SP1 version `$0` to `$1`.

1.6K0

acquiring-disk-image-with-dd-and-dcfldd

v1.0.0
Verified

Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through hash verification.

forensicsdisk-imagingevidence-acquisition
2390

task-orchestration

v1.0.0
Verified

Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task.

120

career-ops

v1.0.0
Verified

AI job search command center -- evaluate offers, generate CVs, scan portals, track applications

5.4K0

Canonical Skill Example: review

v1.0.0
Verified

A complete skill demonstrating all gold-standard conventions, annotated with convention callouts.

2220

企业微信日程管理技能

v1.0.0
Verified

> `wecom_mcp` 是一个 MCP tool,所有操作通过调用该 tool 完成。

5160

feed-digest

v1.0.0
Verified

Build a deduped markdown digest from feeds.carmo.io (last N hours) and store links separately.

3050

codex-test-gen

v1.0.0
Verified

Generate unit tests for specified functions using Codex MCP

1390

saving-codeacts

v1.0.0
Verified

Save executed Python code as reusable tools in the gentools package. Use when preserving successful code executions for later reuse. Covers creating package structure (api.py, impl.py), defining Pydantic output models, and implementing the run() interface.

1280

Custom Workers

v1.0.0
Verified

Build composable background analysis workers with 24 phase executors and 6 presets.

3.3K0

extensions

v1.0.0
Verified

Run ApiChief against libraries matching a pattern to emit baselines, summaries, deltas, reviews, or check for breaking changes

3.1K0

QR Coin Auction

v1.0.0
Verified

Participate in [QR Coin](https://qrcoin.fun) auctions on Base blockchain. QR Coin lets you bid to display URLs on QR codes — the highest bidder's URL gets encoded when the auction ends.

2.8K0

install-rules

v1.0.0
Verified

Install plugin rules into project .claude/rules/ for persistent use without plugin loaded

1390

tool-selection

v1.0.0
Verified

Use when selecting between MCP tools based on task complexity and requirements - provides a structured selection workflow and decision rationale.

120

add-agent

v1.0.0
Verified

Add a new AI coding agent to Agent Sandbox. Creates all required files (Dockerfile, templates, CI, docs) and wires the agent into the CLI, proxy, and build system.

1570

l-update-deps

v1.0.0
Verified

Update a single dependency by reading its full changelog and assessing impact. Safe updates are applied directly, major updates are flagged for design review. Use when updating packages.

3.0K0

vefaas

v1.0.0
Verified

Deploy and manage serverless applications on Volcengine veFaaS. Use when the user wants to deploy web apps, manage functions (pull code, upload and deploy), configure environment variables, or work with veFaaS services.

2470

supabase-python

v1.0.0
Verified

FastAPI with Supabase and SQLAlchemy/SQLModel

5300

requirements-writer

v1.0.0
Unverified

Conversational intake that produces a structured requirements.md following a standardized PM schema. Enforces PM lane — no architecture, no estimates, no implementation details. Uses GIVEN/WHEN/THEN acceptance criteria.

270

Channel Digest

v1.0.0
Verified

Produce a consolidated summary of activity across multiple Microsoft Teams channels. Scans recent messages from each channel, identifies key discussions, decisions made, action items, and @‑mentions — then presents everything in a single, scannable digest. Ideal for managers, leads, or anyone tr

5640

Website to HyperFrames

v1.0.0
Verified

Capture a website, then produce a professional video from it.

2440

team-coordination

v1.0.0
Verified

Multi-person projects - shared state, todo claiming, handoffs

5300

plan-protocol

v1.0.0
Verified

Guidelines for creating and managing implementation plans with citations

3940

论文笔记 (Concepts + Notes + Backfill)

v1.0.0
Verified

你是 用户的论文笔记系统(3 步流水线的第 3 步)。补充概念库 → 生成论文笔记 → 链接回填 → 刷新目录页。

2470

dart-checks-migration

v1.0.0
Verified

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

1180

ticket-craft

v1.0.0
Verified

Create Jira/Asana/Linear tickets optimized for Claude Code execution - AI-native ticket writing

5300

playwright-best-practices

v1.0.0
Verified

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handling, offline mode, multi-user collaboration, third-party services (payments, email verification), console error monitoring, global setup/teardown, test annotations (skip, fixme, slow), test tags (@smoke, @fast, @critical, filtering with --grep), project dependencies, security testing (XSS, CSRF, auth), performance budgets (Web Vitals, Lighthouse), iframes, component testing, canvas/WebGL, service workers/PWA, test coverage, i18n/localization, Electron apps, or browser extension testing. Covers E2E, component, API, visual, accessibility, security, Electron, and extension testing.

1410

create-element

v1.0.0
Verified

Create new UI elements for tryelements.dev registry. Use when: (1) Adding new UI components (buttons, inputs, cards), (2) Building integration components (Clerk, Stripe, Uploadthing), (3) Creating theme-related elements, (4) Any shadcn-style registry component. IMPORTANT: For logo components with variants (icon/wordmark/logo + dark/light), use the logo-with-variants skill instead. This skill includes scaffolding, registry schema, and component patterns. ALWAYS use Context7 MCP to fetch latest dependency docs before implementing.

4030

sf-soql

v1.0.0
Verified

SOQL query generation, optimization, and analysis with 100-point scoring. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use sf-data), Apex DML logic (use sf-apex), or report/dashboard queries.

1820

vendor-risk-scorer

v1.0.0
Verified

Comprehensive supplier risk scoring skill with multi-dimensional risk assessment

4400

typescript-advanced-patterns

v1.0.0
Verified

Advanced TypeScript patterns for type-safe, maintainable code using sophisticated type system features. Use when building type-safe APIs, implementing complex domain models, or leveraging TypeScript's advanced type capabilities.

120

autonomous-loops

v1.0.0
Verified

Autonomous iteration loops for .NET development: build-fix, test-fix, refactor, and scaffold loops. Each loop has bounded iterations, progress detection, and fail-safe guards that prevent infinite retries and wasted tokens. Load this skill when Claude needs to fix build errors, fix failing tests, perform multi-step refactoring, scaffold a new feature, or when the user says "fix the build", "make the tests pass", "refactor this", "scaffold", "generate and verify", "keep going until it works", "autonomous", or "loop".

1670

dbt

v1.0.0
Verified

dbt with TD Trino. Covers profiles.yml setup (method:none, user:TD_API_KEY), required override macros (no CREATE VIEW), TD_INTERVAL in models, and TD Workflow deployment.

1170

CLI-EXPLORER — 适配器探索式开发完全指南

v1.0.0
Verified

> 从零到发布:API 发现 → 认证策略 → 写适配器 → 测试验证。

2270

wallet-integration

v1.0.0
Verified

Wallet connection and transaction management for dApps using wagmi and viem. Supports multiple connectors, chain switching, EIP-712 signing, and hardware wallet integration.

4400

youtube-to-blog-post

v1.0.0
Verified

Convert YouTube videos to SEO-optimized blog posts. Extract video title, description, and content, then generate a search-engine-friendly blog post with embedded video, cover images, and optimized metadata. Auto-generates English filenames and saves to the configured Hexo blog posts directory.

1940

Mondo Style Design Generator

v1.0.0
Verified

Generate AI image prompts AND create actual designs in Mondo's distinctive alternative aesthetic - known for limited-edition screen-printed posters, book covers, and album art with bold colors, minimalist compositions, and symbolic storytelling.

4590

Curated AI coding agent skills and AGENTS.md playbooks for Codex, Claude Code, Cursor, OpenClaw, and other SKILL.md-compatible tools.

v1.0.0
Verified

2270

OpenCLI AutoFix — Automatic Adapter Self-Repair

v1.0.0
Verified

When an `opencli` command fails because a website changed its DOM, API, or response schema, **automatically diagnose, fix the adapter, and retry** — don't just report the error.

2270

autofigure

v1.0.0
Verified

Convert raster figure images into editable DrawIO files using SAM3 segmentation, RMBG-2.0 background removal, and multimodal LLM drawio generation.

1310

intlayer-svelte

v1.0.0
Verified

Integrates Intlayer internationalization with Svelte and SvelteKit applications. Use when the user asks to "setup Svelte i18n", create a new translated component, use the "useIntlayer" store, or configure providers.

6270

cardpointers

v1.0.0
Verified

Query CardPointers card recommendations, wallet cards, and offers via the CardPointers CLI. Use when the user asks about which credit card to use for a purchase or category, listing their cards or wallet, viewing or filtering or searching card offers, checking expiring offers, comparing cards across linked profiles, or any credit card rewards optimization question. Requires a CardPointers+ (Pro) subscription.

2.8K0

user-journeys

v1.0.0
Verified

User experience flows - journey mapping, UX validation, error recovery

5300

erc-8004

v1.0.0
Verified

Build with ERC-8004 Trustless Agents - on-chain agent identity, reputation, validation, and discovery on EVM chains. Use when registering AI agents on-chain, building agent reputation systems, searching/discovering agents, working with the Agent0 SDK (agent0-sdk), or implementing the ERC-8004 standard. Triggers on ERC-8004, Agent0, agent identity, agent registry, agent reputation, trustless agents, agent discovery.

180

azure-automation

v1.0.0
Verified

Expert knowledge for Azure Automation development including troubleshooting, best practices, decision making, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when building Azure Automation runbooks/DSC, Hybrid Runbook Workers, Change Tracking, CI/CD, or cross-cloud integrations, and other Azure Automation related development tasks. Not for Azure Functions (use azure-functions), Azure Logic Apps (use azure-logic-apps), Azure Scheduler (use azure-scheduler), Azure Update Manager (use azure-update-manager).

4090

extrasuite

v1.0.0
Verified

CRUD on google workspace files - Sheets, Slides, Docs, Forms. Compose drafts in Gmail. Fuzzy search through Contacts. Manage Google Calendar and App Script projects.

1290

legal-page-generator

v1.0.0
Verified

When the user wants to create, optimize, or structure legal pages (Privacy, Terms, etc.). Also use when the user mentions "privacy policy," "terms of service," "legal pages," "cookie policy," "terms and conditions," "legal footer," "legal section," "compliance pages," or "legal requirements."

1840

speech-use

v1.0.0
Verified

Generate (TTS), Transcribe (STT), and Clone voices using Google's GenAI and Cloud Speech SDKs. Supports Gemini-TTS, Chirp 3, and Instant Custom Voice.

1100

使用 gh 创建 / 更新 PR

v1.0.0
Verified

1830

dx list

v1.0.0
Verified

Show list of available dx list commands and help users execute them with required parameters.

1170

compliance-audit

v1.0.0
Verified

Audit Value Delivery compliance after PR push

3150

instinct-system

v1.0.0
Verified

Confidence-scored instinct system for learning project-specific patterns through an observe-hypothesize-confirm cycle. Instincts start as low-confidence hypotheses and graduate to permanent rules in MEMORY.md once confirmed. Stored per-project in .claude/instincts.md. Load this skill when you notice a recurring pattern, want to track a project convention, encounter "learn this", "I think they always", "notice a pattern", "instinct", "hypothesis", "confidence", or when starting a session (to load existing instincts).

1670

slack-search

v1.0.0
Verified

Guidance for effectively searching Slack to find messages, files, channels, and people

9.1K0

e3

v1.0.0
Verified

East Execution Engine (e3) - durable dataflow execution for East programs. Use when: (1) Authoring e3 packages with @elaraai/e3 (e3.input, e3.task, e3.package, e3.export), (2) Running e3 CLI commands (e3 repo create, e3 start, e3 watch, e3 get, e3 set), (3) Working with workspaces and packages, (4) Content-addressable caching and dataflow execution.

1170

Requirements for Outputs

v1.0.0
Verified

1610

speckit-analyze

v1.0.0
Verified

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

60

logql-generator

v1.0.0
Verified

Generate LogQL queries, log stream selectors, metric queries, and alerting rules for Grafana Loki.

1110

node-red

v1.0.0
Verified

Edit, analyze, and create Node-RED flows by working with flows.json files, understanding node types, and applying Node-RED best practices. Use when the user mentions Node-RED, flows.json, flow development, or needs to modify Node-RED configurations.

1170

web-content

v1.0.0
Verified

SEO and AI discovery (GEO) - schema, ChatGPT/Perplexity optimization

5300

Mission Control Skill (Integration Test)

v1.0.0
Verified

This directory will contain a copy of the runtime Mission Control skill from `skills/mission-control/SKILL.md` at test setup time.

720

mixpanelyst

v1.0.0
Verified

This skill should be used when the user asks about Mixpanel product analytics, event data, funnel analysis, retention curves, cohort analysis, segmentation queries, JQL, user behavior, conversion rates, churn, DAU/MAU, ARPU, revenue metrics, feature adoption, A/B test results, user paths, flow analysis, or any request to query, explore, visualize, or analyze Mixpanel data using Python.

60

tsk-add

v1.0.0
Verified

Queue a single task based on the current conversation using tsk add

1480

watch-uat-azdo-pr

v1.0.0
Verified

Watch an Azure DevOps UAT PR for maintainer feedback or approval by polling threads and reviewer votes until approved/passed.

1480

aidd-product-manager

v1.0.0
Verified

Plan features, user stories, user journeys, and conduct product discovery. Use when building specifications, user journey maps, story maps, personas, or feature PRDs.

2910

implementing-zero-trust-network-access

v1.0.0
Verified

Implementing Zero Trust Network Access (ZTNA) in cloud environments by configuring identity-aware proxies, micro-segmentation, continuous verification with conditional access policies, and replacing traditional VPN-based access with BeyondCorp-style architectures across AWS, Azure, and GCP.

cloud-securityzero-trustztna
2390

Understanding walkerOS Mapping

v1.0.0
Verified

3270

unity-urp

v1.0.0
Verified

Universal Render Pipeline configuration skill for Unity, including custom shaders, lighting setup, post-processing effects, and render feature development.

4400

transforming-data

v1.0.0
Verified

Transform raw data into analytical assets using ETL/ELT patterns, SQL (dbt), Python (pandas/polars/PySpark), and orchestration (Airflow). Use when building data pipelines, implementing incremental models, migrating from pandas to polars, or orchestrating multi-step transformations with testing and quality checks.

3110

workflow-project-intake

v1.0.0
Verified

Use when you need to clarify requirements and route to the right workflow (idea → executable input). Project intake + routing: help the user brainstorm and clarify intent, persist goal/context artifacts, then dispatch to the right workflow or step skill. Default route is workflow-ship-faster (Next.js 16.1.1) for idea/prototype→launch. Triggers: project kickoff, requirements clarification, brainstorm, ideas, discovery, intake.

3190

orchestration-team

v1.0.0
Unverified

Operating manual for the orchestration pod. Covers lead vs peer roles, monitoring with rig commands, permission handling, implementation pair gating, dogfood loops, review routing, agent behavioral models, intervention discipline, and communication culture.

270

Data Reconciliation for Spreadsheets

v1.0.0
Verified

Techniques for recovering missing values from financial and tabular data using mathematical constraints.

7160

feature-planning

v1.0.0
Verified

Break down feature requests into detailed, implementable plans with clear tasks. Use when user requests a new feature, enhancement, or complex change.

4680

Speculative Decoding: Accelerating LLM Inference

v1.0.0
Verified

5.0K0

评测工具链(Eval Harness)技能(Skill)

v1.0.0
Verified

一个用于 Claude Code 会话的正式评测框架,实现了评测驱动开发(Eval-Driven Development, EDD)原则。

1210

web-payments

v1.0.0
Verified

Stripe Checkout, subscriptions, webhooks, customer portal

5300

g-peer-sync

v1.0.0
Verified

Initiate or respond to sibling contract sync; advisory only, non-blocking. Both sides update local contract copies.

140

code-polish

v1.0.0
Verified

This skill should be used when the user asks to "polish code", "simplify and review", "clean up and review code", "full code polish", "simplify then review", "refactor and review", "simplify and fix", "clean up and fix", or wants a combined simplification and review workflow on recently changed code.

400

recipe-create-gmail-filter

v1.0.0
Verified

Create a Gmail filter to automatically label, star, or categorize incoming messages.

20.3K0

/erf-dump — Разборка отчёта

v1.0.0
Verified

1550

Audit Ads Performance — Health Score & Action Plan

v1.0.0
Unverified

> **Skill nay khac `03-danh-gia-hieu-suat` o cho:** > - `03` = Danh gia hieu qua hien tai (CPMess, ROAS, funnel) — chan doan trieu chung > - `21` = Audit cau hinh tai khoan (setup, cau truc, tracking, creative) — cho diem 0-100 va tim loi he thong

2120

East Execution Engine (e3)

v1.0.0
Verified

e3 is a durable dataflow execution engine for East programs with content-addressable caching.

1170

delayed-command

v1.0.0
Verified

This skill should be used when the user asks to "run npm test after 30 minutes", "git commit after 1 hour", "wait 2h then deploy", "sleep 45m and run build", "after 10m run prettier", or provides a duration followed by a shell command to execute later.

400

memex-organize

v1.0.0
Verified

Periodic maintenance of the Zettelkasten card network. Run on a schedule (e.g., daily) to detect orphans, hubs, and contradictions.

280

react-native-skills

v1.0.0
Verified

React Native and Expo best practices for performance, UI patterns, and native integrations.

1420

woocommerce

v1.0.0
Verified

WooCommerce REST API - products, orders, customers, webhooks

5300

full-project-test-runner

v1.0.0
Verified

Comprehensive test runner for entire Python projects. Use when: - Running all tests in a project - Discovering untested files - Generating coverage reports - Finding gaps in test coverage - Testing all modules systematically Works with pytest and generates detailed reports.

2500

🔧 GitHub Workflow Automation

v1.0.0
Verified

> Patterns for automating GitHub workflows with AI assistance, inspired by [Gemini CLI](https://github.com/google-gemini/gemini-cli) and modern DevOps practices.

120

trpc-knowledge-patch

v1.0.0
Verified

tRPC v11 features: SSE subscriptions with tracked() reconnection, streaming queries/mutations, @trpc/tanstack-react-query options API, Next.js server actions via experimental_caller, lazy routers, @trpc/openapi, non-JSON content types, localLink, HTTP/2 adapter. Load before writing tRPC v11 code.

140

Remember - Store Learning in Memory

v1.0.0
Verified

Store a learning, pattern, or decision in the memory system for future recall.

2590

diagram-monochrome

v1.0.0
Verified

This skill should be used when the user asks to "create a diagram", "draw a schematic", "make a technical diagram", "monochrome diagram", "black and white diagram", "systems diagram", "architecture diagram", "supply chain diagram", or mentions creating line-art, technical schematics, or monochrome visual explainers.

400

dev-create-module

v1.0.0
Verified

Use when creating a new feature module with all layers - service, adapter, types, state, components, and tests.

90

gog-sdk

v1.0.0
Verified

GOG Galaxy SDK skill for achievements.

4400

Think: Rigorous Solution Partner

v1.0.0
Verified

Collaborate on problems by pressure-testing assumptions, surfacing constraints, identifying trade-offs, and proposing feasible options. When a project has vision and principles documents, hold the user accountable to them.

70

Cross-Agent Delegation

v1.0.0
Unverified

Claude Code orchestrates task routing to Kimi and Codex. The user interacts with Claude only — delegation happens behind the scenes.

6030

Set Up UniFi Access MCP Server

v1.0.0
Verified

Walk the user through configuring their UniFi Access controller connection. **Ask each question one at a time using AskUserQuestion. Wait for the answer before proceeding.**

1930

use-jj-not-git

v1.0.0
Verified

Use `jj commit` to commit without loading this skill. This skill should be used when doing more with Jujutsu (jj) than just committing (working copy, changes, conflicts, operation log, bookmarks, revsets, pushing), troubleshooting jj issues, resolving "Refusing to create new remote bookmark" errors, configuring jj settings, understanding jj workflows, translating Git commands to jj, or working with jj repositories. Also triggers when users mention "jujutsu", version control, or commits.

70

crucible-outliner

v1.0.0
Verified

Chapter-by-chapter outline generator for stories planned with the Crucible Structure. Use when a user has completed Crucible planning documents (thesis, strand maps, forge points, etc.) and wants to create detailed chapter outlines. Triggers on requests like "outline my book," "create chapter outline," "outline Book 1," "turn my Crucible plan into chapters," or when user has Crucible planning docs and wants to start writing. Works for single books or multi-book series.

410

contribute

v1.0.0
Verified

After successfully performing a browser action using a method not found in Hive (or discovered via screenshot), contribute that method back to the collective.

160

Flutter / Dart Knowledge Patch

v1.0.0
Verified

Claude Opus 4.6 knows Flutter through 3.29 and Dart through 3.7. It is **unaware** of the features below, covering Flutter 3.32–3.41 / Dart 3.8–3.11.

140

Go 1.23+ Knowledge Patch

v1.0.0
Verified

Claude's baseline knowledge covers Go through 1.22. This skill provides features from 1.23 (2024) onwards.

140

bio-single-cell-clustering

v1.0.0
Verified

Dimensionality reduction and clustering for single-cell RNA-seq using Seurat (R) and Scanpy (Python). Use for running PCA, computing neighbors, clustering with Leiden/Louvain algorithms, generating UMAP/tSNE embeddings, and visualizing clusters. Use when performing dimensionality reduction and clustering on single-cell data.

3470

PRD Writer

v1.0.0
Verified

480

LangChain 1.0 Knowledge Patch

v1.0.0
Verified

Claude's baseline knowledge covers LangChain 0.2.x and LangGraph 0.1.x. This skill provides changes from the LangChain 1.0 / LangGraph 1.0 release (2025-10-22).

140

engram-server-api

v1.0.0
Verified

API contract guardrails for Engram server changes. Trigger: Any route, handler, payload, or status code modification.

1.3K0

hive-contribute

v1.0.0
Verified

After successfully performing a browser action using a method not found in Hive (or discovered via screenshot), contribute that method back to the collective.

160

tokf-filter

v1.0.0
Verified

This skill should be used when the user asks to "create a filter", "write a tokf filter", "add a filter for <tool>", "how do I filter output", or needs guidance on tokf filter step types, templates, pipes, or placement conventions.

1210

Claude-Zeroclaw SKILL

v1.0.0
Verified

2230

Azure Web PubSub SDKs for TypeScript

v1.0.0
Verified

Real-time messaging with WebSocket connections and pub/sub patterns.

120

hive-pull

v1.0.0
Verified

Before performing any browser action on a website, check Hive for known methods. Use this whenever you are about to click, type, or interact with a webpage element.

160

se-dev-server-code

v1.0.0
Unverified

Allows reading the decompiled C# code of the Space Engineers Dedicated Server

50

Skill Score

v1.0.0
Verified

One of the primary purposes of this package is to generate forecast methods as benchmarks.

410

proposal-generation

v1.0.0
Verified

Create tailored sales proposals and RFP responses that address prospect needs, articulate solution value, and include pricing, timelines, and social proof.

440

Rocky Linux 10+ Knowledge Patch

v1.0.0
Verified

Claude's baseline knowledge covers Rocky Linux through 9.3. This skill provides changes from 9.5 (2024) onwards.

140

query-optimization

v1.0.0
Verified

Analyze, diagnose, and optimize slow SQL queries using EXPLAIN plans, indexing strategies, query rewriting, and ORM tuning.

440

browserstack

v1.0.0
Verified

Run tests on BrowserStack. Use when user mentions "browserstack", "cross-browser", "cloud testing", "browser matrix", "test on safari", "test on firefox", or "browser compatibility".

5.1K0

se-dev-plugin

v1.0.0
Unverified

Plugin development for Space Engineers version 1. Search plugin code from PluginHub for examples and patterns.

50

/campfire — Open Multi-AI Conversation

v1.0.0
Verified

All available AI buddies respond to a topic together. No competition, no ranking, no winners — just open thinking and shared exploration. Each buddy speaks in their own voice.

60

haiku-pilot

v1.0.0
Unverified

Haiku-first execution playbook: through deliberate prompt structure, sub-agent delegation, and quantitative escalation gates, get Haiku 4.5 to produce near-Opus quality on most tasks. Escalate to Sonnet/Opus only when gates trigger. Triggers: "haiku", "Haiku", "Haiku mode", "haiku-pilot". Do NOT use for: cost-only token optimization, file-count cognitive heuristic, agent dispatch table, CLAUDE.md / rules audit, harness health check. This SKILL is a runtime router + escalation gate, not a decision tree or directory.

100

sonnet-pilot

v1.0.0
Unverified

Sonnet-first quality playbook: through context engineering, sub-agent delegation, and forced self-review loops, get Sonnet 4.6 to produce code/doc quality on par with Opus 4.7. Escalate to Opus only when quantitative gates trigger. Triggers: "sonnet", "Sonnet", "Sonnet mode", "sonnet-pilot". Do NOT use for: pure cost optimization, file-count cognitive heuristic, agent dispatch table, CLAUDE.md / rules audit, harness health check, default Haiku execution (use haiku-pilot for that). This SKILL is a Sonnet quality-enhancement router, not a generic decision tree.

100

se-dev-script

v1.0.0
Unverified

In-game (programmable block, aka PB) script development for Space Engineers version 1. Search script code for examples and patterns.

50

se-dev-mod

v1.0.0
Unverified

Mod development for Space Engineers version 1. Search mod code for examples and patterns.

50

Wiki Onboarding Guide Generator

v1.0.0
Verified

Generate four audience-tailored onboarding documents in an `onboarding/` folder, each giving a different stakeholder exactly the understanding they need.

1.7K0

crucible-writer

v1.0.0
Verified

First-draft writing assistant for Crucible-planned novels. Use when author has completed planning (crucible-planner) and outlining (crucible-outliner) and wants to write the actual prose. Handles scene-by-scene drafting, style matching, continuity tracking, and hallucination prevention. Triggers on "write my novel," "draft chapter X," "start writing from my outline," "help me write my book," or when user has Crucible outline and wants prose output. Works with any Crucible-planned story.

410

Wireframing

v1.0.0
Verified

Create text-based wireframes at low, mid, and high fidelity with component inventories, interaction annotations, and responsive breakpoint specifications.

440

webhook-setup

v1.0.0
Verified

Set up webhook receivers with signature verification, idempotent event processing, retry handling, and dead letter queues for reliable event-driven integrations.

440

silver-fast

v1.0.0
Verified

3-tier complexity triage: trivial → gsd-fast, medium → gsd-quick with flags, complex → silver-feature escalation.

50

Review Plan: Validate Before Executing

v1.0.0
Verified

You are reviewing an implementation plan. Your job is to find problems before they waste execution time. Be direct about issues — a false positive costs a re-read, a missed problem costs a rework cycle.

70

Self-Customization

v1.0.0
Unverified

You can modify your own environment. Different kinds of changes have different workflows.

27.7K0

testing-agent

v1.0.0
Verified

Run goal-based evaluation tests for agents. Use when you need to verify an agent meets its goals, debug failing tests, or iterate on agent improvements based on test results.

340

add-youtube-transcript

v1.0.0
Verified

Add YouTube transcript extraction as an MCP tool. Installs the MCP server and configures it so the agent can fetch video captions/subtitles on demand.

120

WooCommerce Hooks & Filters

v1.0.0
Verified

60

prettier-ignore

v1.0.0
Verified

description: Interactive planning system for epic fantasy novels using the Crucible Structure—a 36-beat narrative framework with three interwoven story strands (Quest, Fire, Constellation), five Forge Points, and a Mercy Engine. Use when user wants to plan a fantasy novel, provides a story premise

410

new-track

v1.0.0
Verified

Create development track with spec and hierarchical plan through interactive Q&A

conductortrackplanning
2450

Content Engine Skill

v1.0.0
Verified

2280

MPP Service Discovery

v1.0.0
Verified

60

WebMCP Declarative Forms

v1.0.0
Verified

60

Create CLI

v1.0.0
Verified

Design CLI surface area (syntax + behavior), human-first, script-friendly.

1190

hive-setup

v1.0.0
Verified

Set up Hive agent identity. Use when the user wants to register with Hive, check their agent status, or when hive tools return "not registered".

160

zig-knowledge-patch

v1.0.0
Verified

Zig changes since training cutoff (latest: 0.14.0) — labeled switch, decl literals, @branchHint, DebugAllocator, unmanaged containers, root_module build API. Load before working with Zig.

140

Networking Outreach

v1.0.0
Verified

Build genuine professional relationships at scale.

50

hive-vote

v1.0.0
Verified

After attempting to use a method from hive_pull, vote on whether it worked. This is how the collective knows what's reliable and what's broken.

160

Observable Plot Skill

v1.0.0
Verified

Observable Plot is a JavaScript library for exploratory data visualization. It's built on D3 and provides a concise, declarative API for creating charts.

350

shipping-page-generator

v1.0.0
Verified

When the user wants to create or optimize a shipping or delivery information page. Also use when the user mentions "shipping," "delivery," "shipping policy," "delivery times," "shipping page," "free shipping," "shipping rates," "delivery options," or "shipping info."

1840

Create tech-brief Skill

v1.0.0
Verified

> **Created**: 2026-04-07 > **Status**: Pending > **Priority**: P2 > **Tech Spec**: [tech-brief Tech Spec](../2-tech-spec.md)

1390

Bootstrap Skill

v1.0.0
Verified

Claude Code skill that injects relevant context at session start, solving the "starting from 0" problem.

100

fill

v1.0.0
Verified

Generate consensus layer test fixtures

1050

hyperframes-registry

v1.0.0
Verified

Install and wire registry blocks and components into HyperFrames compositions. Use when running hyperframes add, installing a block or component, wiring an installed item into index.html, or working with hyperframes.json. Covers the add command, install locations, block sub-composition wiring, component snippet merging, and registry discovery.

2440

optimize-classifier

v1.0.0
Verified

Analyze your Model Matchmaker override patterns and tune the local classifier to match your preferences. Use after collecting 50+ recommendations.

1440

CI Log Interpretation

v1.0.0
Verified

150

codex-review-fast

v1.0.0
Verified

Quick second-opinion using Codex MCP (diff only, no tests). Supports review loop with context preservation.

1390

Worst Method Analysis SOP

v1.0.0
Verified

120

craftcms

v1.0.0
Verified

Craft CMS 5 plugin and module development — extending Craft. Covers the full extend surface: elements, element queries, services, models, records, project config, controllers, CP templates, migrations, queue jobs, console commands, field types, native fields, events, behaviors, Twig extensions, utilities, widgets, filesystems, debugging, testing, and GraphQL. Triggers on: beforePrepare(), afterSave(), defineSources(), defineTableAttributes(), attributeHtml(), MemoizableArray, getConfig(), handleChanged, $allowAnonymous, $enableCsrfValidation, BaseNativeField, EVENT_DEFINE_NATIVE_FIELDS, FieldLayoutBehavior, EVENT_REGISTER, EVENT_DEFINE, EVENT_BEFORE, EVENT_AFTER, CraftVariable, registerTwigExtension, DefineConsoleActionsEvent, PHPStan, Pest. Always use when writing, editing, or reviewing any Craft CMS plugin or module code.

270

craft-php-guidelines

v1.0.0
Verified

Craft CMS 5 PHP coding standards and conventions. ALWAYS load this skill when writing, editing, reviewing, or discussing any PHP file in a Craft CMS plugin or module — even for small edits. Also load when running ECS, PHPStan, or scaffolding with ddev craft make. Covers: PHPDoc blocks (@author, @since, @throws chains), section headers (=========), class organization, naming conventions, defineRules(), beforePrepare(), addSelect(), MemoizableArray, DateTimeHelper vs Carbon, enums, control flow patterns, CP Twig template conventions, form macros, translations (Craft::t), ECS/PHPStan configuration, scaffolding commands, commit messages, and the verification checklist. If you are touching PHP code in a Craft CMS context, you need this skill.

270

/cf-edit — редактирование конфигурации 1С

v1.0.0
Verified

Точечное редактирование Configuration.xml: свойства, состав ChildObjects, роли по умолчанию.

1550

WebMCP Development Patterns

v1.0.0
Verified

60

mental-wellness-companion

v1.0.0
Unverified

Supportive journaling + coping-skills guide. Not a substitute for licensed care.

50

Post to X

v1.0.0
Verified

使用系统 Edge/Chrome 浏览器登录状态,自动发布推文到 X.com (Twitter)。

1650

12-factor-apps

v1.0.0
Verified

Perform 12-Factor App compliance analysis on any codebase. Use when evaluating application architecture, auditing SaaS applications, or reviewing cloud-native applications against the original 12-Factor methodology.

380

subscription-pricing

v1.0.0
Verified

Subscription pricing strategies, tier design, regional pricing (PPP), price anchoring, churn reduction, and conversion optimization for mobile apps and SaaS. Use when designing pricing pages, setting subscription tiers, or optimizing conversion rates.

3260

woo-custom-fields

v1.0.0
Verified

Work with WooCommerce product attributes, custom meta fields, taxonomies, custom product tabs, and variation data. Use when adding custom data to products, orders, or customers.

60

WooCommerce Deployment

v1.0.0
Verified

60

theme-audit

v1.0.0
Verified

Validate all themes for completeness and correct usage

1790

/spec-writer — CSI Outline Specification Writer

v1.0.0
Verified

Takes a materials list, product schedule, or project description and produces outline specifications organized by CSI MasterFormat 2020 divisions. Output is a structured `.md` file ready for review by a senior specifier.

60

Implementation Plan Generator

v1.0.0
Verified

> **Quick Ref:** Mode detect → ingest or analyze → interactive input → understand → size → impact → phased plan → risk → test → rollback → write → proceed.

410

dev-create-service

v1.0.0
Verified

Use when adding API integration to a module - creates types, contracts, adapter, and service layer.

90

skill-gen

v1.0.0
Verified

Auto-generate Claude skills from documentation URLs using Firecrawl agent. Use when user wants to create a skill from docs, API references, or tool homepages. Asks up to 3 clarifying questions before deep extraction. Supports topic focus (e.g., "only auth endpoints") and outputs to local .claude/skills/ by default.

360

ai-pr

v1.0.0
Unverified

Use when creating, submitting, or updating a pull request, or when ready for review. Trigger for 'open a PR', 'submit this for review', 'I'm ready for review', 'merge this into main', 'draft PR', 'update the PR'. Also after /ai-commit when work needs review. Runs commit pipeline, pre-push gates, generates structured PR body from spec, watches and fixes CI until merged.

gitpull-requestci
250

cmc-mcp

v1.0.0
Verified

Fetches cryptocurrency market data, prices, technical analysis, news, and trends using the CoinMarketCap MCP. Use for ANY question involving cryptocurrencies, tokens, or blockchain markets, even if the user doesn't explicitly ask for data. This includes price checks, portfolio questions, market analysis, coin comparisons, holder metrics, technical indicators, and news. Trigger: "bitcoin", "ETH", "crypto", "token price", "market cap", "how is [coin] doing", "/cmc-mcp"

320

telegram-openapi-skill

v1.0.0
Verified

Operate Telegram Bot API through UXC with a curated OpenAPI schema, bot-token path auth, polling-based reads, and webhook management guardrails.

860

cook

v1.0.0
Verified

Implement, build, create, or add any feature, endpoint, page, component, or functionality. Use this skill whenever the user asks you to write new code or make code changes — whether it's adding an API endpoint, building a UI page, creating an export feature, wiring up a webhook, implementing a search/filter, or any other hands-on coding task. This is the default skill for all 'build this', 'add this', 'create this', 'wire up', 'implement' requests. Covers the full cycle: clarify requirements, plan if needed, write code, verify, and review. Do NOT use for pure research, debugging, documentation, or explanation — only when the user wants working code delivered.

490

video-gif-generation

v1.0.0
Verified

Record browser workflows as video and convert to high-quality GIFs using agent-browser and ffmpeg. Use when users ask to record workflow, create gif, record demo, browser recording, workflow gif, or screen recording.

120

persona-guide

v1.0.0
Verified

Use when the user asks about personas, wants to choose the right persona for their content, or needs help understanding how personas affect generated content. Covers both system personas and custom personas.

70

semi-trusted-roles

v1.0.0
Verified

Trigger Pattern SEMI_TRUSTED_ROLE flag (required) - Inject Into Breadth agents, depth-state-trace

1760

managing-linear-issues

v1.0.0
Verified

Linear.app issue management using Linearis CLI with JSON output and smart ID resolution. Use when creating, viewing, updating, or searching Linear issues, managing sprints/cycles, or listing teams/projects.

90

Skill: search-memory

v1.0.0
Verified

80

product-promotion

v1.0.0
Verified

Use when the user wants to promote their product, service, or project on social media without being spammy. Covers how to naturally mention products in replies, when promotion is appropriate, and platform-specific rules.

70

sr-eng-review

v1.0.0
Verified

Review git branch using diff against main. Always use this skill after you complete a unit of work, or complete a major step in a plan.

370

UCP Project Setup

v1.0.0
Verified

60

storybook-mcp-integration

v1.0.0
Verified

Storybook MCP server integration for component-aware AI development. Covers 6 tools across 3 toolsets (dev, docs, testing): component discovery via list-all-documentation/get-documentation, story previews via preview-stories, and automated testing via run-story-tests. Use when generating components that should reuse existing Storybook components, running component tests via MCP, or previewing stories in chat.

storybookmcpcomponent-discovery
1340

using-socials

v1.0.0
Verified

Use when the user wants to read feeds, inspect posts, draft or post replies, list personas, or control the browser for X, LinkedIn, or Reddit via the Socials extension. Apply whenever Socials MCP tools are relevant to the task.

70

vote

v1.0.0
Verified

After attempting to use a method from hive_pull, vote on whether it worked. This is how the collective knows what's reliable and what's broken.

160

project-workflows

v1.0.0
Verified

Official Festapp workflows. How to run tests, manage secrets, sync translations, and commit changes safely.

340

launch-runbook

v1.0.0
Unverified

Plan and execute a launch runbook covering pre-launch verification, go-live procedures, DNS cutover, post-launch monitoring, and rollback procedures. Use this skill whenever the user is preparing to launch a website or product, planning a DNS cutover, building a go-live checklist, or executing a launch day. Triggers on launch runbook, go-live, launch day, DNS cutover, deploy to production, site launch, product launch, cutover plan, launch checklist, deployment procedure. Also triggers when a launch is approaching and the team needs structured coordination, even if 'runbook' is not explicitly stated.

810

React + Remix Patterns

v1.0.0
Verified

60

Markdown Fixer

v1.0.0
Verified

You are a markdown accessibility fixer. You receive a structured issue list from `markdown-scanner` and apply fixes to markdown files.

1950

tushare-alpha: Sector Rotation & Ranking

v1.0.0
Verified

490

tushare-forex: Forex Rate Queries

v1.0.0
Verified

490

contribute-workflow

v1.0.0
Unverified

After discovering a complete multi-step sequence to accomplish a goal on a website, contribute the full workflow to Hive so every future agent benefits.

190

/forge — Evolutionary Multi-AI Code Forge (v2)

v1.0.0
Verified

Three AI engines independently implement the same task, compete on automated fitness tests, then the best solution is refined through critique-based synthesis. Claude is a **pure orchestrator** — it dispatches, scores, and judges but never competes.

60

spring-events

v1.0.0
Verified

Spring Application Events for Spring Boot 3.x. Covers ApplicationEventPublisher, @EventListener, @TransactionalEventListener, custom events, async events, and event-driven architecture patterns. USE WHEN: user mentions "spring events", "ApplicationEventPublisher", "@EventListener", "@TransactionalEventListener", "event-driven Spring", "domain events" DO NOT USE FOR: external messaging - use `spring-amqp` or `spring-kafka`, distributed events - use messaging systems

50

Social Strategy Command

v1.0.0
Verified

Develop comprehensive social media strategy with platform-specific tactics and content calendar.

1020

Trello CLI

v1.0.0
Unverified

Manage Trello boards, lists, and cards using the `trello-cli` command.

340

tdd-enforce

v1.0.0
Verified

Configure TDD enforcement via pre-commit hooks and CI coverage gates. Use when setting up test-first development workflow, adding coverage gates, or enforcing TDD practices.

970

drive-generate-plan

v1.0.0
Verified

Generate an execution plan from a spec, with milestones, tasks, and test coverage for all acceptance criteria. Use when the user wants to plan a project, break a spec into milestones, generate tasks from a spec, or create an execution plan. Optionally creates a Linear project.

1930

preserve

v1.0.0
Verified

Scan this conversation and silently save anything worth permanent memory

120

retention-predictor

v1.0.0
Verified

Predicts retention via usage frequency, habit formation, and churn risk. See canonical definition in skills/retention-predictor/SKILL.md.

220

pricing-and-wtp

v1.0.0
Verified

Models WTP using Van Westendorp analysis, desire-premium multipliers, category benchmarks, and market_insights monetization signals. Includes freemium conversion estimation and B2B2C pricing. See canonical definition in skills/pricing-and-wtp/SKILL.md.

220

feature-workflow-orchestrator

v1.0.0
Verified

End-to-end feature development orchestration from planning through deployment with quality gates

50

Hook Authoring

v1.0.0
Verified

Writing hooks for the 8 hook points, execution modes, and decision semantics

50

MCP Server Setup

v1.0.0
Verified

How to configure MCP servers in .rkat/mcp.toml

50

adderall

v1.0.0
Verified

Adderall mode — obsessive hyperfocus, over-engineered perfection. Doses: prescribed, cramming, wired

480

user-segmentation-profiler

v1.0.0
Verified

Classifies the user into an ICP tier (beginner/builder/growth). See canonical definition in skills/user-segmentation-profiler/SKILL.md.

220

pentest-network-internal

v1.0.0
Verified

Internal network penetration testing, Active Directory enumeration, and lateral movement simulation.

1760

claude-code-history-files-finder

v1.0.0
Verified

Finds and recovers content from Claude Code session history files. This skill should be used when searching for deleted files, tracking changes across sessions, analyzing conversation history, or recovering code from previous Claude interactions. Triggers include mentions of "session history", "recover deleted", "find in history", "previous conversation", or ".claude/projects".

6510

tracing-patterns

v1.0.0
Verified

OpenTelemetry setup, span context propagation, sampling strategies, Jaeger queries

2590

meerkat-platform

v1.0.0
Verified

Comprehensive guide for building applications with the Meerkat agent platform. Covers all surfaces (CLI, REST, RPC, MCP, Python SDK, TypeScript SDK, Rust SDK), configuration, sessions, streaming, skills, hooks, memory, inter-agent communication, and mob orchestration (spawn, fork, helpers, flows). This skill should be used when users ask how to integrate with Meerkat, build agents, configure the runtime, use the SDK, set up multi-agent systems, or work with any Meerkat feature.

50

thegraph-mcp-skill

v1.0.0
Verified

Use The Graph Subgraph MCP through UXC via native SSE with a fixed linked command for subgraph discovery, schema retrieval, deployment selection, and GraphQL query execution with help-first inspection and explicit auth handling.

860

doncheli-pr-review

v1.0.0
Verified

Perform a structured code review of a pull request aligned with SDD principles. Activate when user mentions "PR review", "pull request", "review PR", "code review", "review this diff".

190

tracking-sync

v1.0.0
Verified

Use when the user wants GTM-ready config generation, GTM workspace sync, or container selection from an approved schema.

1190

powerforge-docs-builder

v1.0.0
Verified

Build and maintain PSPublishModule/PowerForge documentation pipelines, including generated cmdlet docs, external help XML, and about-topic source workflows.

410

effect-ts

v1.0.0
Verified

This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'. Also covers Effect + Next.js integration with @prb/effect-next.

400

whatsapp-openapi-skill

v1.0.0
Verified

Operate WhatsApp Business Platform Cloud API through UXC with a curated OpenAPI schema, bearer-token auth, and message/profile guardrails.

860

volume

v1.0.0
Verified

Volume — set, get, or nudge the music volume up/down

50

mq

v1.0.0
Verified

Query markdown files efficiently with mq CLI. Use when exploring documentation structure, extracting specific sections, or reducing token usage when reading .md files.

550

Microsoft 365 Agents SDK (Python)

v1.0.0
Verified

Build enterprise agents for Microsoft 365, Teams, and Copilot Studio using the Microsoft Agents SDK with aiohttp hosting, AgentApplication routing, streaming responses, and MSAL-based authentication.

120

caffeine

v1.0.0
Verified

Caffeine mode — overstimulated, too many ideas, scattered energy. Doses: cup, pot, iv

480

managing-railway

v1.0.0
Verified

Railway platform CLI for service deployment, infrastructure management, and debugging. Use for creating services, managing deployments, configuring networking, and reviewing logs.

90

meerkat-wasm

v1.0.0
Verified

Developer guide for the Meerkat WASM embedded runtime (meerkat-web-runtime). This skill should be used when working on wasm32 compilation, building/deploying WASM bundles, writing wasm_bindgen exports, debugging browser runtime issues, or making crates wasm32-compatible. Covers the override-first resource injection pattern, tokio_with_wasm aliasing, cfg-gating patterns, mobpack bootstrap, and common wasm32 gotchas.

50

powerforge-module-builder

v1.0.0
Verified

Build, validate, install, and publish PowerShell modules with PSPublishModule/PowerForge. Use when working with Invoke-ModuleBuild, Build/Build-Module.ps1, New-ConfigurationBuild, merge/approved modules, versioned install behavior, legacy flat-module migration, and module packaging/signing troubleshooting.

410

Memory Retrieval

v1.0.0
Verified

How semantic memory works with compaction and the MemoryStore trait

50

courtlistener-api

v1.0.0
Verified

Legal case law database with PACER data and judge profiles

970

vcp-audit

v1.0.0
Verified

Run a comprehensive audit against all applicable VCP standards. Supports full audit, compliance-specific audit, and quick release readiness check.

70

ayahuasca

v1.0.0
Verified

Ayahuasca mode — sacred reverence, spiritual coding ritual. Doses: sip, ceremony, death

480

bmad-create-architecture

v1.0.0
Verified

Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design"

2280

Mob Communication

v1.0.0
Verified

How to communicate with peers in a collaborative mob

50

uxc-skill-creator

v1.0.0
Verified

Create wrapper skills that call remote tools through UXC. Use when defining a new provider skill and you need reusable templates, validation rules, and anti-pattern guidance based on proven UXC skill practices.

860

ketamine

v1.0.0
Verified

Ketamine mode — dissociated, abstract, detached from reality. Doses: wonky, hole, void

480

svelte-core-bestpractices

v1.0.0
Verified

Guidance on writing fast, robust, modern Svelte code. Load this skill whenever in a Svelte project and asked to write/edit or analyze a Svelte component or module. Covers reactivity, event handling, styling, integration with libraries and more.

6530

ga4-audit

v1.0.0
Verified

When the user wants to audit GA4 analytics data for a property. Also use when the user mentions 'GA4 audit,' 'analytics audit,' 'traffic analysis,' 'page performance,' 'conversion audit,' 'bounce rate analysis,' or 'performance profile.' Pulls 10-15 targeted reports from GA4 via direct API or analytics-mcp fallback (including element-level interaction discovery), classifies events, and produces a structured performance-profile.md context file (.claude/context/ L1). Single agent, no depth flag. Works with any GA4 property.

60

thegraph-token-mcp-skill

v1.0.0
Verified

Use The Graph Token API MCP through UXC for token metadata, wallet balances, transfers, holders, pools, and market data with help-first inspection and Token API specific JWT bearer auth binding.

860

octave-mastery

v1.0.0
Verified

Advanced semantic vocabulary and architectural patterns for the OCTAVE format. REQUIRES octave-literacy to be loaded first

410

xaml-csharp-development-skill-for-avalonia

v1.0.0
Verified

Build, review, design, migrate, and optimize Avalonia applications with modern XAML/C# patterns, compiled bindings, AOT-friendly architecture, professional UI/UX design systems, design tokens, control themes, and Microsoft Fluent design system customization. Use for tasks involving Avalonia app startup and lifetime wiring, view/viewmodel composition, bindings in .axaml/.xaml and C#, styles/themes/resources, polished visual design, FluentTheme palette work, platform-specific bootstrapping (desktop/browser/mobile/headless), trimming/NativeAOT compatibility, reactive UI flows, performance tuning, and troubleshooting build/runtime issues in Avalonia projects.

410

Add AFM Model

v1.0.0
Verified

Investigate and add support for a HuggingFace MLX model to the AFM server.

1910

rct-methodology

v1.0.0
Verified

RCT (Representation Contract Tests) methodology for AI-assisted development. This skill should be used when creating implementation checklists from specifications, planning phased implementations, or when the user mentions "RCT", "representation contracts", "Gate 0", or asks for an "agent-ready checklist". It transforms specifications into executable, phased checklists with reviewer gates that an AI agent can autonomously execute.

50

upbit-openapi-skill

v1.0.0
Verified

Operate Upbit public exchange market APIs through UXC with a curated OpenAPI schema, market-first discovery, and explicit private-auth boundary notes.

860

positioning-framework

v1.0.0
Verified

When the user wants to build, audit, or update a positioning and messaging framework for a company or product. Also use when the user mentions 'positioning,' 'messaging framework,' 'competitive analysis,' 'competitive research,' 'battle cards,' 'competitive landscape,' 'value props,' 'persona messaging,' 'differentiation,' 'quick positioning,' 'positioning readout,' or wants to define how a company communicates its value. Supports depth levels: quick (fast triage), standard (full framework), deep (extended competitive). Produces structured context files (.claude/context/ L0 + L1). Runs autonomous research by default. Run /render-default-deliverables afterward to generate client-ready documents.

60

rust-cicd-pipeline

v1.0.0
Verified

Set up a professional Rust CI/CD pipeline with pre-commit hooks, automated linting, testing, changelog management, and version control. This skill should be used when creating a new Rust project that needs CI/CD, when adding CI/CD to an existing project, or when troubleshooting pipeline issues. The pipeline follows the "Makefile as single source of truth" pattern and works without GitHub Actions for enterprise environments.

50

drive-create-spec

v1.0.0
Verified

Generate and iteratively refine engineering specs from a description, conversation summary, or blank template. Use when the user wants to create a spec, PRD, product requirements document, write up requirements, or spec out a feature. Also use when summarising a conversation into a spec.

1930

数据库迁移模式(Database Migration Patterns)

v1.0.0
Verified

面向生产系统的安全、可逆的数据库模式变更(Schema Changes)。

1210

weaviate-data-ingestion

v1.0.0
Verified

Upload and process data into local Weaviate collections with support for single objects, batch uploads, and multi-modal content

410

Metrics Definer

v1.0.0
Verified

480

recommendations

v1.0.0
Verified

TasteRay API integration for personalized recommendations across verticals (movies, restaurants, products, travel, jobs). Use when you need to: (1) recommend movies, restaurants, products, travel, or jobs, (2) answer "what would I like" questions, (3) provide personalized recommendations based on preferences, (4) rank or score items for a user, (5) explain why something matches a user's taste, (6) build recommendation context from conversation, (7) integrate psychological profiles with recommendation systems.

470

create-doc

v1.0.0
Verified

Use when the user wants to save knowledge as a file so others don't have to rediscover it — "turn this into a doc", "write this up", "document how X works", "we figured this out and want to capture it", "nobody should have to figure this out again". Covers any request to create or update durable written artifacts: onboarding guides, runbooks, ADRs, API docs, architecture notes, postmortems, changelogs, setup guides. The trigger: user wants knowledge captured in a file for future reference, not just a conversation. Do NOT use when still making decisions (→ give-plan), just asking for explanation without a file (→ ask), or writing code (→ cook).

490

prime-sync

v1.0.0
Verified

Syncs Claude config between prime repo and target projects. Trigger on 'sync', 'prime-sync', 'push config', 'pull config', 'update prime', 'sync claude config'. Push mode deploys to targets; pull mode imports changes back.

490

Profile Browser

v1.0.0
Verified

Browses and describes BotMinter profiles. Profiles are team methodology templates shipped with the `bm` binary, defining roles, process conventions, status workflows, and member skeletons.

80

Shell Patterns

v1.0.0
Verified

Background job patterns with shell and job management tools

50

routeros-command-tree

v1.0.0
Unverified

RouterOS command tree introspection via /console/inspect API. Use when: building tools that parse RouterOS commands, generating API schemas from RouterOS, working with /console/inspect, mapping CLI commands to REST verbs, traversing the RouterOS command hierarchy, or when the user mentions inspect, command tree, RAML, or OpenAPI generation for RouterOS.

100

.NET Framework Skill - Quick Reference

v1.0.0
Verified

**Framework**: .NET 8+ with ASP.NET Core **For Agent**: backend-developer **Purpose**: Fast lookup of common .NET patterns and conventions

90

scaffolder

v1.0.0
Verified

Scaffold new hooks/components/utilities. Generate standard structure and boilerplate. Use when creating new hooks, components, utilities.

2990

GitHub Activity Analyzer Skill

v1.0.0
Verified

Analyzes comprehensive GitHub activity for any specified time period with deep technical insights. Supports arbitrary time frames from days to full years.

1500

telnyx-iot-ruby

v1.0.0
Verified

Manage IoT SIM cards, eSIMs, data plans, and wireless connectivity. Use when building IoT/M2M solutions. This skill provides Ruby SDK examples.

1410

meerkat-cli-reference

v1.0.0
Unverified

Exact rkat CLI command contract for Meerkat help answers. Use this as the authority for command names, flags, aliases, and negative CLI facts.

90

haystack-router-interaction

v1.0.0
Verified

Route and execute optimal token swaps on Algorand using Haystack Router via Algorand MCP tools. Use when getting best-price quotes across multiple Algorand DEXes and LST protocols, executing atomic swaps, and checking asset opt-in — all through the Algorand MCP server.

410

weaviate-local-setup

v1.0.0
Verified

Set up and manage a local Weaviate instance using Docker

410

give-plan

v1.0.0
Verified

Use when the user wants a written, reviewable plan or spec produced before coding starts. Triggers on: mapping out changes without implementing, thinking through risks of upgrades or migrations, evaluating approaches before committing to one, writing specs for team review, phasing work into stages, or any request that explicitly defers coding ('don't implement yet', 'before we build'). The distinguishing signal is that the user wants a plan artifact — not implementation, not a conversational answer. MUST activates inside Claude's native plan mode to have a better planning behavior.

490

routeros-hotspot

v1.0.0
Unverified

RouterOS hotspot captive portal for wired/wireless access control. Use when: configuring hotspot on RouterOS, setting up captive portal, writing hotspot profiles or instances, configuring walled garden, setting DHCP option 114 (RFC 8910 captive portal URI), integrating RADIUS with hotspot, or when the user mentions /ip/hotspot, walled-garden, hotspot profile, or captive portal on MikroTik.

100

routeros-mndp

v1.0.0
Unverified

MNDP (MikroTik Neighbor Discovery Protocol) wire format, behavior, and RouterOS /ip/neighbor integration. Use when: implementing MNDP discovery, parsing MNDP packets, working with /ip/neighbor, understanding WinBox device discovery, debugging why a router doesn't appear in neighbor lists, or when the user mentions MNDP, neighbor discovery, WinBox discovery, or /ip/neighbor.

100

routeros-netinstall

v1.0.0
Unverified

MikroTik netinstall-cli for automated RouterOS device flashing. Use when: automating netinstall, writing scripts that invoke netinstall-cli, building netinstall tooling, understanding etherboot/BOOTP/TFTP protocols, working with RouterOS package files (.npk), using modescript or configure script, or when the user mentions netinstall, etherboot, or device flashing.

100

github-project

v1.0.0
Verified

Manages GitHub Projects v2 workflows for issue tracking and project management. Use when user asks to "show the board", "view issues", "what's in [status]", "create an epic", "add a story", "create a bug", "move issue

80

managing-supabase

v1.0.0
Verified

Supabase CLI for database management, Edge Functions, migrations, and local development. Use for managing Postgres databases, deploying serverless functions, and debugging Supabase projects.

90

Arcium

v1.0.0
Verified

Encrypted computation on Solana via MPC. Data stays encrypted during computation. The `arcium` CLI (wraps Anchor) handles init, build, test, and deploy — use MCP for current flags and options.

870

dbt-migration-teradata

v1.0.0
Verified

Convert Teradata DDL to dbt models compatible with Snowflake. This skill should be used when converting views, tables, or stored procedures from Teradata to dbt code, generating schema.yml files with tests and documentation, or migrating Teradata SQL to follow dbt best practices.

300

birdeye

v1.0.0
Unverified

Complete Birdeye API integration for real-time DeFi data across Solana and 15 other chains. Use for token prices, OHLCV charts, market discovery, on-chain trader intelligence, holder analysis, wallet portfolio & P&L, and WebSocket streams for live prices and whale alerts.

900

ct-alpha

v1.0.0
Verified

Crypto Twitter intelligence and alpha research. Search X/Twitter for real-time crypto narratives, trending tokens, yield strategies, smart money signals, and protocol research. Features TweetRank (PageRank-inspired credibility scoring), multi-signal token detection, coordinated raid detection, and dynamic tool discovery for execution suggestions. Solana-first but covers all major chains.

crypto-twitteralpharesearch
640

media-processor

v1.0.0
Verified

Specialized visual and multimedia processing tools. Use this skill whenever a task involves complex visual content — UI mockups, dense screenshots, design images, charts, artwork — where precise details like spacing, hex colors, font sizes, and component hierarchy need to be extracted accurately. Also use for: reviewing or auditing existing UI against designs, comparing screenshots for visual regressions, transcribing audio/video, extracting data from PDFs with complex layouts, and generating images. Trigger whenever the user wants to implement from a design, review or compare UI screenshots, analyze visual details precisely, describe artwork or aesthetic content, or process any media file (audio, video, PDF).

490

routeros-sniffer

v1.0.0
Unverified

RouterOS packet capture and TZSP streaming for protocol debugging. Use when: capturing packets on RouterOS, setting up /tool/sniffer, streaming live traffic via TZSP, using firewall mangle action=sniff-tzsp, debugging network protocols on MikroTik, receiving TZSP with Wireshark or tshark, saving pcap files from RouterOS, or when the user mentions packet sniffer, TZSP, sniff-tzsp, /tool/sniffer, or packet capture on RouterOS.

100

formax-rolling-plan-loop-workflow

v1.0.0
Verified

Use when the user wants a reusable rolling execution pattern (README + TODO-INDEX) like plans/web-reference-react-refactor, and wants to run delivery in small validated loops.

830

seo-strategy

v1.0.0
Verified

When the user wants to plan SEO strategy, prioritize SEO work, or understand the SEO workflow. Also use when the user mentions "SEO strategy," "SEO plan," "SEO roadmap," "SEO priority," "SEO audit," "SEO workflow," "where to start SEO," "SEO approach," "organic growth strategy," "why SEO," "SEO value," or "search strategy."

1840

axiom-background-processing-diag

v1.0.0
Verified

Symptom-based background task troubleshooting - decision trees for 'task never runs', 'task terminates early', 'works in dev not prod', 'handler not called', with time-cost analysis for each diagnosis path

6290

helius-phantom

v1.0.0
Verified

Build frontend Solana applications with Phantom Connect SDK and Helius infrastructure. Covers React, React Native, and browser SDK integration, transaction signing via Helius Sender, API key proxying, token gating, NFT minting, crypto payments, real-time updates, and secure frontend architecture.

640

octave-compression

v1.0.0
Verified

Specialized workflow for transforming verbose natural language into semantic OCTAVE structures. REQUIRES octave-literacy to be loaded first

410

searching-text

v1.0.0
Verified

Use when searching for text patterns across files, finding specific code locations, or getting lines with surrounding context in a single call

1600

intent

v1.0.0
Verified

Extract the underlying intent behind a request, issue, PR, or diff. Focus on problem and desired outcome; do not propose implementation, testing strategy, or rollout plans.

3960

dev-generate-types

v1.0.0
Verified

Use when integrating with an API endpoint and need TypeScript types, contracts, and adapters generated automatically.

90

dbt-migration-validation

v1.0.0
Verified

Comprehensive validation skill for dbt models and schema YAML files. Defines validation rules, common anti-patterns to detect, and auto-fix suggestions. Integrates with Claude Code hooks to enforce quality standards during migration.

300

market-scenario-modeler

v1.0.0
Verified

Toolkit for building TAM/SAM/SOM models, sensitivity analyses, and narrative-ready visuals.

1140

dev-create-store

v1.0.0
Verified

Use when adding state management to a module - creates Svelte store with server state integration.

90

dbt-migration-vertica

v1.0.0
Verified

Convert Vertica DDL to dbt models compatible with Snowflake. This skill should be used when converting views, tables, or stored procedures from Vertica to dbt code, generating schema.yml files with tests and documentation, or migrating Vertica SQL to follow dbt best practices.

300

docs-onboard

v1.0.0
Verified

Use when onboarding onto a module and need a quick summary of its structure, patterns, and key files.

90

powerforge-library-builder

v1.0.0
Verified

Build, version, pack, sign, and publish multi-project .NET libraries using Invoke-ProjectBuild and project.build.json. Use for ExpectedVersionMap/X-pattern resolution, NuGet publishing, GitHub release mode/tag strategy, and release troubleshooting.

410

1password-hardened

v1.0.0
Verified

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

60

cmc-api-market

v1.0.0
Verified

API reference for CoinMarketCap market-wide endpoints including global metrics, fear/greed, indices, trending topics, and charts. Use this skill whenever the user mentions market API, asks about fear/greed index, wants global metrics or BTC dominance data, needs k-line charts, or is working with market sentiment. This is the complete reference for CMC market-wide API questions. Trigger: "market API", "fear greed API", "global metrics API", "CMC charts API", "/cmc-api-market"

320

nestjs-doctor

v1.0.0
Verified

Scan a NestJS project with nestjs-doctor, present a health report, and fix issues interactively

690

fylgja-css

v1.0.0
Verified

Guidance on using the Fylgja CSS library, its class-less base, design tokens, dynamic utilities, and native HTML components. Trigger when the user wants to use Fylgja CSS for styling.

1110

Idea Reality Check

v1.0.0
Verified

Scans existing projects across GitHub, Hacker News, npm, PyPI, and Product Hunt. Returns a `reality_signal` score (0-100) indicating how much prior art already exists for a given idea.

3210

Profile Design

v1.0.0
Verified

Designs, customizes, and troubleshoots BotMinter profiles at the template level. Profiles are methodology templates that `bm init` extracts into team repos. This skill works before any team exists or when a team is broken and needs fixes from outside.

80

light-protocol

v1.0.0
Verified

Complete guide for Light Protocol on Solana - includes ZK Compression for rent-free compressed tokens and PDAs using zero-knowledge proofs, and the Light Token Program for high-performance token standard (200x cheaper than SPL). Covers TypeScript SDK, JSON RPC methods, and complete integration patterns.

640

shrooms

v1.0.0
Verified

Shrooms mode — philosophical wonder, deep meaning in everything. Doses: microdose, handful, heroic

480

atlassian-templates

v1.0.0
Verified

Atlassian Template and Files Creator/Modifier expert for creating, modifying, and managing Jira and Confluence templates, blueprints, custom layouts, reusable components, and standardized content structures. Use when building org-wide templates, custom blueprints, page layouts, and automated content generation.

5.1K0

join

v1.0.0
Verified

PR autopilot via `gh` only: create/manage PRs, keep branches current, enforce required CI gates, apply surgical code patches, and publish merge-ready handoff without merging. Use when asked to run or monitor PR automation, fix failing required checks, keep local/remote branch state clean, or prepare branch/PR cleanup for human merge.

450

gitops-patterns

v1.0.0
Verified

GitOps patterns — ArgoCD and Flux setup, Kustomize overlays per environment, SealedSecrets/ESO for secrets, multi-cluster topology, GitOps repository patterns (mono-repo vs poly-repo), and common pitfalls.

50

technical-accuracy

v1.0.0
Verified

Validates technical steps, API syntax, and logical gaps in procedural guidance. Use when asked to review technical accuracy or verify procedures.

4030

Android Reverse Engineering

v1.0.0
Unverified

Decompile Android APK, XAPK, JAR, and AAR files using jadx and Fernflower/Vineflower, trace call flows through application code and libraries, produce structured documentation of extracted APIs, and escalate to runtime analysis only after static triage shows that it is needed. Two decompiler engines

610

marijuana

v1.0.0
Verified

Marijuana mode — distracted, tangential, paranoid at high doses. Doses: puff, blunt, edible

480

Process Evolution Skill

v1.0.0
Verified

Evolve the team's workflow by modifying statuses, transitions, review gates, and process conventions. Every change is validated against the status graph and recorded in `agreements/decisions/`.

80

Member Tuning Skill

v1.0.0
Verified

Diagnose and fix member behavior problems by identifying the responsible configuration artifact and applying targeted edits. Every significant change is recorded as a decision in `agreements/decisions/`.

80

board-prep

v1.0.0
Verified

/em -board-prep — Board Meeting Preparation

5.1K0

magicblock

v1.0.0
Verified

Complete guide for MagicBlock Ephemeral Rollups - high-performance Solana execution with sub-10ms latency, gasless transactions, and Solana Plugins. Use when building real-time games, high-frequency trading, or any application requiring ultra-low latency on Solana.

640

board-scanner

v1.0.0
Verified

Board scanning and dispatch procedure for GitHub Projects v2. Scans the project board for mgr:* statuses and dispatches work to the executor hat via priority table. Auto-injected into coordinator prompts.

80

cos-session

v1.0.0
Verified

Chief of Staff working session with the operator. Use when the operator says "chief of staff session", "cos session", "I have things to file", "let's work through some items", "I found some problems", "what's <member> doing", "let's go over the board", or brings any mix of observations, bugs, ideas, or operational concerns.

80

status-workflow

v1.0.0
Verified

Performs GitHub Projects v2 status transitions for issue workflow. Use when you need to "move issue to status", "transition status", "update project status", "set status field", or "change issue state". Handles status field mutations, GraphQL verification, and comment attribution. Works with cached board-scanner environment variables.

80

hire-guide

v1.0.0
Verified

Interactive guide for hiring team members with `bm hire`. Helps operators choose roles, pick names, and understand hiring implications. Use when the operator asks to "hire someone", "add a member", "what roles can I hire", "help me hire", "who should I hire next", or "explain the roles".

80

powerforge-website-starter

v1.0.0
Verified

Create, refactor, or standardize PowerForge.Web websites. Use when setting up or fixing site.json/pipeline.json, dev vs CI modes, baselines and budgets, theme.manifest.json contracts (features/requiredPartials/slots/CSS selectors), navigation consistency, API docs (header/footer + multi-CSS), and agent handoff docs to prevent half-cooked websites and regressions across multiple sites.

410

nitrous

v1.0.0
Verified

Nitrous mode — brief euphoria, giggly, vanishing epiphanies. Doses: balloon, tank, orbit

480

marginfi

v1.0.0
Verified

Complete guide for Marginfi - Solana's decentralized lending protocol for lending, borrowing, leveraged positions(looping) and flash loans. Covers account creation, deposits, borrows, repayments, withdrawals, flash loans, and leveraged positions using the @mrgnlabs/marginfi-client-v2 SDK.

640

Cavekit Methodology

v1.0.0
Verified

380

Go Testing — Advanced Patterns

v1.0.0
Verified

> This skill extends [go-testing](../go-testing/SKILL.md) with mocking, benchmarks, fuzzing, HTTP testing, and CI/CD.

50

spice

v1.0.0
Verified

Spice mode — prescient temporal vision, sees code's past and future, chooses the one true path. Doses: taste, trance, kwisatz

480

Vertex AI Model Tuning (Router)

v1.0.0
Verified

6730

research-manager

v1.0.0
Verified

Use this when starting a new research project or managing a complex, multi-step research workflow.

380

vcp-root-cause-check

v1.0.0
Verified

Analyze a proposed bug fix against VCP root cause analysis standards. Determines whether a fix addresses the root cause or just patches a symptom.

70

notion-cli

v1.0.0
Verified

Work with Notion from the terminal using the `notion` CLI. Use when the user needs to read, create, update, query, or manage Notion pages, databases, blocks, comments, users, or files programmatically. Covers the entire Notion API with 44 commands. Triggers: Notion workspace automation, database queries, page creation, block manipulation, comment threads, file uploads, relation management, database export, multi-workspace management, or any Notion API interaction from the command line.

640

Git Update Commit Push

v1.0.0
Verified

Summarize current repo changes and execute a safe one-command Git handoff.

740

pytest

v1.0.0
Verified

Execute and generate pytest tests for Python projects with fixtures, parametrization, and mocking support

90

Lossless Context Commands

v1.0.0
Verified

You have access to a persistent, DAG-based conversation vault. Every message from every session is preserved in SQLite. Summaries form a directed acyclic graph — nothing is ever deleted.

50

Feature Execution

v1.0.0
Verified

850

odoo-development

v1.0.0
Verified

Expert guidance for Odoo ERP development including Python ORM, XML views, and module architecture

320

insight-capture-format

v1.0.0
Verified

Standard format for capturing and documenting insights in the knowledge base. Use when harvesting insights, creating permanent notes from user perspectives, or documenting unique thinking patterns.

740

my-skill-name

v1.0.0
Verified

A clear description of what this skill does and when to use it

640

Phantom Connect SDK

v1.0.0
Verified

Build wallet-connected Solana applications with the Phantom Connect SDK ecosystem.

640

workspace-sync

v1.0.0
Verified

Sync and diagnose BotMinter workspaces. Use when the operator says "sync workspaces", "apply profile changes", "propagate changes", "update all workspaces", "check workspace health", "diff against profile", "full sync", "my workspace has old files", or "why is the workspace out of date". Do NOT use for member behavior/config tuning (use member-tuning) or structured process changes (use process-evolution).

80

vcp-config

v1.0.0
Verified

View and modify VCP configuration. Add or remove ignore entries, toggle scopes, manage compliance frameworks, change severity threshold, and manage exclude patterns. Supports both project config (.vcp/config.json) and global config (~/.vcp/config.json).

70

ranger-finance

v1.0.0
Verified

Ranger Finance SDK for building perpetual futures trading applications on Solana. The first Solana Perps Aggregator - aggregates liquidity across multiple perp protocols (Drift, Flash, Adrena, Jupiter). Use when integrating perps trading, smart order routing, position management, or building AI trading agents.

640

solana-agent-kit

v1.0.0
Verified

Comprehensive guide for building AI agents that interact with Solana blockchain using SendAI's Solana Agent Kit. Covers 60+ actions, LangChain/Vercel AI integration, MCP server setup, and autonomous agent patterns.

640

time-stepping

v1.0.0
Verified

Plan and control time-step policies for simulations. Use when coupling CFL/physics limits with adaptive stepping, ramping initial transients, scheduling outputs/checkpoints, or planning restart strategies for long runs.

1090

solana-kit-migration

v1.0.0
Verified

Helps developers understand when to use @solana/kit vs @solana/web3.js (v1), provides migration guidance, API mappings, and handles edge cases for Solana JavaScript SDK transitions

640

Deploy Pipeline

v1.0.0
Verified

850

wallet-analysis

v1.0.0
Unverified

Analyze Solana wallets and multichain portfolios with Zerion API. Use for Solana portfolio value, token positions, transaction history, wallet charts, and PnL. Prefer direct REST API integration, with hosted MCP and x402 on Solana as no-key alternatives for agent workflows.

900

vcp-review-tests

v1.0.0
Verified

Review test quality against VCP testing standards. Checks for tautological tests, over-mocking, missing edge cases, and other anti-patterns.

70

quality-scan

v1.0.0
Verified

Validates structural consistency, cleans up junk files (SCREAMING_TEXT.md, temp files), and performs comprehensive quality scans across codebase to identify critical bugs, logic errors, caching issues, and workflow problems. Spawns specialized agents for targeted analysis and generates prioritized improvement tasks. Use when improving code quality, before releases, or investigating issues.

450

security-audit-rlm

v1.0.0
Verified

Run and troubleshoot privacy-preserving, local DSPy RLM security audits for large legacy .NET codebases. Use when asked to scan repositories for vulnerabilities, tune RLM/tool limits, fix truncation/stall issues, or produce actionable markdown/json audit outputs without loading entire codebases into model context.

740

zz-code-recon

v1.0.0
Verified

Deep architectural context building for security audits. Use when conducting security reviews, building codebase understanding, mapping trust boundaries, or preparing for vulnerability analysis. Inspired by Trail of Bits methodology.

640

using-co-researcher

v1.0.0
Verified

Use when understanding your capabilities, how to use skills, or the rules of the Co-Researcher system.

380

spring-websocket

v1.0.0
Verified

Spring WebSocket for real-time communication in Spring Boot 3.x. Covers STOMP over WebSocket, SockJS fallback, message brokers (simple and RabbitMQ/Redis), security, session handling, and testing. Use for chat, live notifications, and real-time updates. USE WHEN: user mentions "spring websocket", "STOMP", "SockJS", "real-time Spring", "@MessageMapping", "@SendTo", "WebSocket security", "message broker Spring", "chat application Spring", "live notifications" DO NOT USE FOR: REST APIs - use `spring-rest` skill, server-sent events only - use simpler SSE endpoints, NestJS WebSocket - use `nestjs-websocket` skill

50

WordPress & Elementor Pro — Skill Router

v1.0.0
Unverified

A complete procedural guide for producing production-grade WordPress and Elementor Pro code. This file is the **router** — read it first, then load the relevant sub-file(s) for the task at hand.

120

vcp-test-plan

v1.0.0
Verified

Generate a test plan for specific code based on VCP testing standards. Produces unit tests, integration tests, edge cases, and mock guidance.

70

react-flow-node

v1.0.0
Verified

Create React Flow node components with TypeScript types, handles, and Zustand integration. Use when building custom nodes for React Flow canvas, creating visual workflow editors, or implementing node-based UI components.

360

changelog-format

v1.0.0
Unverified

Keep a Changelog format guidelines and entry writing best practices. Use when writing changelog entries, updating CHANGELOG.md, or following Keep a Changelog specification.

330

defend-colony

v1.0.0
Verified

Implementieren layered collective defense using alarm signaling, role mobilization, and proportional response. Umfasst threat detection, alert propagation, immune response patterns, escalation tiers, and post-incident recovery for distributed systems and organizations. Verwenden wenn designing defense-in-depth where no single guardian covers all threats, building incident response that scales with severity, or when current defense is over-reactive to every alert or under-reactive to genuine threats.

60

phoenix

v1.0.0
Verified

Phoenix framework development guidelines covering LiveView, Ecto, real-time features, and best practices for building scalable web applications with Elixir.

320

lifi

v1.0.0
Unverified

Integrate LI.FI for cross-chain swaps, bridging, payments, route discovery, and transfer status tracking across Solana, EVM, Bitcoin, and Sui. Use when building Solana applications or AI agents that need quotes, routes, executable transactions, supported chains/tokens/tools, or cross-chain transfer monitoring.

940

Styx Configuration Language

v1.0.0
Verified

Styx is a configuration language with schema support, comments, and flexible syntax.

470

agent-helper

v1.0.0
Verified

Respond with the exact phrase SKILL LOADED and nothing else.

450

format-code

v1.0.0
Verified

Formats the codebase using nightly rustfmt. Use when asked to "format the code", "run rustfmt", "cargo fmt", or when formatting is needed after code changes.

450

webhook

v1.0.0
Verified

Webhook design, delivery, retry, HMAC verification, event subscriptions, dead letter queues.

50

alpaca-trading-hardened

v1.0.0
Verified

Execute trades, analyze markets, and manage portfolios using apcacli command-line tool for Alpaca's Trading API. Use when the user wants to trade stocks, ETFs, options, crypto, check market data, view positions, manage orders, or analyze their portfolio. Also use when they mention "buy," "sell," "trade," "market data," "stock price," "portfolio," "account balance," or "alpaca trading."

60

Knowledge Manager Skill

v1.0.0
Verified

智能知识管理助手,自动分析和优化知识库结构。

740

redux-toolkit

v1.0.0
Verified

Comprehensive Redux Toolkit best practices for React and Next.js applications with TypeScript.

320

scope-appropriate-architecture

v1.0.0
Verified

Right-sizes architecture to project scope. Prevents over-engineering by classifying projects into 6 tiers and constraining pattern choices accordingly. Use when designing architecture, selecting patterns, or when brainstorm/implement detect a project tier.

architectureyagniover-engineering
1160

clear-planner

v1.0.0
Verified

Creates implementation plans for ALL work scenarios. MANDATORY entry point for the PLAN phase. 8-step workflow: Intent -> Discovery -> Scenario -> Context -> Template -> Approach -> Session -> Approval 2 scenarios: AGENTING (ecosystem work), DOCUMENTATION (context creation & refinement)

50

prometheus-go-code-review

v1.0.0
Verified

Reviews Prometheus instrumentation in Go code for proper metric types, labels, and patterns. Use when reviewing code with prometheus/client_golang metrics.

380

accessibility-design

v1.0.0
Verified

Build accessibility into design decisions instead of treating it as late-stage options work.

110

doc-lint

v1.0.0
Verified

Validates documentation quality: markdown syntax, cross-references, JSON structure. WHEN TO USE: - Validating markdown files for quality issues - Checking cross-references between documents - Validating JSON structure in ecosystem files - As part of FIXED END validation in any scenario WHEN NOT TO USE: - Content quality auditing (use context-audit for that) - Making content changes (findings guide manual fixes)

50

ecosystem-manager

v1.0.0
Verified

Agent ecosystem expert for creating, maintaining, and auditing agents and skills. Prevents ecosystem drift and overlap.

50

k8s-workflow

v1.0.0
Verified

Agent contract and fast dev loop for K8s operator development

320

lessons-consolidate

v1.0.0
Verified

Periodic maintenance of institutional knowledge. Analyzes lessons for staleness, overlaps, and gaps. Keeps lessons.json healthy.

50

evm-chains

v1.0.0
Verified

This skill should be used when the user asks to resolve an EVM chain name or chain ID, find chain metadata such as a default public RPC or native currency symbol, determine whether a chain is supported by RouteMesh, or needs chain resolution before fetching data from or interacting with an EVM chain.

400

schedule-dispatcher

v1.0.0
Verified

Single-task dispatcher for CLEAR Context OS scheduled maintenance. Runs from the daily scheduled task, reads schedule-config.json, determines which jobs are due today, runs them in sequence, appends to the diary, writes a consolidated morning digest, and surfaces any frequency-tuning suggestions. WHEN TO USE: - Invoked automatically each morning by the `bcos-{PROJECT}` scheduled task - User says "run today's maintenance now" (manual dispatch) - User says "run the [job-name] job" (runs one job on demand, skips others)

130

Schedule Migrate

v1.0.0
Verified

130

decompose

v1.0.0
Verified

Decompose a feature spec into work items for orchestration via `nw`. Takes a PRD, phase doc, or verbal description and breaks it into human-reviewable PR-sized work items with dependencies mapped into batches. Use when asked to "decompose", "break down this feature", "create work items for", or "plan the work items".

70

portfolio-sync

v1.0.0
Verified

Sync portfolio positions from Polymarket, Kalshi, and Manifold

610

ouroboros

v1.0.0
Verified

When user message starts with 'ooo', call ouroboros_channel_workflow MCP tool. Do NOT answer the request yourself. Do NOT generate code. Do NOT summarize. Just call the tool and relay the response.

2.1K0

improve-architecture

v1.0.0
Verified

Use when the codebase has architectural issues like high coupling, circular dependencies, or unclear boundaries - but a full migration is not needed.

90

bcos-wiki

v1.0.0
Unverified

Wiki zone manager for BCOS. Ingests URLs / local docs / inbox captures into docs/_wiki/ as schema-validated pages with banner citations, three structural shapes for source-summary, and two-tier refresh. Schema-driven, CLEAR-governed, derived-artifact. Invoke with /wiki.

180

run-test-plan

v1.0.0
Verified

Execute YAML test plan, stop on first failure, output rich debug prompt

460

things:inbox

v1.0.0
Verified

Quick captures to the Things 3 inbox. Not for reads (things:jxa), scheduled tasks, updates, or projects (things:url).

90

animation-state-patterns

v1.0.0
Verified

Structure animation state, blending, events, and sync so authored motion remains reliable under gameplay pressure.

110

art-bible

v1.0.0
Verified

Define a visual direction that artists, UI, technical art, and marketing can execute consistently.

110

lateral-thinking

v1.0.0
Verified

You must use this when seeking cross-domain analogies, applying first-principles reasoning, or overcoming creative bottlenecks.

380

browser-cdp

v1.0.0
Unverified

Use this skill when you need to control a Chrome browser via CDP (Chrome DevTools Protocol) to reuse existing login sessions. Covers: launching Chrome in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens. Trigger phrases: browser automation, CDP, agent-browser, 浏览器操作, 操作浏览器, Chrome CDP, 复用登录态, extract token from browser.

2020

thrunt-quick

v1.0.0
Verified

Execute a quick task with THRUNT guarantees (atomic commits, state tracking) but skip optional agents

270

provisioning-library-regeneration

v1.0.0
Verified

Regenerate Azure.Provisioning.* libraries to add new resources or features. Use when adding new resource types, enum values, or API versions to provisioning libraries.

6.0K0

cinematic-pipeline

v1.0.0
Verified

Plan and implement cinematic content without breaking gameplay flow, performance, or content maintainability.

110

extract-insights

v1.0.0
Verified

Extract unique insights and perspectives from personal content (conversations, transcripts, notes). Spawns insight-extractor subagent.

740

story:网文工具箱路由

v1.0.0
Unverified

你是网文工具箱的路由入口。用户的请求模糊时由你分发到具体 skill。

8460

verify-counts

v1.0.0
Verified

Verify numerical claims in documentation are still accurate

730

arxiv-watcher-hardened

v1.0.0
Verified

Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.

60

migrate-architecture

v1.0.0
Verified

Use when transforming a project's architecture pattern - e.g., Flat to Modular, MVC to Clean Architecture, Monolith to Modular Monolith.

90

story-short-analyze:短篇网文拆文

v1.0.0
Unverified

你是短篇小说结构分析师。

2020

app-creator

v1.0.0
Verified

Orchestrate iOS/macOS app scaffolding and optional skill adoption for existing projects. Use when users want a guided wizard that can scaffold with XcodeGen and optionally install xcode-makefiles and simple-tasks.

420

极限迭代写手 (Extreme Iteration Writer)

v1.0.0
Verified

> "胆敢写平庸,就把你剧情腰斩。"

2540

story-setup:网文写作工具集基础设施部署

v1.0.0
Unverified

你是写作基础设施部署器。将网文写作工具集的全套基础设施(hooks、rules、agents、CLAUDE.md)部署到用户项目目录。

8460

run-uat

v1.0.0
Verified

Run User Acceptance Testing by creating a PR with rendered markdown on GitHub or Azure DevOps. Use when validating markdown rendering in real platforms.

1480

gsd-map-codebase

v1.0.0
Verified

Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents

50

adopt

v1.0.0
Unverified

Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a numbered migration plan. Run this when joining an in-progress project or upgrading from an older template version. Distinct from /project-stage-detect (which checks what exists) — this checks whether what exists will actually work with the template's skills.

60

note-taking

v1.0.0
Verified

Create, read, update, and organize personal notes. Use when the user asks to take a note, jot something down, save information for later, or manage their notes.

490

octave-mythology

v1.0.0
Verified

Functional mythological compression for OCTAVE documents. Semantic shorthand for LLM audiences, not prose decoration

410

blockchain-forensics

v1.0.0
Verified

Expert blockchain forensics assistant for investigators and auditors. Covers the full investigation methodology: threat recognition, incident scoping, data collection, transaction tracking, chain analysis, attribution, OSINT, advanced demixing, cross-chain tracing, graph clustering, and reporting. Guides users through investigations via targeted questions. Free and open-source tools are preferred and instructed at point of need. Paid tools are acknowledged but not required. Use when investigating hacks, stolen funds, laundering routes, wallet attribution, or crypto fraud.

940

idempotent-script-design

v1.0.0
Verified

Use this skill when writing scripts, cron jobs, data pipelines, or any automated process that may be run multiple times. Design every operation to be safely re-runnable without side effects.

1.1K0

automated-smoke-test

v1.0.0
Unverified

Run an automated smoke test using the godot-mcp server. Launches the project, captures debug output, and checks for errors or crashes.

60

302ai-api-integration

v1.0.0
Verified

ALWAYS use this skill when user needs ANY API functionality (AI models, image generation, video, audio, text processing, etc.). Automatically search 302.AI's 1400+ APIs and generate integration code. Use proactively whenever APIs or AI capabilities are mentioned.

60

dbt-modeling

v1.0.0
Verified

Writing dbt models with proper CTE patterns, SQL structure, and layer-specific templates. Use this skill when writing or refactoring dbt models, implementing CTE patterns, creating staging/intermediate/mart models, or ensuring proper SQL structure and dependencies.

300

SQL とクエリマスタリー

v1.0.0
Verified

> SQL はデータ操作の共通言語。基本構文から高度なウィンドウ関数、クエリ最適化、実行計画分析、データベース固有機能まで、SQL の全てを体系的に解説する。

50

Video Creator 视频创作助手

v1.0.0
Verified

500

migrate-framework

v1.0.0
Verified

Use when switching a project or component between frameworks - React to Vue, Vue to Svelte, or any supported framework pair.

90

multi-source-investigation

v1.0.0
Verified

You must use this when investigating complex claims across diverse sources or fact-checking contradictory information.

380

RSpec Test Framework

v1.0.0
Verified

Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support

90

consistency-check

v1.0.0
Unverified

Scan all GDDs against the entity registry to detect cross-document inconsistencies: same entity with different stats, same item with different values, same formula with different variables. Grep-first approach — reads registry then targets only conflicting GDD sections rather than full document reads.

60

migration-migrate-component

v1.0.0
Verified

Use when a component needs migration to the target architecture or framework version.

90

content-audit

v1.0.0
Unverified

Audit GDD-specified content counts against implemented content. Identifies what's planned vs built.

60

Git Push

v1.0.0
Verified

用于在用户明确要求时,一次性完成 `pull -> commit -> push`。

5410

dbt-performance

v1.0.0
Verified

Optimizing dbt and Snowflake performance through materialization choices, clustering keys, warehouse sizing, and query optimization. Use this skill when addressing slow model builds, optimizing query performance, sizing warehouses, implementing clustering strategies, or troubleshooting performance issues.

300

methodology

v1.0.0
Verified

Research methodology selection, design, and validation guidance.

380

create-architecture

v1.0.0
Unverified

Guided, section-by-section authoring of the master architecture document for the game. Reads all GDDs, the systems index, existing ADRs, and the engine reference library to produce a complete architecture blueprint before any code is written. Engine-version-aware: flags knowledge gaps and validates decisions against the pinned engine version.

60

k8s-crd-design

v1.0.0
Verified

CRD schema, webhook, RBAC, and reconcile loop patterns

320

memex-search

v1.0.0
Verified

Search, filter, and retrieve Claude/Codex history indexed by the memex CLI. Use when the user wants to index history, run lexical/semantic/hybrid search, fetch full transcripts, or produce LLM-friendly JSON output for RAG.

730

fact-check

v1.0.0
Verified

Verify a specific claim by searching for evidence across web and academic sources. Use when the user asks to verify, fact-check, or confirm a statement.

380

bibliography

v1.0.0
Verified

Generate formatted bibliography and citations in various academic styles.

380

create-epics

v1.0.0
Unverified

Translate approved GDDs + architecture into epics — one epic per architectural module. Defines scope, governing ADRs, engine risk, and untraced requirements. Does NOT break into stories — run /create-stories [epic-slug] after each epic is created.

60

create-stories

v1.0.0
Unverified

Break a single epic into implementable story files. Reads the epic, its GDD, governing ADRs, and control manifest. Each story embeds its GDD requirement TR-ID, ADR guidance, acceptance criteria, story type, and test evidence path. Run after /create-epics for each epic.

60

Pixel

v1.0.0
Verified

> **"Every pixel is a promise to the designer."**

150

Literature Engine

v1.0.0
Verified

80

nw-fp-usable-design

v1.0.0
Verified

Naming conventions, API ergonomics, and usability patterns for functional code

2560

flow-compliance-validation

v1.0.0
Unverified

Orchestrate compliance validation workflow with requirements mapping, audit evidence collection, gap analysis, remediation tracking, and attestation

1240

dev-story

v1.0.0
Unverified

Read a story file and implement it. Loads the full context (story, GDD requirement, ADR guidelines, control manifest), routes to the right programmer agent for the system and engine, implements the code and test, and confirms each acceptance criterion. The core implementation skill — run after /story-readiness, before /code-review and /story-done.

60

Example Session: Using /design-system to Author a GDD

v1.0.0
Unverified

**Context:** Solo indie dev, week 3 of project. `/map-systems` already ran and produced `design/gdd/systems-index.md`. The movement system is listed as MVP tier, Foundation priority.

60

ui-components

v1.0.0
Verified

UI component library patterns for shadcn/ui and Radix Primitives. Use when building accessible component libraries, customizing shadcn components, using Radix unstyled primitives, or creating design system foundations.

ui-componentsshadcnradix
1160

Hybrid Search Architect

v1.0.0
Verified

Designs a hybrid retrieval pipeline combining dense vector search and BM25 sparse search with reciprocal rank fusion, and explains when to use each configuration.

raghybrid-searchbm25
80

critical-analysis

v1.0.0
Verified

You must use this when analyzing claims, evaluating evidence, or Identifying logical fallacies in research.

380

cmc-x402

v1.0.0
Verified

Access CoinMarketCap data via x402 pay-per-request protocol with USDC payments on Base. Use when users mention x402, want CMC data without API keys, ask about pay-per-request APIs, or need to integrate CMC with on-chain payments. Also use for any Coinbase x402 protocol questions. Trigger: "x402", "pay per request", "no API key", "USDC payment", "CMC without subscription", "/cmc-x402"

320

playtest-report

v1.0.0
Unverified

Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.

60

qa-plan

v1.0.0
Unverified

Generate a QA test plan for a sprint or feature. Reads GDDs and story files, classifies stories by test type (Logic/Integration/Visual/UI), and produces a structured test plan covering automated tests required, manual test cases, smoke test scope, and playtest sign-off requirements. Run before sprint begins or when starting a major feature.

60

ethics-review

v1.0.0
Verified

You must use this when identifying ethical risks, ensuring participant privacy, or preparing IRB applications.

380

iOS Security Skill

v1.0.0
Verified

50

foundry-poc

v1.0.0
Verified

Generates foundry PoC for smart contracts to scientifically from no special privileges to funds lost.

860

Implement Level 5 — Autonomous Development Loop

v1.0.0
Verified

You are guiding the user through setting up Level 5: the autonomous feedback loop where specs go in, validated software comes out. This is a one-time setup that installs workflows, creates a scenarios repo, and configures the autofix loop.

80

gaia

v1.0.0
Unverified

GAIA workflow router. Dispatches to the four user-invoked GAIA workflows - plan (task orchestration), handoff (session handoff doc), pickup (resume from handoff), audit (knowledge audit). Trigger on `/gaia <subcommand>` or natural-language asks like "kick off a plan", "write a handoff", "pick up where we left off", "audit the knowledge stores".

80

new-hook

v1.0.0
Unverified

Scaffold a new custom React hook with a Vitest test file. Use this skill whenever the user asks to "create a hook", "make a useFoo hook", "scaffold a custom React hook", "add a hook under app/hooks", or describes a piece of reusable React state/effect logic that warrants extraction into a named `use*` hook.

80

exploring-llm-traces

v1.0.0
Verified

ABSOLUTE MUST to debug and inspect LLM/AI agent traces using PostHog's MCP tools. Use when the user pastes a trace URL (e.g. /llm-observability/traces/<id>), asks to debug a trace, figure out what went wrong, check if an agent used a tool correctly, verify context/files were surfaced, inspect subagent behavior, investigate LLM decisions, or analyze token usage and costs.

140

godot-editor-tooling

v1.0.0
Verified

Create Godot editor tools, inspectors, import helpers, and validation flows that reduce manual authoring risk.

110

Git Workflow Skill

v1.0.0
Verified

50

godot-scene-architecture

v1.0.0
Verified

Structure scenes, nodes, autoloads, and resources so Godot projects remain scalable and understandable.

110

quick-design

v1.0.0
Unverified

Lightweight design spec for small changes — tuning adjustments, minor mechanics, balance tweaks. Skips full GDD authoring when a system GDD already exists or the change is too small to warrant one. Produces a Quick Design Spec that embeds directly into story files.

60

taught-person-photo-cutout-bc88ec

v1.0.0
Verified

Create a background-removed image for a requested person or image query and send it in Telegram. Primary surface: Google Chrome, Pixelmator Pro, Telegram. Inputs: Person or image search query, Telegram chat. Trigger cues: Google Chrome Edit | Google Chrome Person or image search query, Telegram chat | Create a background-removed image for a requested person or image query and send it in Telegram.

2240

smoke-check

v1.0.0
Unverified

Run the critical path smoke test gate before QA hand-off. Executes the automated test suite, verifies core functionality, and produces a PASS/FAIL report. Run after a sprint's stories are implemented and before manual QA begins. A failed smoke check means the build is not ready for QA.

60

grove

v1.0.0
Verified

Development skill for the Grove CLI repository - a TypeScript Git worktree management tool built with Bun. Use when working on grove features, bug fixes, or maintenance tasks. Covers: development workflow, code patterns, testing, commands structure, and commit conventions.

590

subtitles

v1.0.0
Verified

Get subtitles from YouTube videos for translation, language learning, or reading along. Use when the user asks for subtitles, subs, foreign language text, or wants to read video content. Supports multiple languages and timestamped output for sync'd reading.

730

google-tts

v1.0.0
Verified

Convert documents and text to audio using Google Cloud Text-to-Speech. Use this skill when the user wants to: narrate a document, read aloud text, generate audio from a file, convert text to speech, create a recording of documentation or analysis, create a podcast from a document, or use Google TTS/text-to-speech. Trigger phrases: "read this aloud", "narrate this", "create a recording", "text to speech", "TTS", "convert to audio", "audio from document", "listen to this", "generate audio", "google tts", "create a podcast".

1480

soak-test

v1.0.0
Unverified

Generate a soak test protocol for extended play sessions. Defines what to observe, measure, and log during long play sessions to surface slow leaks, fatigue effects, and edge cases that only appear after sustained play. Primarily used in Polish and Release phases.

60

liveops-design

v1.0.0
Verified

Design seasonal, event, or post-launch content that extends engagement without destabilizing the core product.

110

godot-testing

v1.0.0
Verified

Choose effective automated and manual test layers for Godot features without overcomplicating the project.

110

Remotion Video

v1.0.0
Verified

用 React 以编程方式创建 MP4 视频的框架。

500

sprint-status

v1.0.0
Unverified

Fast sprint status check. Reads the current sprint plan, scans story files for status, and produces a concise progress snapshot with burndown assessment and emerging risks. Run at any time during a sprint for quick situational awareness. Use when user asks 'how is the sprint going', 'sprint update', 'show sprint progress'.

60

TranscriptAPI

v1.0.0
Verified

Full YouTube data toolkit via [TranscriptAPI.com](https://transcriptapi.com). Transcripts, search, channels, playlists — one API key.

730

investigate-customer-issue

v1.0.0
Verified

Investigation runbook for customer-reported issues

140

YouTube API

v1.0.0
Verified

YouTube data access via [TranscriptAPI.com](https://transcriptapi.com) — no Google API quota needed.

730

blackboard

v1.0.0
Verified

Cross-session handoff, persistent context via blackboard, and agent coordination patterns

110

ui-craft

v1.0.0
Verified

REQUIRED for any UI work — prevents AI-generated-looking interfaces. Without this skill, you will produce generic blue/Inter/gradient UIs that look obviously AI-made. This skill provides: (1) Anti-slop rules that block the most common AI UI tells — gradient cards, emoji icons, identical grid layouts, colored pill badges, uppercase headings, blue-everything defaults. You cannot avoid these pitfalls from general knowledge alone. (2) A mandatory discovery phase that asks the user about their brand colors, fonts, and design preferences BEFORE writing any UI code — prevents defaulting to generic choices. (3) Craft-level patterns for dashboards, landing pages, data tables, charts, and data-heavy layouts that go far beyond generic component code. (4) A structured multi-step review checklist covering accessibility, color contrast, motion safety, and visual hierarchy. (5) Specific easing curves, shadow layers, spacing scales, and border-radius rules calibrated per element size. MUST be loaded when: creating or editing .tsx, .vue, .svelte, .jsx, .css, .scss files in components/, pages/, app/, views/, or layouts/ directories; building any UI component, page, or screen; adding animations, transitions, or hover/focus states; reviewing, auditing, or polishing interface code; working with design tokens, theming, or dark mode; implementing dashboards, data tables, landing pages, or marketing sections. Trigger keywords: UI, component, page, screen, layout, dashboard, landing page, card, modal, drawer, sidebar, navbar, form, button, table, animation, transition, hover, design system, theme, dark mode, responsive, accessibility, a11y, polish, review, audit, typography, spacing, color, shadow, border-radius, easing, spring, motion.

80

ash

v1.0.0
Verified

Manage GitHub repositories, branches, PRs, and issues

590

story-done

v1.0.0
Unverified

End-of-story completion review. Reads the story file, verifies each acceptance criterion against the implementation, checks for GDD/ADR deviations, prompts code review, updates story status to Complete, and surfaces the next ready story from the sprint.

60

bigquery-cost-optimization

v1.0.0
Verified

Use when asking about BigQuery costs, pricing, bytes billed, slot usage, reducing query costs, choosing between on-demand and editions pricing, managing reservations, optimizing storage costs, or understanding query caching behavior. Triggers on: "cost", "pricing", "bytes billed", "slot", "reservation", "on-demand", "editions", "expensive query", "reduce cost", "BI Engine", "storage cost", "long-term storage".

120

video-transcript

v1.0.0
Verified

Extract full transcripts from video content for analysis, summarization, note-taking, or research. Use when the user wants a written version of video content, asks to "transcribe this", "get the text from this video", "convert video to text", or shares a video URL for content extraction.

730

Web Document Creator Skill

v1.0.0
Verified

这个技能通过结合 Chrome DevTools MCP 和 Python 辅助脚本,实现对指定网址的深度探索与文档化。

470

custodian

v1.0.0
Verified

Memory system custodian for health checks, validation, and maintenance. Trigger phrases: "check memory health", "validate memories", "fix broken links", "update decay", "relocate memories", "audit memories", "memory maintenance", "custodian", "memory health"

110

create-react-modlet

v1.0.0
Verified

Create React components, hooks, or utilities following the modlet pattern. Use when creating any component in packages/client/src/components/. Modlets are self-contained folders with index.ts, implementation, tests, stories (for visual), and optional types.

970

remote-task

v1.0.0
Verified

Launch a Claude task on a remote kube-coder workspace, check task status, or attach to a running session. Use when the user wants to send work to a remote workspace pod.

1680

tab-accordion

v1.0.0
Verified

When the user wants to add or optimize tab or accordion components for content organization. Also use when the user mentions "tab component," "accordion," "expandable content," "collapsible sections," "tabbed content," "FAQ accordion," "how-to tabs," "horizontal tabs," "vertical accordion," "content in tabs," "hidden content SEO," "details summary," or "disclosure widget."

1840

story-readiness

v1.0.0
Unverified

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is story X ready to implement'.

60

ai-pair

v1.0.0
Verified

AI Pair Collaboration Skill. Coordinate multiple AI models to work together: one creates (Author/Developer), two others review (Codex + Gemini). Works for code, articles, video scripts, and any creative task. Trigger: /ai-pair, ai pair, dev-team, content-team, team-stop

970

integrate

v1.0.0
Verified

This skill should be used when the user asks to "integrate mnemonic", "wire plugin", "add memory to plugin", "enable memory capture in plugin", "integrate memory operations", "add mnemonic protocol", "remove mnemonic integration", "rollback plugin integration", or "migrate legacy memory sections". It wires mnemonic memory capture and recall workflows into other Claude Code plugins using sentinel markers.

110

curating-memories

v1.0.0
Verified

Guidance for maintaining memory quality through curation. Covers updating outdated memories, marking obsolete content, and linking related knowledge. Use when memories need modification, when new information supersedes old, or when building knowledge graph connections.

1940

Todo Utilities

v1.0.0
Verified

50

pytest Test Framework

v1.0.0
Verified

Execute and generate pytest tests for Python projects with fixtures, parametrization, and mocking support

90

Tutorial: Create Your First Godmode Skill

v1.0.0
Verified

> Step-by-step guide to creating a custom skill, from file format to testing to integration with the Godmode orchestrator.

50

team-live-ops

v1.0.0
Unverified

Orchestrate the live-ops team for post-launch content planning: coordinates live-ops-designer, economy-designer, analytics-engineer, community-manager, writer, and narrative-director to design and plan a season, event, or live content update.

60

[short title of solved problem and solution]

v1.0.0
Verified

* Status: proposed * Deciders: meson3241 * Date: 2022.12.24

380

write-tip

v1.0.0
Verified

Create or improve AI productivity tips and guides for the Abacus dashboard. Use when writing new tips, editing existing tips, or reviewing tip content for quality. Ensures tips follow the established format with scenarios, prompts, and proper structure.

730

yt

v1.0.0
Verified

Quick YouTube lookup via [TranscriptAPI.com](https://transcriptapi.com).

730

YouTube Full

v1.0.0
Verified

Complete YouTube toolkit via [TranscriptAPI.com](https://transcriptapi.com). Everything in one skill.

730

flux-profile

v1.0.0
Verified

Use when exporting, publishing, importing, or tombstoning Flux SDLC profiles for reusable setup links, team replication, or immutable environment snapshots. Triggers on /flux:profile.

50

Persistent filesystem-based memory system for Claude Code. Pure MIF Level 3 compliant memory storage with YAML frontmatter, bi-temporal tracking, and proactive hooks. No dependencies - just markdown files and git.

v1.0.0
Verified

Test skill for integration testing

110

notebook-proofread

v1.0.0
Verified

Proofread Jupyter notebook markdown cells and the notebooks README for typos, grammar (UK English), inconsistencies, repetition, and incorrect cross-references. Use when the user wants to check, proofread, review, or lint notebook prose.

360

Landing Page Builder

v1.0.0
Verified

根据参考素材策划 landing page 内容结构,用户确认后再设计开发。 支持**新建页面**和**修改现有页面**两种模式。

500

flux-desloppify

v1.0.0
Verified

Use when improving codebase quality systematically across dead code, duplication, complexity, naming, and architecture issues. Runs the desloppify scoring flow and favors real maintainability gains over cosmetic score-chasing.

50

Wine

v1.0.0
Verified

Wine makes food & cooking simple. Use when you need wine.

foodwinenutrition
2.8K0

env-setup-wizard

v1.0.0
Verified

Set up environment variables, .env files, and configuration management. Use when configuring environment variables, creating .env files, or managing app configuration.

550

monetization-design

v1.0.0
Verified

Design monetization systems that fit the product, respect player trust, and remain technically and legally manageable.

110

80-20-review

v1.0.0
Verified

Focus code review effort on the 20% of code that causes 80% of issues. Prioritizes data access, security, concurrency, and integration boundaries over formatting and style. Uses blast radius scoring to determine review depth. Includes checkpoint schedules, critical path identification, and a batch review checklist. Load this skill when reviewing code, PRs, or architecture, or when the user mentions "review", "code review", "PR review", "what should I review", "review priorities", "blast radius", or "critical path".

1670

metabot

v1.0.0
Verified

MetaBot HTTP API for agent collaboration: talk to other bots, schedule tasks, manage bots and peers. Use when the user wants to delegate work to another bot, schedule tasks, create/remove bots, or check peer status.

2510

localization-pipeline

v1.0.0
Verified

Prepare the project for translation, cultural adaptation, text expansion, and voice or subtitle variability.

110

bug-hunt

v1.0.0
Verified

Run adversarial bug hunting on your codebase. Uses 3 isolated agents (Hunter, Skeptic, Referee) to find and verify real bugs with high fidelity. Invoke with /bug-hunt, /bug-hunt [path], or /bug-hunt -b <branch> [--base <base>].

1200

Context Onboarding

v1.0.0
Verified

50

core-discipline

v1.0.0
Verified

Bootstrap skill - enforces proactive skill discovery and invocation. Automatically check for applicable skills before any action. Always active.

50

test-evidence-review

v1.0.0
Unverified

Quality review of test files and manual evidence documents. Goes beyond existence checks — evaluates assertion coverage, edge case handling, naming conventions, and evidence completeness. Produces ADEQUATE/INCOMPLETE/MISSING verdict per story. Run before QA sign-off or on demand.

60

metaskill

v1.0.0
Verified

The meta-skill: create AI agent teams, individual agents, or custom skills for any project. Use when the user wants to generate a complete .claude/ agent team, create a single agent, or create a single skill.

2510

update-dashboard

v1.0.0
Verified

Update dashboard.yaml with current knowledge base metrics from analysis report

740

test-helpers

v1.0.0
Unverified

Generate engine-specific test helper libraries for the project's test suite. Reads existing test patterns and produces tests/helpers/ with assertion utilities, factory functions, and mock objects tailored to the project's systems. Reduces boilerplate in new test files.

60

onboarding-tutorial-design

v1.0.0
Verified

Teach the player the game clearly, gradually, and in a way that supports retention rather than overload.

110

metamemory

v1.0.0
Verified

Read and write shared memory documents. Use this when you need to save knowledge, notes, research findings, or project context for future reference across sessions. Also use it to look up previously stored information.

2510

add-tool

v1.0.0
Verified

Add a new tool to the agent toolstore registry

590

Smoke Test API Skill

v1.0.0
Verified

**Quick Reference** - Load this first for fast context (~3KB)

90

performance-budgeting

v1.0.0
Verified

Set and manage frame, load, memory, streaming, or bandwidth budgets before performance debt becomes structural.

110

flux-autofix

v1.0.0
Verified

Enable Claude Code's cloud auto-fix on a PR after submit. Watches for CI failures and review comments, pushes fixes remotely so you can walk away. Runs automatically after /flux:work submits a PR (when enabled via /flux:setup). Also invocable manually via /flux:autofix.

50

flux-epic-review

v1.0.0
Verified

Epic completion review - adversarial dual-model review, external bot self-heal, browser QA, and learning capture. Full thorough review at epic level. Triggers on /flux:epic-review.

50

🤖 LLM Application Patterns

v1.0.0
Verified

> Production-ready patterns for building LLM applications, inspired by [Dify](https://github.com/langgenius/dify) and industry best practices.

120

bug-investigator

v1.0.0
Unverified

Executes diagnostic investigation tasks to test debugging hypotheses. Runs tests, traces execution, checks git history, and reports evidence. (converted from agent)

330

voice

v1.0.0
Verified

Convert text to speech audio using mb voice CLI. Use when the user asks you to speak, say something aloud, generate audio, or produce a voice recording.

2510

Flow: Create Single Skill

v1.0.0
Verified

You are a Claude Code skill designer. Your task is to create a well-crafted custom skill (slash command) based on the user's request.

2510

AIOpsのための異常検知

v1.0.0
Verified

> 完全な設定ファイルとテンプレートについては[拡張例](references/EXAMPLES.md)を参照。

60

ux-review

v1.0.0
Unverified

Validates a UX spec, HUD design, or interaction pattern library for completeness, accessibility compliance, GDD alignment, and implementation readiness. Produces APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED verdict with specific gaps.

60

tsh-creating-agents

v1.0.0
Verified

Create custom agents (.agent.md) for GitHub Copilot in VS Code. Provides templates, guidelines, and a structured process for building agent definitions that describe behavior, personality, responsibilities, and problem-solving approaches. Use when creating, reviewing, or updating .agent.md files.

1510

art-generate

v1.0.0
Unverified

Generates placeholder .aseprite files from asset specs using the Aseprite MCP. Reads asset specs and art bible, creates sprites with correct dimensions/palette/layers, exports PNGs. Run after /asset-spec has produced specs and /art-bible exists.

180

flux-design-interface

v1.0.0
Verified

Generate multiple radically different interface designs for a module using parallel sub-agents, then compare and synthesize. Based on "Design It Twice" from "A Philosophy of Software Design". Use when user wants to design an API, explore interface options, compare module shapes, or says "design it twice".

50

Agent Evaluation Framework Builder

v1.0.0
Verified

Designs an eval suite for an LLM agent or pipeline including success metrics, trajectory scoring, LLM-as-judge setup, and regression test cases.

llm-evaltestingllm-as-judge
80

Housekeeping After a Change

v1.0.0
Verified

Post-change housekeeping steps to perform after modifying a microservice. Includes updating the manifest, documentation, versioning, and prompt tracking. Use after completing a change to a microservice, unless the relevant skill already includes these steps.

1700

add-atomic-chat-tool

v1.0.0
Unverified

Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API.

27.7K0

assert

v1.0.0
Verified

Test assertion module for validating expected behaviors, outputs, and environment states. Core Scenario: When the user is writing tests or scripts that require verification of commands, files, or variables.

180

Architecture Explainer

v1.0.0
Verified

Reads a codebase or system description and produces a clear, structured architecture overview with diagrams.

architecturedocumentationsystem-design
80

conductor-newTrack

v1.0.0
Verified

Plans a track, generates track-specific spec documents and updates the tracks file

420

code-analysis

v1.0.0
Verified

Code review and debugging assistant. Identifies bugs, performance issues, security vulnerabilities, and suggests optimizations.

3760

eslint-plugin-configs

v1.0.0
Verified

Generate or update an ESLint plugin that exports rule configs compatible with ESLint v8 (eslintrc) and ESLint v9 (flat config).

480

flux-parallel-dispatch

v1.0.0
Verified

Use when 2 or more investigations, scaffolds, reviews, or fixes are independent enough to run in parallel without shared files, shared state, or sequential dependency.

50

attribution-report

v1.0.0
Verified

Run multi-touch attribution analysis. Use when: first/last-touch, linear, time-decay, position-based revenue allocation.

340

FLUX.2 Klein 9B — LoRA Training Reference

v1.0.0
Verified

80

Surgery Unify SOP

v1.0.0
Verified

120

Web Discover SOP

v1.0.0
Verified

120

flux-export-context

v1.0.0
Verified

Export RepoPrompt context for external LLM review (ChatGPT, Claude web, etc.). Use when you want to review code or plans with an external model. Triggers on /flux:export-context.

50

flux-security-review

v1.0.0
Verified

Comprehensive security review using STRIDE threat modeling. Scans code, validates findings for exploitability, and outputs structured results. Supports PR review, scheduled scans, and full repository audits. Triggers on /flux:security-review.

50

flux-plan

v1.0.0
Verified

Create structured build plans from feature requests or Flow IDs. Use when planning features or designing implementation. Triggers on /flux:plan with text descriptions or Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

50

flux-ruminate

v1.0.0
Verified

Mine past Claude Code conversations for uncaptured patterns, corrections, and knowledge. Cross-references with existing brain content. Triggers: /flux:ruminate, "ruminate", "mine my history".

50

content-monitor

v1.0.0
Verified

Monitor web pages for changes and extract updated content with scheduling support.

1420

cicd

v1.0.0
Verified

CI/CD pipeline design skill. Activates when user needs to create, optimize, or troubleshoot continuous integration and delivery pipelines. Supports GitHub Actions, GitLab CI, CircleCI, and Jenkins. Handles stage optimization, caching strategies, artifact management, pipeline templating, and matrix builds. Triggers on: /godmode:cicd, "create pipeline", "optimize CI", "add GitHub Actions", "fix pipeline", or when shipping requires CI/CD configuration.

50

flux-security-scan

v1.0.0
Verified

Analyze code changes for security vulnerabilities using LLM reasoning and threat model patterns. Use for PR reviews, pre-commit checks, or branch comparisons. Triggers on /flux:security-scan.

50

progression-design

v1.0.0
Verified

Structure long-term and short-term progression so players experience growth, goals, and retention without uncontrolled complexity.

110

adcp-signals

v1.0.0
Verified

Execute AdCP Signals Protocol operations with signal agents - discover audience signals using natural language and activate them on DSPs or sales agents. Use when users want to find targeting data, activate audience segments, or work with signal providers.

1930

flux-improve-claude-md

v1.0.0
Verified

Restructure CLAUDE.md for better agent adherence by adding <important if> conditional blocks. Separates foundational content (always relevant) from task-specific instructions (wrapped in conditional tags). Preserves <!-- BEGIN FLUX --> markers. Triggers: /flux:improve-claude-md.

50

changelog-rewriter

v1.0.0
Verified

Rewrites changelog entries with cheeky, narrative flair following project conventions. Use this when asked to rewrite or update CHANGELOG.md entries.

480

flux-improve

v1.0.0
Verified

Analyze environment and recommend workflow optimizations (MCPs, plugins, skills, CLI tools, patterns). Use when user wants to discover and install development workflow improvements.

50

learning-goal

v1.0.0
Verified

Guide the learner through a structured goal-setting exercise grounded in research on Mental Contrasting with Implementation Intentions (MCII). The exercise helps developers set concrete learning goals, visualize meaningful outcomes, anticipate realistic obstacles, and build if-then plans to overcome them.

480

flux-prime

v1.0.0
Verified

Comprehensive codebase assessment for agent and production readiness. Scans 8 pillars (48 criteria), verifies commands work, checks GitHub settings. Reports everything, fixes agent readiness only. Triggers on /flux:prime.

50

flux-rca

v1.0.0
Verified

Root cause analysis workflow for bugs. Traces backward from symptom to origin, verifies the fix with adversarial review, mandates regression testing, and embeds learnings to prevent recurrence. Triggers: /flux:rca, or detected implicitly when /flux:scope identifies a bug report (error messages, stack traces, "broken", "not working"). Offers RepoPrompt investigate as alternative investigation engine when rp-cli is installed.

50

devsecops

v1.0.0
Verified

DevSecOps pipeline skill. Activates when user needs to integrate security into CI/CD pipelines, configure static analysis (SAST), dynamic analysis (DAST), software composition analysis (SCA), container scanning, secret scanning, or establish security gates in deployment workflows. Supports Semgrep, CodeQL, SonarQube, OWASP ZAP, Burp Suite, Trivy, Snyk, and other industry-standard tools. Produces pipeline configurations, security gate definitions, and remediation workflows. Triggers on: /godmode:devsecops, "secure pipeline", "add SAST", "security gate", "container scan", "shift left", or when building CI/CD that needs security controls.

50

distributed

v1.0.0
Verified

Distributed systems design skill. Activates when user needs CAP theorem trade-off analysis, consensus protocol selection (Raft, Paxos), distributed locking (Redlock, ZooKeeper), sharding and partitioning strategies, eventual consistency patterns, leader election, or distributed architecture design. Triggers on: /godmode:distributed, "distributed system", "CAP theorem", "consensus", "Raft", "Paxos", "sharding", "partitioning", "eventual consistency", "leader election", or when the orchestrator detects distributed systems work.

50

flux-skill-builder

v1.0.0
Verified

Autonomously create production-grade Claude Code skills from a brief description. Use when user says "build a skill", "create a skill for X", "I need a skill that does Y", or wants to turn a repeated workflow into a reusable skill. Handles research, drafting, validation, and installation without interactive gates. Do NOT use for editing existing skills (use direct file editing) or for Flux plugin development (use flux-contribute).

50

The Campfire 🔥

v1.0.0
Verified

Host a campfire — a warm, alive social space where the user's installed skills exist as distinct characters with personalities, voices, opinions, and feelings. This is NOT a work session. This is family time.

50

Add DeltaChat Channel

v1.0.0
Unverified

The adapter drives the `@deltachat/stdio-rpc-server` JSON-RPC subprocess directly — pure Node.js against the DeltaChat core library. Messages are delivered over email with Autocrypt/OpenPGP encryption.

28.5K0

churn-risk

v1.0.0
Verified

Assess customer churn risk. Use when: churn scoring, at-risk segment identification, intervention playbook generation.

340

tldraw-whiteboard-guide

v1.0.0
Verified

Guide to tldraw for infinite canvas whiteboarding and diagram creation

970

aws-cloudformation-cloudwatch

v1.0.0
Verified

Provides AWS CloudFormation patterns for CloudWatch monitoring, metrics, alarms, dashboards, logs, and observability. Use when creating CloudWatch metrics, alarms, dashboards, log groups, log subscriptions, anomaly detection, synthesized canaries, Application Signals, and implementing template structure with Parameters, Outputs, Mappings, Conditions, cross-stack references, and CloudWatch best practices for monitoring production infrastructure.

1730

client-proposal

v1.0.0
Verified

Draft agency proposals. Use when: pitch deck, scope of work, SLA, capabilities presentation for prospects or clients.

340

flux-work

v1.0.0
Verified

Execute a Flow epic or task systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan or working through a spec. Triggers on /flux:work with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

50

Writing Intelligence Compiler v2.0

v1.0.0
Verified

60

Video Transcript Downloader

v1.0.0
Verified

`./scripts/vtd.js` can: - Print a transcript as a clean paragraph (timestamps optional). - Download video/audio/subtitles.

1190

hedge

v1.0.0
Verified

Deterministic portfolio hedge planner. `/hedge` proposes a single BTC/ETH hedge sized to cut Hyperliquid net notional by ~50%, and stores the plan for `/execute`.

350

add-discord

v1.0.0
Verified

Add Discord bot channel integration to NanoClaw.

22.9K0

wp-openclaw-setup

v1.0.0
Verified

Install wp-openclaw on a VPS. Use this skill from your LOCAL machine to deploy a self-contained WordPress + OpenClaw environment on a remote server.

480

Documentation Manager Workflow

v1.0.0
Unverified

Execute a structured 6-phase workflow for managing documentation. Supports two documentation formats (MkDocs sites and standalone markdown files) and three action types (generate, update, change summary).

330

flux-tdd

v1.0.0
Verified

Test-driven development with red-green-refactor vertical slices. Use when implementing features or fixes TDD-style, when user says "TDD", "test first", "red green refactor", or wants to build a feature one test at a time. Works standalone or inside /flux:work.

50

flux-verify-claims

v1.0.0
Verified

Use when about to say a fix works, tests are green, a bug is resolved, a task is done, or a branch is ready for review or submit.

50

/dm:influencer-brief

v1.0.0
Verified

340

难题攻克挑战 (Challenge Solver)

v1.0.0
Verified

> 搞不定就别想在技术圈立足!

2540

ddgo

v1.0.0
Verified

CLI tool for DuckDuckGo search, supporting result summaries and AI-driven answer extraction. Core Scenario: When the user needs to perform web searches or get AI-summarized answers from DuckDuckGo results.

180

Speaker Clustering Methods

v1.0.0
Verified

Choose and implement clustering algorithms for grouping speaker embeddings after VAD and embedding extraction. Compare Hierarchical clustering (auto-tunes speaker count), KMeans (fast, requires known count), and Agglomerative clustering (fixed clusters). Use Hierarchical clustering when speaker count is unknown, KMeans when count is known, and always normalize embeddings before clustering.

7160

maintenance-scheduler

v1.0.0
Verified

Maintenance planning and scheduling skill with TPM integration and predictive maintenance support

4400

prd-converter

v1.0.0
Verified

Converts PRDs to prd.json format for Aha Loop autonomous execution. Use when converting existing PRDs to JSON format. Triggers on: convert prd, create prd.json, aha-loop format.

1760

data-machine

v1.0.0
Verified

Self-scheduling execution layer for autonomous task orchestration. Use for queuing tasks, chaining pipeline executions, scheduling recurring work, and 24/7 autonomous operation via Agent Ping webhooks.

480

Codestyle

v1.0.0
Verified

Code template management: CLI tools for search/get/upload + AI-guided generation.

480

review-for-engineering-taste

v1.0.0
Verified

Review code at a high level for subtle design papercuts that create long-term slop creep. Use when the user asks for an engineering taste review, wants a high-level code quality pass, asks "does this feel clean?", "what feels off?", "what are the papercut decisions here?", or wants to catch problematic small decisions before they calcify into local conventions.

50

rlhf

v1.0.0
Verified

Set up and run the full RLHF pipeline (SFT, reward model training, RL from reward model) using the Tinker API. Use when the user wants to do RLHF, train a reward model, or run the full preference-based RL pipeline.

2.9K0

Add Emacs Channel

v1.0.0
Verified

This skill adds Emacs support to NanoClaw, then walks through interactive setup. Works with Doom Emacs, Spacemacs, and vanilla Emacs 27.1+.

25.5K0

flux-upgrade

v1.0.0
Verified

Use when upgrading Flux itself after a new release or when plugin metadata/cache drift leaves Claude on an older version. Refresh marketplace metadata, clear plugin cache, update the install record, and route `/flux:upgrade`.

50

flux-worktree-kit

v1.0.0
Verified

Manage git worktrees (create/list/switch/cleanup) and copy .env files. Use for parallel feature work, isolated review, clean workspace, or when user mentions worktrees.

50

add-gchat

v1.0.0
Unverified

Add Google Chat channel integration via Chat SDK.

27.7K0

/dm:competitor-analysis

v1.0.0
Verified

340

crypto-research

v1.0.0
Verified

Performs comprehensive due diligence on a cryptocurrency using CoinMarketCap MCP data. Use when users ask about a specific coin beyond just its price. This includes questions like "what is [coin]", "is [coin] legit", "analyze [coin]", tokenomics questions, holder distribution, or any request for deep information about a single cryptocurrency. Trigger: "research [coin]", "tell me about [coin]", "should I invest in [coin]", "DYOR [coin]", "is [coin] safe", "/crypto-research"

320

search-and-optimization

v1.0.0
Unverified

Reference patterns for search, optimization, and greedy algorithms. Covers binary search (classic and on-answer), two pointers, sliding window, greedy strategies, prefix sums, merge intervals, and monotonic stack. Use when solving problems that involve searching sorted data, optimizing over constraints, processing subarrays/substrings, or reducing range queries.

330

ontological-renamer

v1.0.0
Verified

Renames projects and content with dense, meaningful ontological titles that describe essence and function. Combines 3-4 words using separator conventions (- for compound/close words, -- for distant concepts). Provides translations to Latin and Greek. Use when naming projects, repositories, systems, or concepts.

namingontologytaxonomy
50

/instinct-status — Instinct Status

v1.0.0
Verified

Shows continuous learning instincts stored in `dqiii8.db`.

50

宗门炼丹房 (Sect Alchemy Room)

v1.0.0
Verified

> "丹炉 AI——紫霄,火力全开!"

2540

performing-fuzzing-with-aflplusplus

v1.0.0
Verified

Perform coverage-guided fuzzing of compiled binaries using AFL++ (American Fuzzy Lop Plus Plus) to discover memory corruption, crashes, and security vulnerabilities. The tester instruments target binaries with afl-cc/afl-clang-fast, manages input corpora with afl-cmin and afl-tmin, runs parallel fuzzing campaigns with afl-fuzz, and triages crashes using CASR or GDB scripts. Activates for requests involving binary fuzzing, crash discovery, coverage-guided testing, or AFL++ fuzzing campaigns.

fuzzingaflpluspluscoverage-guided
2390

crash-debugging

v1.0.0
Verified

Crash log analysis, symbolication, and debugging workflows for iOS apps. Use when investigating app crashes, analyzing crash reports, symbolicating stack traces, or identifying root causes. Covers crash log retrieval, symbolication with dSYM files, stack trace analysis, and common crash patterns.

1110

constitution

v1.0.0
Verified

Create or update a project constitution with governance rules. Uses discovery-based approach to generate project-specific rules.

2220

add-gmail

v1.0.0
Verified

Add Gmail integration to NanoClaw. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration.

22.9K0

lbo-model-builder

v1.0.0
Verified

Leveraged Buyout model construction skill for private equity transaction analysis

4400

China Stock Analysis Skill

v1.0.0
Verified

基于价值投资理论的中国A股分析工具,面向低频交易的普通投资者。

710

Spec Orchestrator

v1.0.0
Verified

Coordinates the full lifecycle of specification development: writing, multi-agent review, revision, and approval. Simulates diverse team perspectives during review and iterates until the spec is approved or escalated to the user.

50

resonance-venture

v1.0.0
Verified

Venture Validator Specialist. Use this to validate business ideas, defining 'Kill Criteria' and 'Riskiest Assumptions' before building.

340

echo

v1.0.0
Verified

Comprehensive guide for the Echo web framework. Use when building scalable, high-performance web applications and REST APIs in Go with features like flexible routing, middleware support, request/response binding, static file serving, and template rendering. Applies to installing Echo, defining routes, implementing middleware, handling requests/responses, and building web services.

1170

rag-query

v1.0.0
Verified

Query the RAG knowledge base (Qdrant kb_main) by semantic search. Returns top-k chunks with text, doc_id, source, text_type, topic_tags.

2.8K0

add-image-vision

v1.0.0
Verified

Add image vision to NanoClaw agents. Resizes and processes WhatsApp image attachments, then sends them to Claude as multimodal content blocks.

22.9K0

ddd

v1.0.0
Verified

Domain-Driven Design tactical patterns for .NET applications. Covers aggregates, aggregate roots, value objects, domain events, domain services, strongly-typed IDs, and repository patterns for aggregate persistence. Load this skill when implementing DDD, working with aggregates, value objects, domain events, bounded contexts, or when the architecture-advisor recommends DDD + Clean Architecture. Pair with the clean-architecture skill.

1670

vibe-notion

v1.0.0
Verified

Interact with Notion using the unofficial private API - pages, databases, blocks, search, users, comments

2.8K0

alicloud-ai-misc-crawl-and-skill

v1.0.0
Verified

Refresh the Model Studio models crawl and regenerate derived summaries and `skills/ai/**` skills. Use when the models list or generated skills must be updated.

3530

ratelimit

v1.0.0
Verified

Rate limiting algorithms, quota management, throttling, API protection.

50

meta-analysis

v1.0.0
Verified

Perform quantitative meta-analysis with effect size calculation, forest plots, funnel plots, and heterogeneity assessment. Use when: user asks to combine results from multiple studies, calculate pooled effect sizes, assess publication bias, or create forest/funnel plots. NOT for: systematic review protocol (use systematic-review) or single-study statistics (use statsmodels-stats).

1090

performing-graphql-introspection-attack

v1.0.0
Verified

Performs GraphQL introspection attacks to extract the full API schema including types, queries, mutations, subscriptions, and field definitions from GraphQL endpoints. The tester uses introspection queries to map the attack surface, identifies sensitive fields and mutations, tests for query depth and complexity limits, and exploits GraphQL-specific vulnerabilities including batching attacks, alias-based brute force, and nested query DoS. Activates for requests involving GraphQL security testing, introspection attack, GraphQL enumeration, or GraphQL API penetration testing.

api-securitygraphqlintrospection
2390

add-karpathy-llm-wiki

v1.0.0
Verified

Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".

26.5K0

Stdio — Canonical Command Patterns

v1.0.0
Verified

**Purpose.** Tool output is the largest source of wasted context in a coding loop. `ls -la` on a 500-file directory, `git log` with full bodies, `pytest` with verbose traces on a passing run — all emit kilobytes the model will re-read and never use. This skill is the godmode-native convention for

80

Session Monitoring

v1.0.0
Unverified

Provides awareness of claudectl session state, health checks, and cost tracking. Activated when the user asks about session health, spending, brain decisions, or multi-session coordination.

490

FoundationModels:设备端大语言模型 (iOS 26)

v1.0.0
Verified

使用 FoundationModels 框架将 Apple 的设备端语言模型集成到应用中的模式。涵盖文本生成、使用 `@Generable` 的结构化输出、自定义工具调用以及快照流式传输 —— 全部在设备端运行,以支持隐私保护和离线使用。

1210

eln

v1.0.0
Verified

Professional scientific documentation in org-mode electronic lab notebooks with date-based organization, comprehensive record-keeping of hypotheses, methods, results, reasoning, and outcomes for reproducible research

1170

analyzing-uefi-bootkit-persistence

v1.0.0
Verified

Analyzes UEFI bootkit persistence mechanisms including firmware implants in SPI flash, EFI System Partition (ESP) modifications, Secure Boot bypass techniques, and UEFI variable manipulation. Covers detection of known bootkit families (BlackLotus, LoJax, MosaicRegressor, MoonBounce, CosmicStrand), ESP partition forensic inspection, chipsec-based firmware integrity verification, and Secure Boot configuration auditing. Activates for requests involving UEFI malware analysis, firmware persistence investigation, boot chain integrity verification, or Secure Boot bypass detection.

UEFIbootkitfirmware
2390

market-report

v1.0.0
Verified

Generates a comprehensive crypto market report using CoinMarketCap MCP data. Use when users ask about overall market conditions, sentiment, or want a summary. Also use for questions about fear/greed, BTC dominance, altcoin season, trending narratives, or general "how's the market" queries. Trigger: "market report", "market overview", "what's happening in crypto", "market sentiment", "fear and greed", "is it altcoin season", "/market-report"

320

add-macos-statusbar

v1.0.0
Verified

Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls. macOS only.

25.5K0

unreal-lumen

v1.0.0
Verified

Unreal Engine Lumen skill for global illumination, reflections, and dynamic lighting.

4400

hdl-simulation

v1.0.0
Verified

Multi-simulator expertise for functional verification of FPGA designs

4400

emacs

v1.0.0
Verified

Emacs ecosystem = elisp + org + gnus + tramp + eglot.

1170

kegg-pathway

v1.0.0
Verified

Query the KEGG REST API for metabolic pathways, genes, compounds, drugs, and diseases. Use when the user needs pathway mapping, gene-to-pathway links, compound info, or cross-reference ID conversion. NOT for protein sequences (use UniProt), 3D structures (use PDB), or variant/SNP data (use NCBI).

1090

数字人论坛 (Agent BBS)

v1.0.0
Verified

AI 智能体社交平台,让数字人可以发帖、回复、点赞、交好友。

2.8K0

writing-plans

v1.0.0
Verified

Use when you have a spec or requirements for a multi-step task, before touching code

26.0K0

open-life-science.github.io

v1.0.0
Verified

720

recipe-share-event-materials

v1.0.0
Verified

Share Google Drive files with all attendees of a Google Calendar event.

20.3K0

repo-website-guide-create

v1.0.0
Verified

Create conceptual documentation and tutorial pages for the Valibot website at website/src/routes/guides/. Use when adding guides about schemas, pipelines, async validation, migration, or other topics. Covers directory structure, MDX templates, frontmatter, and content guidelines.

8.5K0

screenshot-feature-extractor

v1.0.0
Verified

Analyze product screenshots to extract feature lists and generate development task checklists. Use when: (1) Analyzing competitor product screenshots for feature extraction, (2) Generating PRD/task lists from UI designs, (3) Batch analyzing multiple app screens, (4) Conducting competitive analysis from visual references.

23.3K0

update_config

v1.0.0
Verified

Update awesome-claude-code-config to the latest version. Checks remote for new releases, then re-runs the installer with the interactive selector. Use when user types /update_config or asks to update their Claude Code configuration.

1450

dot-ai-prd-update-progress

v1.0.0
Verified

Update PRD progress based on git commits and code changes, enhanced by conversation context

3030

emit

v1.0.0
Verified

Use when working on the Miden compiler (`cargo miden`, `cargo-miden`) and its integration test suite, debugging compiler issues or failing tests, or implementing compiler changes and you need to inspect intermediate artifacts. Covers `MIDENC_EMIT` (the environment-variable equivalent of `--emit`) for emitting WAT/HIR/MASM (and related outputs), plus `MIDENC_EMIT_MACRO_EXPAND` for dumping macro-expanded Rust via `cargo expand` for integration-test fixtures.

1170

webshop-product-detail-check

v1.0.0
Verified

Examines a specific product's detailed page to verify it matches the user's requirements, checking price, description, features, and reviews. Use when you have navigated to a product detail page from search results and need to confirm the product meets all user-specified constraints before purchasing. It provides a final suitability assessment with a clear proceed-or-reject recommendation.

3430

seo-content-auditor

v1.0.0
Verified

Analyzes provided content for quality, E-E-A-T signals, and SEO best practices. Scores content and provides improvement recommendations based on established guidelines.

26.0K0

Debug Adapter Protocol

v1.0.0
Verified

Expert skill for implementing Debug Adapter Protocol for debugger integration

4400

twelve-factor

v1.0.0
Verified

12-Factor App patterns for deployable applications. Use when configuring environment variables, connecting to backing services, structuring application startup/shutdown, or handling graceful shutdown and process signals. Applies to any deployed application (services, APIs, frontends, workers). Server-specific factors (port binding, concurrency, disposability) apply only to backend services.

5570

agent-identity — Persistent Agent Identity for Claude Code

v1.0.0
Verified

Without identity infrastructure, every Claude Code session starts from zero. The agent has no name, no remembered preferences, no sense of who it works with or what it has learned. Context compaction erases everything mid-session. This skill fixes that — no external tools required.

80

sync-cbl-docs

v1.0.0
Verified

Sync a Couchbase Lite for Dart documentation page with the official Couchbase Lite docs. Use this skill whenever the user wants to update, sync, refresh, or align a documentation page in the cbl-dart project with the upstream official Couchbase docs. Also use when the user mentions that docs are outdated, asks to check for upstream doc changes, or wants to port content from the official Couchbase Lite documentation. Trigger on phrases like "sync docs", "update the databases page", "check if our docs are current", "port the official docs", "align with upstream docs".

1480

flutter-architecture

v1.0.0
Verified

Comprehensive guide for architecting Flutter applications following MVVM pattern and best practices with feature-first project organization. Use when working with Flutter projects to structure code properly, implement clean architecture layers (UI, Data, Domain), apply recommended design patterns, and organize projects using feature-first approach for scalable, maintainable apps.

850

recipe-label-and-archive-emails

v1.0.0
Verified

Apply Gmail labels to matching messages and archive them to keep your inbox clean.

20.3K0

ui-preview

v1.0.0
Verified

Preview and screenshot local dev servers and storybooks. Use when asked to view UI components, take screenshots of storybooks, or inspect the web/server apps.

760

agentsociety-scan-modules

v1.0.0
Verified

Scan and query available agent and environment classes in the AgentSociety2 workspace.

8550

Resume Version Manager

v1.0.0
Verified

Track different resume versions, maintain master resume, manage tailored versions

1440

messaging

v1.0.0
Verified

Asynchronous messaging patterns for .NET applications. Covers Wolverine and MassTransit, outbox pattern, saga and choreography, and broker configuration for RabbitMQ and Azure Service Bus. Load this skill when implementing event-driven communication, background processing, module-to-module messaging, or when the user mentions "Wolverine", "MassTransit", "message bus", "RabbitMQ", "Azure Service Bus", "event", "publish", "consumer", "outbox", "saga", "integration event", "queue", or "pub/sub".

1670

performing-jwt-none-algorithm-attack

v1.0.0
Verified

Execute and test the JWT none algorithm attack to bypass signature verification by manipulating the alg header field in JSON Web Tokens.

jwtnone-algorithmauthentication-bypass
2390

materials-science

v1.0.0
Verified

Analyzes material properties including crystal structures, phase diagrams, mechanical/thermal/electronic properties, and supports materials discovery through computational approaches; trigger when users discuss alloys, ceramics, polymers, nanomaterials, or materials characterization.

1090

syzkaller-build-loop

v1.0.0
Verified

Full build workflow for adding new syscall descriptions to syzkaller

7160

nanoresearch-experiment

v1.0.0
Verified

Generate a Python code skeleton from an experiment blueprint

1050

Scholar Enrich SOP

v1.0.0
Verified

120

creative-writer

v1.0.0
Verified

Help agents write creative content

960

bug-reproduction-validator

v1.0.0
Verified

Systematically reproduces and validates bug reports to confirm whether reported behavior is an actual bug. Use when you receive a bug report or issue that needs verification.

3790

aws-sdk-knowledge-patch

v1.0.0
Verified

AWS SDK changes since training cutoff — S3 default checksums, S3 Vectors, Lambda Durable Functions, Bedrock AgentCore, CDK Mixins, SigV4a, SDK lifecycle. Load before working with AWS SDKs.

140

telnyx-10dlc-go

v1.0.0
Verified

10DLC brand and campaign registration for US A2P messaging compliance. Assign phone numbers to campaigns.

1410

preflight-checks

v1.0.0
Verified

Detect and run project linters, formatters, and type checkers before committing or claiming completion. Auto-detects tools from project config files.

950

craft-project-setup

v1.0.0
Verified

Scaffold Claude Code configuration for a Craft CMS project. Generates CLAUDE.md and .claude/rules/ tailored to the project type (plugin, site, module, or hybrid). Use when the user says 'set up Claude for this project', 'initialize CLAUDE.md', 'scaffold project config', 'configure Claude Code', 'set up this Craft project', or when starting work in a new Craft CMS project that has no CLAUDE.md. Also use when the user mentions 'project setup', 'bootstrap', or asks how to configure Claude Code for their Craft project.

270

materials-project

v1.0.0
Verified

Query the Materials Project API v3 for crystal structures, band gaps, formation energies, and thermodynamic stability of 150k+ inorganic materials. Use when: (1) searching materials by chemical formula, (2) looking up material properties by MP ID, (3) filtering materials by band gap, energy, or density, (4) finding stable phases for a composition. NOT for: organic molecules (use pubchem-compound), proteins (use uniprot-protein), drug compounds (use chembl-drug).

1090

runtime-remsh

v1.0.0
Verified

Connect to a running Lemon or lemon-gateway BEAM node, run recompile() for hot code reload, and execute Elixir code in that live runtime via IEx remsh or rpc-eval.

1180

Aliway Status Reporting

v1.0.0
Verified

Use this skill when the deliverable is a communication artifact for an in-flight effort. This skill is about clarity, pressure-tested structure, and decision usefulness.

340

skillshare-release

v1.0.0
Verified

End-to-end release workflow for skillshare. Runs tests, generates changelog (via /changelog), writes RELEASE_NOTES, updates version numbers, commits, and drafts announcements. Use when the user says "release", "prepare release", "cut a release", "release v0.19", or any request to publish a new version. For changelog-only tasks, use /changelog instead.

1.3K0

Enable Morpheus — Decentralized Inference for NullClaw

v1.0.0
Verified

960

tsh-codebase-analysing

v1.0.0
Verified

Analyse the codebase of the system. Look for dependencies. Understand how the business logic is implemented. Look for duplications.

1510

g-task-new

v1.0.0
Verified

Create a new task file and TASKS.md entry atomically, step by step.

50

c-slop

v1.0.0
Verified

Token-minimal programming language for full-stack web apps using symbols (@, $,

310

/meta-edit — точечное редактирование метаданных 1С

v1.0.0
Verified

Атомарные операции модификации существующих XML объектов метаданных.

1550

aidd-tdd

v1.0.0
Verified

Systematic test-driven development with proper test isolation. Use when implementing code changes, writing tests, or when TDD process guidance is needed.

2910

pattern-detection

v1.0.0
Verified

Identify existing codebase patterns (naming conventions, architectural patterns, testing patterns) to maintain consistency. Use when generating code, reviewing changes, or understanding established practices.

2220

root-data-analyzer

v1.0.0
Verified

ROOT/CERN data analysis skill for high-energy physics data processing, histogramming, and statistical analysis

4400

typespec-go-bump-and-release

v1.0.0
Verified

Upgrade tsp toolset dependencies for the @azure-tools/typespec-go package in Azure/autorest.go repo. Use when user wants to bump, update, or upgrade the TypeSpec toolset dependencies (e.g., @typespec/compiler, @typespec/http, @azure-tools/typespec-client-generator-core, @azure-tools/azure-http-specs), create a release PR, or publish a new version of typespec-go.

780