mem-search: Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from…; smart-explore: Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find…; make-plan: Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation…
Updated 2026-09-20 04:23:02 +08:00
Work on an assigned Agent Kanban v2 Task through Realmroot Toolbox. Use when an Agent running in an Agency Session needs to inspect, claim, update, or submit…
Updated 2026-09-19 09:01:47 +08:00
Audits an implementation plan for requirements traceability, avoidable complexity, risky assumptions, and evidence gaps. Use when reviewing an AI-generated or…
Updated 2026-09-19 07:10:29 +08:00
Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates,…
Updated 2026-09-19 05:06:28 +08:00
code-reviewer: Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness,…; docs-writer: Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.; pr-creator: Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
Updated 2026-09-18 10:48:31 +08:00
edit-spec: Edit a vigiles .spec.ts to change a compiled instruction file (CLAUDE.md / AGENTS.md) — add, modify, or remove a rule, section, command, or key file. Use…; strengthen: Upgrade a vigiles spec's guidance() rules to enforce() — scan the guidance rules in a CLAUDE.md/AGENTS.md spec and find existing linter rules (ESLint, Ruff,…; test-harness: Install vigiles and test a Claude Code harness — hooks, skills, agents, settings, CLAUDE.md — by picking the right tier (unit / deterministic / eva…
Updated 2026-09-14 20:53:58 +08:00
agent-device: Automates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking…; dogfood: Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA,…; ios-simulator: Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect i…
Updated 2026-09-14 19:57:14 +08:00
ruflo: ; swarm-orchestration: Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple…
Updated 2026-09-14 11:42:37 +08:00
workflow: Creates durable, resumable workflows using Vercel's Workflow SDK. Use when building workflows that need to survive restarts, pause for external events, retry…; workflow-init: Install and configure Vercel Workflow SDK before it exists in node_modules. Use when the user asks to "install workflow", "set up workflow", "add durable…
Updated 2026-09-14 07:27:54 +08:00
Parallel divergent ideation for coding agents. Spawns N isolated branches under different cognitive frames (regulator, biology, speedrunner, 10-year-old, $0…
Updated 2026-09-13 00:50:59 +08:00
Create cinematic product videos from shot recipe cards, a validated template, and code/audio assets (Remotion + real page screenshots + 2.5D camera moves +…
Updated 2026-09-09 13:46:39 +08:00
nextjs-seo: Next.js App Router SEO optimization and auditing. Use when implementing or fixing SEO in a Next.js app — metadata and generateMetadata, viewport/themeColor,…; openai-agents-sdk: OpenAI Agents SDK (Python) development. Use when building AI agents, multi-agent handoffs, function tools, guardrails, sessions, streaming, or tracing with the…
Updated 2026-09-02 18:49:24 +08:00
inngest-durable-functions: Use when building functions that must survive process crashes, retry automatically on failure, run on a schedule, react to events, or maintain state across…; inngest-events: Use when designing event-driven workflows, decoupling services, implementing fan-out patterns (one trigger, many downstream handlers), implementing idempotent…; inngest-steps: Use when implementing delays that must survive process restarts (e.g., 24-hour cart abandonment, scheduled follow-ups), wa…
Updated 2026-07-03 04:40:14 +08:00