weak-signal-synthesizer

43
OneWave-AIOneWave-AI

Identify EMERGING trends by connecting dots across unrelated sources. Monitor niche communities, academic research, GitHub, patents, funding, regulatory changes. Predict what will trend in 3-6 months based on weak signals.

195 days ago

update-docs

35
knowsuchagencyknowsuchagency

Update documentation files (README.md, CLAUDE.md, assistant-knowledge.ts) based on code changes since they were last committed. Stops if git status is dirty.

195 days ago

plan-refiner

33
ddobrinddobrin

Expertise in refining architectural plans based on user feedback or new requirements. Use when the user asks to "update the plan", "change the plan", or "refine the strategy".

195 days ago

consult-spec

33
blockscoutblockscout

TRIGGER CONDITIONS - invoke this skill when ANY of these apply: User-triggered (explicit request): - User mentions "specification", "SPEC", "SPEC.md", "spec requirements" - User asks to "verify with spec", "confirm with specification", "check requirements" - User requests "authoritative requirements" or "source of truth" Agent self-triggered (during reasoning): - Before implementing any feature or making code changes - When verifying technical requirements or constraints - When making architectural or design decisions - When you need unbiased guidance not influenced by current implementation - When encountering conflicting information and need ground truth PURPOSE: Consults SPEC.md through an isolated subagent that ONLY reads the specification, never implementation code. This ensures guidance is based on authoritative requirements, not potentially incorrect existing code.

195 days ago

validate

31
Gricha Perry ValidateGricha Perry Validate

Run validation checks - determines whether to use fast (validate) or full (validate:full) based on changed files

195 days ago

Gemini Checkpoint Management

31
melodic-softwaremelodic-software

Central authority for Gemini CLI checkpointing. Covers git-based file snapshots, automatic state saving, the /restore command, and rollback. Use when enabling checkpointing, restoring previous states, undoing changes, or planning experimental workflows with Gemini. Delegates 100% to gemini-cli-docs for official documentation.

195 days ago

smart-test

28
rysweetrysweet

Intelligent test selection based on code changes. Maps source files to tests via import analysis, implements tiered testing (fast < 1 min, impacted < 5 min, full suite), and tracks test reliability. Use when running tests after code changes to optimize feedback loops and CI time.

195 days ago

changelogs

27
TiendaNubeTiendaNube

Update CHANGELOG.md files based on changes made in the current branch. Use when the user asks to update changelogs, document changes, or prepare release notes.

195 days ago

plan-builder

27
majesticlabs-devmajesticlabs-dev

Write implementation plans with appropriate templates based on complexity. Use when planning features or changes. Provides minimal, standard, and full templates for different scope levels.

195 days ago

benchmark-advisor

26
wildcardwildcard

Suggests which benchmarks to run based on code changes

195 days ago

review-to-merge

26
jamesjlundinjamesjlundin

Structured implementer-verifier-reviewer pipeline for high-quality code. Artifact-based handoffs between roles. Use when needing rigorous review process, handoff between roles, or review pipeline for critical changes.

195 days ago

threat-modelling

22
willvelidawillvelida

Analyse repositories and deployed cloud infrastructure to produce STRIDE-based threat model documents with Mermaid architecture diagrams, prioritised threats, and recommendations. Use when a user asks to create a threat model, identify threats, assess attack surfaces, review an existing threat model, or update a threat model after system changes.

195 days ago

grey-haven-plugin-audit

20
greyhaven-aigreyhaven-ai

Comprehensive Claude Code plugin auditing skill for validating structure, detecting deprecated patterns, and recommending best practices based on the latest changelog. Use when auditing plugins, checking for deprecations, validating plugin structure, preparing plugins for release, or ensuring compatibility with recent Claude Code versions. Triggers: 'audit plugin', 'check plugin health', 'validate skill', 'plugin deprecation', 'changelog compatibility', 'plugin best practices'.

195 days ago

pw-danger-gemini-web

20
plugins-worldplugins-world

Text and image generation using a reverse-engineered Gemini Web API. Core capabilities: - Text generation: Generate text responses using Gemini models - Image generation: Generate images from text prompts and save them locally - Visual input: Support reference images for image-to-image or vision-guided text generation - Multi-turn conversation: Maintain conversational context via sessionId When to use: - When you need to generate high-quality AI images (cover art, in-article images, illustrations, etc.) - When you need text generation using Gemini models - When you need to generate variants or descriptions based on reference images - As an image generation backend for other skills (pw-cover-image, pw-redbook-image) Not suitable for: - Production environments that require official API support and guaranteed stability - Critical business processes sensitive to API changes - High-volume or high-frequency batch calls (may trigger rate limiting) Important reminders: - First use requires the user to accept a disclaimer - Google account authentication is required (automatically opens the browser to sign in) - Access from mainland China requires configuring a proxy - This is an unofficial API and may stop working at any time

195 days ago

strategic-influence-characters

19
samarvsamarv

Select a communication "character" and influence speed based on neurobiological triggers to drive alignment. Use this when pitching a vision that stakeholders find "inconceivable," when unblocking a stalled decision, or when you need to accelerate team change without triggering the "safety system" (fight/flight).

195 days ago

prd-update-progress

18
wiggitywhitneywiggitywhitney

Update PRD progress based on git commits and code changes, enhanced by conversation context

195 days ago

prd-update-decisions

18
wiggitywhitneywiggitywhitney

Update PRD based on design decisions and strategic changes made during conversations

195 days ago

changelog-last-tag

18
MemcrabMemcrab

Generate GitHub release notes or changelog text from git commits since the latest tag (or a specified tag). Use when asked to draft a "What's Changed" section or release notes based on commit history since the last tagged release.

195 days ago

doc-updater

17
Till-Crazy-Tears-Us-ApartTill-Crazy-Tears-Us-Apart

Update core documentation based on code changes referenced in CLAUDE.md

195 days ago

architecture-analysis

16
front-depictionfront-depiction

Architectural dependency analysis and impact assessment. Use for: (1) Blast radius - who depends on a service, what breaks if I change it; (2) Dependency tree - what does a service depend on (ancestors/upstream); (3) Root cause analysis - find shared dependencies when multiple services fail; (4) Architecture metrics - coupling (density), depth (diameter), connectivity; (5) Domain discovery - identify module boundaries via cut vertices; (6) Hot services - critical infrastructure with many dependents; (7) Impact assessment before changes; (8) Debugging cascading failures; (9) Identifying god services, tight coupling, deep hierarchies. Provides graph-based analysis via CLI commands: analyze, blast-radius, ancestors, common-ancestors, metrics, domains, hot-services. All agents can use this for architectural questions.

195 days ago

Write App Change Log

15
AnySoftKeyboardAnySoftKeyboard

Generates and updates the latest app changelog based on git history since the last version tag.

195 days ago

create-review-checklist

14
HomericIntelligenceHomericIntelligence

Generate review checklists for different change types. Use to customize review focus based on what was changed.

195 days ago

responsive-adaptive

12
dylantarredylantarre

Use when building context-dependent animations - duration that changes based on device, distance, user preference, or interaction context

195 days ago

git-workflow

12
samhvw8samhvw8

Git workflow management with atomic commit principles. Capabilities: commit organization, branching strategies, merge/rebase workflows, PR management, history cleanup, staged change analysis, single-responsibility commits. Actions: commit, push, pull, merge, rebase, branch, stage, stash git operations. Keywords: git commit, git push, git pull, git merge, git rebase, git branch, git stash, atomic commit, commit message, conventional commits, branching strategy, GitFlow, trunk-based, PR, pull request, code review, git history, cherry-pick, squash, amend, interactive rebase, staged changes. Use when: organizing commits, creating branches, merging code, rebasing, writing commit messages, managing PRs, cleaning git history, analyzing staged changes.

195 days ago

condition-based-waiting

12
hamr0hamr0

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses

195 days ago

GitHub Release Workflow

12
SSujitXSSujitX

Complete GitHub Actions workflow for automated releases with CHANGELOG-based versioning

195 days ago

iterate-plan

11
mhyllemhylle

Update existing implementation plans through user feedback with thorough research and validation. Also migrates old checkbox-based plans to the new Task tools system. This skill should be used when iterating on implementation plans, updating plans based on new requirements, refining technical approaches in existing plans, migrating old plans to Task tools, or when the user wants to modify a previously created plan file. Triggers on requests like "update the plan", "change the implementation approach", "iterate on this plan", "migrate to new system", or when feedback is provided about an existing plan document.

195 days ago

State Design Pattern

10
krzysztofsurdykrzysztofsurdy

Behavioral pattern that allows objects to change behavior when their internal state changes. The object appears to change its class. Use when an object's behavior depends on state and must change at runtime based on that state.

195 days ago

test-tier-selection

10
laurigateslaurigates

Automatic selection of appropriate test tiers based on change scope. Guides unit tests for small changes, full suite for larger changes. Use when running tests, discussing testing strategy, or after code modifications.

195 days ago

git-commit-workflow

10
laurigateslaurigates

Commit message conventions, staging practices, and commit best practices. Covers conventional commits, explicit staging workflow, logical change grouping, humble fact-based communication style, and automatic issue detection. Use when user mentions committing changes, writing commit messages, git add, git commit, staging files, or conventional commit format.

195 days ago

changelog-review

10
laurigateslaurigates

Analyze Claude Code changelog for changes that impact plugin development. Use when checking for new features, breaking changes, or opportunities to improve plugins based on Claude Code updates.

195 days ago

documenting-code

10
alexei-ledalexei-led

Update project documentation based on recent changes. Use when user says "update docs", "document", "add documentation", "update readme", "write docs", or wants to improve documentation.

195 days ago

change-type

9
nozomi-koborinainozomi-koborinai

Classify a change set as behavior vs structure, then recommend the correct PR label (change:behavior or change:structure) and the appropriate local/CI checks. Use when the user asks whether a change is a behavior change or a structure change, what label to apply, or how CI/testing should differ based on change type.

195 days ago

commit

9
agoodwayagoodway

Generate a professional git commit message based on changes

195 days ago

update-docs

9
Wizard1209Wizard1209

Updates CLAUDE.md and other project docs based on recent changes. Use when user says "update docs", "add to CLAUDE.md", "document this", or runs /update-docs command.

195 days ago

update-changelog

9
Wizard1209Wizard1209

Updates notes/changelog.md based on git history. Use when user says "update changelog", "changelog entry", "release version", "release X.Y.Z", or runs /update-changelog.

195 days ago

build

9
gpsheadgpshead

Use this skill when you need to compile CPython, run tests, verify your changes work, check if a fix is correct, or debug test failures. Covers building from source with ./configure and make, ccache for faster rebuilds, Argument Clinic regeneration, and the unittest-based test system (NOT pytest). Essential for any task that requires running code or tests.

195 days ago

reflection

8
ruska-airuska-ai

Meta-improvement skill that analyzes conversation context and uncommitted git changes to propose improvements to the AI agent ecosystem itself (agents, skills, commands). Use when the user asks to reflect on the conversation, improve the agent ecosystem, or optimize workflows based on patterns observed. This skill ALWAYS acts as supervisor first, producing an initial analysis report, then spawns specialized builder agents based on user-approved plan. Always requires user approval before making changes.

195 days ago

refactor-planner

8
sjmyuansjmyuan

Analyze refactoring needs and generate detailed, step-by-step TDD-based refactoring plans. Handles code cleanup, architecture improvements, technical debt, and code quality enhancements. Use when users request refactoring, code improvements, structural changes, or cleanup tasks. This skill produces a plan but does not execute changes—pair with plan-executor for implementation.

195 days ago

git-flow

8
YuniorGlezYuniorGlez

Senior Workflow Architect. Master of Trunk-Based Development, Stacked Changes, and 2026 Branching Strategies.

195 days ago

threat-model-generation

8
Factory-AIFactory-AI

Generate a STRIDE-based security threat model for a repository. Use when setting up security monitoring, after architecture changes, or for security audits.

securitythreat-modelstride
195 days ago

bug-fix-planner

8
sjmyuansjmyuan

Diagnose bug root causes and generate detailed, step-by-step TDD-based bug fix plans. Use this skill when users report bugs, unexpected behavior, or defects. This skill produces a plan but does not execute changes—pair with plan-executor for implementation.

195 days ago

feature-implementation-planner

8
sjmyuansjmyuan

Clarify feature requirements and generate detailed, step-by-step TDD-based implementation plans for new functionality. Breaks down requirements into testable tasks with validation steps. Use when users request new features, enhancements, or functionality additions. This skill produces a plan but does not execute changes—pair with plan-executor for implementation.

195 days ago

code-review

7
samhvw8samhvw8

Code review practices with technical rigor and verification gates. Practices: receiving feedback, requesting reviews, verification gates. Capabilities: technical evaluation, evidence-based claims, PR review, subagent-driven review, completion verification. Actions: review, evaluate, verify, validate code changes. Keywords: code review, PR review, pull request, technical feedback, review feedback, completion claim, verification, evidence-based, code quality, review request, technical rigor, subagent review, code-reviewer, review gate, merge criteria. Use when: receiving code review feedback, completing major features, making completion claims, requesting systematic reviews, validating before merge, preventing false completion claims.

195 days ago

tmp-filesystem-watcher

7
plurigridplurigrid

Real-time filesystem watcher for /tmp using Babashka fs. Monitors file creation, modification, and deletion events. Emits topological events based on filesystem changes. Part of music-topos consciousness bootstrap.

195 days ago

branch-comparison

7
CongDon1207CongDon1207

Use when the user asks to compare branches, analyze git diffs, review changes between branches, update specifications based on code changes, or analyze what changed. Triggers on keywords like "compare branches", "git diff", "what changed", "branch comparison", "code changes", "spec update".

195 days ago

git-commit

7
XuNeoXuNeo

Commit changes with NuttX checkpatch.sh validation, automatic sign-off, component-based message format, and JIRA linking. Use when the user asks to create a git commit (for example: commit, git commit, commit diff, commit current, commit changes, submit code, submit changes, /commit, /git-commit).

195 days ago

code-review

6
joaquimscostajoaquimscosta

Conduct comprehensive code reviews using the Pragmatic Quality framework with confidence-based filtering, hierarchical analysis (architecture, security, maintainability, testing, performance), and PR-level risk assessment. Use when user runs /code-review, /review:code-review, requests a "code review", "review my changes", "PR review", or mentions "review diff", "review branch".

195 days ago