Delimit
One workspace for every AI coding assistant. Shared tasks, memory, and governance.
resolve-agent-reviews
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.
Playwright CI/CD
> Ship reliable tests in every pipeline â CI-specific patterns for speed, stability, and actionable reports.
audit-licenses
Use to list the open-source licenses of every dependency in this project, grouped by license family. Flags GPL or AGPL dependencies that may force the project itself to be open-source. Triggers on /audit-licenses.
Debugging
Read [[principles/fix-root-causes]] before starting. Every debugging session follows that principle: trace to root cause, never paper over symptoms.
Epitome
Personal AI memory — gives every AI agent shared, persistent memory of you
/ai-llm-safety â AI/LLM Safety Design Enforcement
Every system that involves LLM agents, tool use, or prompt construction MUST treat AI safety as a first-class constraint. Prompt injection is the SQL injection of the AI era â and it's harder to fix after deployment.
Obris
Stop re-explaining yourself to AI. Save knowledge once, use it in every conversation.
Audience-First Checklist
Complete every question below before finalizing any public-facing work. Do not skip items because they seem obvious â the obvious answers are usually wrong.
schedx â Scheduler CLI
schedx is a local-first scheduler that runs shell commands, AI agent prompts, and HTTP webhooks on a schedule. All state lives as plain files under `~/.schedx/`. Every command supports `--json` for structured output.
Io.Github.Iris Eval/Mcp Server
The agent eval standard for MCP. Score every agent output for quality, safety, and cost.
CLEO Skill Validator
Full 3-phase validation loop for CLEO skills. Every phase must reach PASS before the skill is considered ecosystem-ready. Run the phases in order and iterate on failures.
clawhub-skill-lint
Use this skill before publishing any ClawHub skill from this repo, or after editing a SKILL.md, to verify the skill won't be flagged or rejected by ClawHub's server-side moderation pipeline. The skill re-implements every static-scanner rule from openclaw/clawhub's `convex/lib/moderationEngine.ts` plus the frontmatter spec from `docs/skill-format.md` and runs them locally. Triggers: "lint the claws skills", "check the claws/openclaw skills", "scan before publish", "is the skill clean", "any scanner findings", /clawhub-skill-lint, before any `clawhub sync` or `clawhub skill publish`.
every-style-editor-2
Reviews and edits text content to conform to Every's editorial style guide. Use when written content needs style compliance checks for headlines, punctuation, voice, and formatting.
ironclaw-workflow-orchestrator
Install and operate a full GitHub issue-to-merge workflow in IronClaw using event-driven and cron routines. Use when setting up or tuning autonomous project orchestration: issue intake, planning, maintainer feedback handling, branch/PR execution, CI/comment follow-up, batched staging review every 8 hours, and memory updates from merge outcomes.
Perseus â Live Context Engine for AI Assistants
Perseus pre-resolves your entire workspace state â git, services, memory, team coordination â into a single markdown document every assistant reads at session start. Deterministic. Cacheable. Assistant-agnostic.
app-ai-guardrails
Scaffold a greenfield app so the **full guardrail canon** is live in **commit #1** and every one of the 7 **gates** is **verified green** before that commit exists. The canon is stack-agnostic; each stack's mechanics live in one adapter file. The differentiator is **teeth**: gates that *fail* on vio
Automated TikTok-style video review of every PR.
Scaffold a tiktest.md config file in the current project by inferring dev-server URL, start command, and auth flow from README, package.json, and framework configs. Use when the user wants to set up tik-test for a new project, or when /tiktest:run / /tiktest:quick says "no tiktest.md found".
Obsidian Second Brain
> Claude operates your Obsidian vault as a living OS â not a note-taking app. > Everything worth remembering gets saved. Every update propagates everywhere it belongs.
Commit with auto version bump
This project follows semver. **Every commit must include a version bump** in: - `plugins/corezoid/.claude-plugin/plugin.json` - `.claude-plugin/marketplace.json`
api-fetch-wrapper
The case that breaks first in production â a skill that hits an external service. This example covers the four things every such skill needs: secret handling, retry policy, error normalisation, and no-leak-on-failure logging.
Io.Github.MagneticDogSon/Fixflow
Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.
CodeScope Q&A
CodeScope indexes source code into a two-layer knowledge graph â **structure** (functions, calls, imports, classes, modules) and **evolution** (commits, file changes, function modifications) â plus **semantic embeddings** for every function. Supports **Python, JavaScript/TypeScript, C, and Java*
opc
OPC â One Person Company. Digraph-based task pipeline with independent multi-role evaluation. Builds, reviews, analyzes, and brainstorms with specialist agents. Every path ends with evaluation. /opc <task>, /opc -i <task>, /opc <role> [role...]
ComOS Federation Gateway
Multi-tenant MCP gateway for AI commerce. One connection, every store on the network.
task-execute-blueprint
Drive the end-to-end execution of an existing AI Task Manager plan blueprint. The skill is assistant-agnostic and self-contained: every script it invokes lives under this skill's `scripts/` directory and is referenced by relative path.
Context management plugin for Claude Code. Your AI remembers your projects, people, and decisions across every session. Plain files on your machine.
Use when external content arrives in the session â emails, transcripts, screenshots, documents, files, or in-session research worth keeping. Also use when there's nothing obvious to capture â the skill checks 03_Inputs/ for unrouted files and enters inbox scan mode. Stores raw content, routes to capsules, extracts tasks and insights into the stash.
nerv-ui
NERV Operations Console v2 â Evangelion-inspired UI component library. Data-driven Three.js MAGI visualization (yield surface mesh + organic flow curves + bar columns), blockchain event log terminal, dense metrics grid, vault cards, oracle consensus display, CRT effects, emergency mode. Noto Serif Display (weight 900) + Shippori Mincho B1 + JetBrains Mono. NO HELVETICA. Every pixel conveys information.
Odoo agency fleet review
You are answering questions across a fleet of client Odoo databases through one odoo-mcp server with named instances. Every result is tagged with its `_instance`; one client being down must never sink the whole answer.
One hub for every AI coding agent. Unified configuration management for 22+ assistants.
team-style-guide
Team coding style baseline shared across every AI agent.
agent-smoke-e2e
End-to-end smoke check of the moraine MCP server. Exercises every MCP tool against a live moraine stack and prints a per-tool PASS/FAIL matrix. Use inside the dev sandbox after a fresh build to confirm the MCP binary actually serves its tools and returns shaped responses.
LiveComponent
TwigComponents that re-render dynamically via AJAX. Build reactive UIs in PHP + Twig with zero JavaScript. Every user interaction triggers a server round-trip that re-renders the component and morphs the DOM.
Experiment Journal
Externalize your experimental reasoning. Every ML project is a sequence of hypotheses tested â this skill makes that sequence visible, persistent, and learnable.
ui-restructure
Solves UI lock-in. Reverse engineers your existing UI, strips all layout/token decisions, preserves every hook, handler, and API call untouched, then rebuilds the UI from scratch with a fresh design system. Use /ui-restructure to fully redesign, --style apple|linear|minimal|dashboard for named styles, --mode layout|theme|grid for partial rebuilds, --god-mode to redesign from the user's perspective using 100-user mindset simulation and 6 UX principles, --keep-tokens to preserve your token system, --prompt for custom redesigns. Applies mandatory world-class polish: spring motion, 5-state micro-interactions, 8pt spacing grid, WCAG accessibility. Supports Next.js, React, Vue 3, Tailwind, CSS Modules, styled-components, shadcn.
ClawKeep â Agent Skill
> Git-powered versioned backups for your workspace. Every change tracked, every state recoverable.
Researcher â Autonomous Experimentation Skill
<critical> Non-negotiable rules â every real experiment, no exceptions: 1. Commit before running. Log before resetting. Reset on discard. Each branch holds only keeps. 2. Protect `.lab/` â it is the single source of truth. 3. Work autonomously â only consult the user for scope violations or tr
wanxiang-skin-maintainer
Use when modifying the restructured Wanxiang keyboard under ResourceforHamster, especially for Custom.libsonnet config changes, button behavior changes, layout updates, toolbar updates, function-button order changes, or README/MODULES synchronization. This skill operates on one user-specified keyboard root, emphasizes minimal edits, correct file targeting, and Jsonnet validation after every change.
agent-reviews
Review and fix PR review bot findings on current PR, loop until resolved. Fetches unanswered bot comments, evaluates each finding, fixes real bugs, dismisses false positives, and replies to every comment with the outcome.
bead-workflow
The mandatory process for every unit of work. Use this skill whenever starting work on a bead, bug, feature, or task. Enforces claim â hypothesize â implement â test â validate â close â pause. Every transition is gated by PreToolUse hooks that block (exit 1) on violations. Ulysses REFLECT escalation activates automatically on 2 consecutive surprises. If you're about to write code, check a bead, close an issue, or start new work â this skill applies.
GitMem â Institutional Memory for AI Agents
Your agent starts from zero every session. GitMem fixes that.
Ad Creative & Copy Generation
You are the advertising engine for `/market ads <url>`. You generate complete ad campaigns across platforms with full copy variations, audience targeting strategies, budget recommendations, and creative specifications. Every ad is ready for production or handoff to a media buyer.
The engineer's meta-prompting system for Claude Code. Amplifies every step of your development workflow while keeping you in control.
Lossless Context Commands
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.
Audit â Confirm Recent Commits Before You Trust Them
Law 4 says verify before reporting. A merged commit with green CI is a claim, not a proof. This skill runs the audit-driven loop: take a window of recent commits, hunt for real defects, prove each one before touching code, fix on a branch, and verify every surface the fix touches before declaring th
Sourced
Source code search for every package on PyPI and npm.
generating-commit-messages
MANDATORY skill for ALL commits. Must be used EVERY TIME before creating any git commit. No exceptions.
architecture-decision
Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should have an ADR.
Evaluate Options
Do not present options to the user without evidence. Every recommendation must be grounded in research, not assertion.
LLM Wiki â Compounding Knowledge Base
A Claude Code skill for building and maintaining a persistent, interlinked wiki from source documents. Knowledge is compiled once and kept current, not re-derived on every query.