mcpbeat

coco-research Skills

183 skills published by coco-research across 1 repository. Together they weigh 12 052 999 tokens — that is what loading all of them at once would cost you in context.

183 skills 12 052 999 tokens total

Agent Lightning
coco

Train and optimize AI agents using Microsoft's Agent Lightning framework with reinforcement learning. Use when setting up agent training, instrumenting agents with tracing, configuring LightningStore, implementing reward functions, or optimizing prompts with RL/APO algorithms.

4k tokens
AI
coco
940k tokens scripts
AI Marketing Videos
coco

| Create AI marketing videos for ads, promos, product launches, and brand content. product video, explainer video, ad creative, video ad, facebook ad video, youtube ad, instagram ad, tiktok ad, promotional video, launch video

2k tokens
AI Product
coco

Expert in shipping production-grade AI-powered features — LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, safety and guardrails, streaming, and cost optimization.

5k tokens
API Design Principles
coco

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

10k tokens scripts
Arch Index
coco

Build and validate .arch/index.json — a committed map from each architectural component of this repository to the real directories and files that implement it, pinned to a git commit, with every path verified to exist. Also detects structural drift between that index and the current code. Use when asked to map a codebase, produce a component or code-ownership index, find which files implement a component, check whether architecture docs are stale, or detect architecture drift after a refactor. Triggers include 'map the codebase', 'component index', 'which files implement X', 'is the architecture still accurate', 'architecture drift', 'refresh the architecture index'.

27k tokens scripts
Axiom Liquid Glass
coco

Apple Liquid Glass design system — comprehensive design philosophy, implementation guide, and technical API reference from WWDC 2025. Covers design principles (iOS-native glass hierarchy, restraint over spectacle), implementation patterns (Regular vs Clear variants, SwiftUI glassEffect API, scroll edge effects, tinting), platform adaptation (iOS 26+, iPadOS 26+, macOS Tahoe+, visionOS 3+), accessibility, performance, testing, design review frameworks, and iOS-native UI redesign guidance.

5k tokens
Brain
coco

SQLite-based project knowledge tracker. Manages entities, relationships, tasks, threads, decisions, and events per project folder. Use /brain to query or update project_brain.db. Triggers on: 'brain', 'project knowledge', 'what do we know about', 'open tasks', 'recent decisions'.

36k tokens scripts
Brain:export
coco

Auto-generate a slim CLAUDE.local.md from brain DB. Preserves manual behavior rules. Produces ~1,200 token auto-generated context section with key people, systems, decisions, and project status.

1k tokens
Brain:init
coco

Initialize a project_brain.db in the current project folder. Creates the database, project record, then scans existing files (CLAUDE.local.md, memory files, docs, emails) to bootstrap the brain with knowledge. Smart enough to handle re-runs — skips what already exists and only processes new/changed files.

2k tokens
Brain:rescan
coco

Incremental rescan of project folder. Detects new/changed files since last scan, extracts knowledge from CLAUDE.local.md, memory files, and doc inventory, and updates the brain DB. Requires an existing project_brain.db — run /brain-init first if none exists.

967 tokens
Brainstorming
coco

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

12k tokens scripts
Brain:update
coco

End-of-session brain flush. Scans the full conversation, extracts all new entities, decisions, tasks, events, relationships, and updates, presents a summary, and writes to project_brain.db after confirmation. Use at end of every session or when you want to capture everything discussed.

2k tokens
Brain:wiki
coco

Browse, search, and generate Wikipedia-style knowledge articles from the brain. Auto-generated from brain DB entities, emails, docs, and decisions.

4k tokens
Browser Automation
coco

Browser automation for AI agents. Two providers — agent-browser (local CLI with Playwright) and agentic-browser (cloud via inference.sh). Both use the same @e ref-based workflow for navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, and automating browser tasks.

2k tokens
C4 Architecture
coco

Generate architecture documentation using C4 model Mermaid diagrams. Use when asked to create architecture diagrams, document system architecture, visualize software structure, or generate context/container/component/deployment diagrams.

14k tokens
CLI Anything
coco

Wrap any command-line tool into a JSON-emitting agent skill. Use when you want to make a CLI reliably callable and parseable by an AI agent — introspect its --help, define a structured-output (--json) contract and a stable error contract, then generate a SKILL.md wrapper with verified examples. Triggers on "wrap this CLI", "make X agent-usable", "generate a skill for this command", "turn a tool into an agent skill".

866 tokens
Clone Website
coco

Clone any website into a pixel-perfect single-file HTML prototype. Extracts design tokens, assets, CSS computed styles, interaction patterns, and content via Playwright. Outputs a self-contained HTML file with real data injection. Use when the user wants to clone, replicate, reverse-engineer, or create a pixel-perfect copy of any website or web app. Provide one or more target URLs as arguments.

2k tokens
Coco
coco

CoCo — your AI PM brain. Unified interface wrapping skills, commands, and knowledge tools. Invoke /coco to activate.

4k tokens
Coco Ads
coco

Turn the project you just shipped into a short, polished, shareable launch video (an "ad") using HyperFrames. Use when someone says "/coco-ads", "make a launch video", "brag about this", "turn this into a promo", "make an ad for this", or wants to share what they built. Reads the project code directly — no live URL or screenshots needed. Renders locally.

4142k tokens scripts
Coco CLI
coco

Install, update, version-check, or uninstall the Coco open-source AI workflow framework via its CLI (@coco-research/coco-cli, run with npx). Use when setting up Coco on a machine, pulling the latest into an existing clone, checking the installed version, or removing it. Triggers on "install coco", "update coco", "set up coco", "coco cli", "uninstall coco".

699 tokens
Coco Loop
coco

> Start a safe, governed autonomous loop from a plain-language goal. Use when the user says /coco-loop, "run an autonomous loop", "keep my build green for N hours", "work on X autonomously for a while", or wants a bounded self-improving loop that proposes fixes and never commits on its own. Turns a vague goal into a readable charter the user confirms, then arms and runs the loop propose-only under the coco-loops governance framework.

2k tokens
Code Verification
coco

Post-implementation verification system that catches AI-introduced bugs. Covers 7 categories — TDZ errors, import mismatches, reference integrity, dead code, React state/effects, mock isolation, and CSS integrity. Run after every code change, after writing tests, or before marking a task complete. Triggers on "verify", "check code quality", "run verification", "audit code", "quality gate", "pre-commit check".

3k tokens
Cognee
coco

Knowledge graph memory backend powered by Cognee. Query, status check, dataset management, and backend switching between Brain and Cognee. Triggers on: 'cognee', 'knowledge graph', 'graph memory', 'switch memory', 'memory backend'.

1k tokens
Cognee:recall
coco

Semantic and graph search across Cognee knowledge graph. Queries project memory, finds related entities and decisions, injects results as agent context. Triggers on: 'cognee recall', 'search memory', 'what do we know about', 'find related', 'graph search', 'memory search', 'recall context'.

2k tokens
Cognee:store
coco

Push project knowledge into the Cognee knowledge graph. Stores entities, decisions, events, relationships, and session context. End-of-session flush that extracts everything from the conversation and writes to the graph. Triggers on: 'cognee store', 'push to cognee', 'save to graph', 'remember this', 'log this decision'.

2k tokens
Create Rule
coco

Create Cursor rules for persistent AI guidance. Use when the user wants to create a rule, add coding standards, set up project conventions, configure file-specific patterns, create RULE.md files, or asks about .cursor/rules/ or AGENTS.md.

742 tokens
Create Skill
coco

Guides users through creating effective Agent Skills for Cursor. Use when the user wants to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.

2k tokens
Create Subagent
coco

Create custom subagents for specialized AI tasks. Use when the user wants to create a new type of subagent, set up task-specific agents, configure code reviewers, debuggers, or domain-specific assistants with custom prompts.

2k tokens
Data Analytics Super Intelligence
coco
137k tokens scripts
Design Taste Frontend
coco

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

22k tokens
Dispatching Parallel Agents
coco

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2k tokens
Embedded Captions
coco

> Add captions or subtitles to an existing single-subject talking-head video without editing the footage. Use for plain verbatim captions, cinematic captions embedded behind the subject, VFX captions, “炸/特效/酷炫字幕,” or a named identity from the 35-style catalog. Route by visual identity, not by backend engine. The quiet `anchor` rail is the default; embed every word only when the user explicitly wants a fully cinematic treatment. The workflow runs locally end to end, including transcription and subject matting; split multi-shot footage before applying it.

572k tokens scripts
Engineering
coco
685k tokens scripts
Executing Plans
coco

Use when you have a written implementation plan to execute in a separate session with review checkpoints

620 tokens
Expo API Routes
coco

Guidelines for creating API routes in Expo Router with EAS Hosting

2k tokens
Faceless Explainer
coco

Turn arbitrary text — an article, notes, a topic, a brief — into a faceless explainer video: there is no site or footage to capture, so the visuals are invented per scene (typography, abstract graphics, diagrams, data-viz). Use for topic explainers, concept breakdowns, how-tos, listicles. Not a video built from a website (/product-launch-video — promo or tour). Unclear → /hyperframes.

63k tokens scripts
Figma
coco

Import Figma content into a HyperFrames composition — rendered assets, brand tokens, components, storyboard sections → reconstructed motion (frames read as states, not slides) (REST/CLI), connector-assisted motion when available, and shaders from a connector or native export. Use when the user pastes a figma.com link or asks to bring a Figma design, frame, logo, brand, or animation into a video/composition.

6k tokens scripts
Finance Super Intelligence
coco
232k tokens scripts
Find Skills
coco

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

1k tokens
Finishing A Development Branch
coco

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
Frontend Design
coco

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

4k tokens
General Video
coco

> Author or edit a custom HyperFrames composition when no specialized workflow fits, or when montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated motion-first unit, including an animated title. Route fresh creation through hyperframes before using this skill.

7k tokens scripts
Generate Tests
coco

Generate complete test coverage for any file, component, or module. Covers unit tests, integration tests, edge cases, error handling, and mocking — adapted to whatever testing framework the project uses.

2k tokens
Gsd Add Backlog
coco

Add an idea to the backlog parking lot (999.x numbering)

549 tokens
Gsd Add Phase
coco

Add phase to end of current milestone in roadmap

287 tokens
Gsd Add Tests
coco

Generate tests for a completed phase based on UAT criteria and implementation

284 tokens
Gsd Add Todo
coco

Capture idea or task as todo from current conversation context

303 tokens
Gsd Analyze Dependencies
coco

Analyze phase dependencies and suggest Depends on entries for ROADMAP.md

298 tokens
Gsd Audit Fix
coco

Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit

247 tokens
Gsd Audit Milestone
coco

Audit milestone completion against original intent before archiving

307 tokens
Gsd Audit Uat
coco

Cross-phase audit of all outstanding UAT and verification items

154 tokens
Gsd Autonomous
coco

Run all remaining phases autonomously — discuss→plan→execute per phase

479 tokens
Gsd Check Todos
coco

List pending todos and select one to work on

314 tokens
Gsd Cleanup
coco

Archive accumulated phase directories from completed milestones

162 tokens
Gsd Code Review
coco

Review source files changed during a phase for bugs, security issues, and code quality problems

620 tokens
Gsd Code Review Fix
coco

Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.

536 tokens
Gsd Complete Milestone
coco

Archive completed milestone and prepare for next version

1k tokens
Gsd Debug
coco

Systematic debugging with persistent state across context resets

1k tokens
Gsd Discuss Phase
coco

Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).

802 tokens
Gsd Do
coco

Route freeform text to the right GSD command automatically

222 tokens
Gsd Docs Update
coco

Generate or update project documentation verified against the codebase

565 tokens
Gsd Execute Phase
coco

Execute all plans in a phase with wave-based parallelization

747 tokens
Gsd Explore
coco

Socratic ideation and idea routing — think through ideas before committing to plans

197 tokens
Gsd Fast
coco

Execute a trivial task inline — no subagents, no planning overhead

226 tokens
Gsd Forensics
coco

Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong

593 tokens
Gsd Health
coco

Diagnose planning directory health and optionally repair issues

161 tokens
Gsd Help
coco

Show available GSD commands and usage guide

157 tokens
Gsd Import
coco

Ingest external plans with conflict detection against project decisions before writing anything.

222 tokens
Gsd Insert Phase
coco

Insert urgent work as decimal phase (e.g., 72.1) between existing phases

271 tokens
Gsd Intel
coco

Query, inspect, or refresh codebase intelligence files in .planning/intel/

1k tokens
Gsd Join Discord
coco

Join the GSD Discord community

99 tokens
Gsd List Phase Assumptions
coco

Surface Claude's assumptions about a phase approach before planning

366 tokens
Gsd List Workspaces
coco

List active GSD workspaces and their status

153 tokens
Gsd Manager
coco

Interactive command center for managing multiple phases from one terminal

391 tokens
Gsd Map Codebase
coco

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

649 tokens
Gsd Milestone Summary
coco

Generate a comprehensive project summary from milestone artifacts for team onboarding and review

482 tokens
Gsd New Milestone
coco

Start a new milestone cycle — update PROJECT.md and route to requirements

434 tokens
Gsd New Project
coco

Initialize a new project with deep context gathering and PROJECT.md

420 tokens
Gsd New Workspace
coco

Create an isolated workspace with repo copies and independent .planning/

451 tokens
Gsd Next
coco

Automatically advance to the next logical step in the GSD workflow

199 tokens
Gsd Note
coco

Zero-friction idea capture. Append, list, or promote notes to todos.

236 tokens
Gsd Pause Work
coco

Create context handoff when pausing work mid-phase

261 tokens
Gsd Plan Milestone Gaps
coco

Create phases to close all gaps identified by milestone audit

262 tokens
Gsd Plan Phase
coco

Create detailed phase plan (PLAN.md) with verification loop

574 tokens
Gsd Plant Seed
coco

Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone

217 tokens
Gsd Pr Branch
coco

Create a clean PR branch by filtering out .planning/ commits — ready for code review

194 tokens
Gsd Profile User
coco

Generate developer behavioral profile and create Claude-discoverable artifacts

405 tokens
Gsd Progress
coco

Check project progress, show context, and route to next action (execute or plan)

182 tokens
Gsd Quick
coco

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

506 tokens
Gsd Reapply Patches
coco

Reapply local modifications after a GSD update

3k tokens
Gsd Remove Phase
coco

Remove a future phase from roadmap and renumber subsequent phases

249 tokens
Gsd Remove Workspace
coco

Remove a GSD workspace and clean up worktrees

193 tokens
Gsd Research Phase
coco

Research how to implement a phase (standalone - usually use /gsd-plan-phase instead)

1k tokens
Gsd Resume Work
coco

Resume work from previous session with full context restoration

286 tokens
Gsd Review
coco

Request cross-AI peer review of phase plans from external AI CLIs

293 tokens
Gsd Review Backlog
coco

Review and promote backlog items to active milestone

488 tokens
Gsd Scan
coco

Rapid codebase assessment — lightweight alternative to /gsd-map-codebase

185 tokens
Gsd Secure Phase
coco

Retroactively verify threat mitigations for a completed phase

210 tokens
Gsd Session Report
coco

Generate a session report with token usage estimates, work summary, and outcomes

151 tokens
Gsd Set Profile
coco

Switch model profile for GSD agents (quality/balanced/budget/inherit)

93 tokens
Gsd Settings
coco

Configure GSD workflow toggles and model profile

253 tokens
Gsd Ship
coco

Create PR, run review, and prepare for merge after verification passes

174 tokens
Gsd Stats
coco

Display project statistics — phases, plans, requirements, git metrics, and timeline

136 tokens
Gsd Thread
coco

Manage persistent context threads for cross-session work

765 tokens
Gsd UI Phase
coco

Generate UI design contract (UI-SPEC.md) for frontend phases

206 tokens
Gsd UI Review
coco

Retroactive 6-pillar visual audit of implemented frontend code

191 tokens
Gsd Undo
coco

Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.

248 tokens
Gsd Update
coco

Update GSD to latest version with changelog display

241 tokens
Gsd Validate Phase
coco

Retroactively audit and fill Nyquist validation gaps for a completed phase

220 tokens
Gsd Verify Work
coco

Validate built features through conversational UAT

331 tokens
Gsd Workstreams
coco

Manage parallel workstreams — list, create, switch, status, progress, complete, and resume

607 tokens
Gtm Super Intelligence
coco
108k tokens scripts
Humanizer
coco

| Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.

9k tokens
Hyperframes
coco

> video, animation, or motion graphic, including a promo, explainer, captioned clip, title card, overlay, slideshow or interactive deck, Remotion port, or any HyperFrames HTML composition. Also use it to inspect, diagnose, validate, preview, publish, or batch-render an existing HyperFrames project. Inputs may be a website URL, GitHub PR, Figma design or URL, text or brief, existing footage, or music. It resumes project state, captures intent when applicable, selects and installs the owning workflow, and routes domain capabilities. HyperFrames is the default output framework unless the user explicitly chooses another framework for the deliverable or asks only to record a browser session.

16k tokens
Hyperframes CLI
coco

> compare, grade-compare, preview, play, present, beats, keyframes, single or batch render, publish, cloud, cloudrun, feedback, lambda, doctor, browser, info, upgrade, skills, compositions, docs, benchmark, telemetry, transcribe, auth, tts, and remove-background. Also use when diagnosing build or render failures. validate, inspect, and layout are deprecated aliases; use check. Covers local, HeyGen-hosted cloud, AWS Lambda, and Google Cloud Run rendering.

25k tokens
Hyperframes Core
coco

The HyperFrames composition contract — build one renderable project. Use for composition structure, the `data-*` timing attributes, `class="clip"`, tracks, sub-compositions, variables, framework-owned media playback, deterministic-render rules, and validation. Also covers Tailwind projects and the STORYBOARD.md / SCRIPT.md plan formats. Read before writing composition HTML.

37k tokens scripts
Journey Map
coco

> Loads full context for a React Flow (@xyflow/react) user journey mapping project. Use when working on, extending, debugging, or building features for "work on journey map", "build user journey", "react flow journey project", "journey-map app", or any request to add features like swimlanes, emotion curves, persona nodes, touchpoints, or pain point markers.

1k tokens
Karpathy Guidelines
coco

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

1k tokens
M0
coco

Cross-tool agent memory control plane. Start, stop, and check the M0 operational-thread server; find the store; drain deferred writes; wire the MCP tools and session hooks. Local SQLite, no dependencies, no network. Triggers on: 'm0', 'm0 status', 'start m0', 'cross-tool memory', 'operational thread', 'agent memory server', 'where is my memory stored'.

12k tokens scripts
M0 Handoff
coco

Session handoff and resume for M0. Write a compact_checkpoint before a session ends or context is compacted, and resume from the latest one at the start of a session in any tool. Turns a cold start into a continuation. Triggers on: 'm0 handoff', 'hand off', 'session handoff', 'save session state', 'resume where we left off', 'pick up where we left off', 'before I compact', 'end of session', 'continue in Cursor', 'continue in Claude Code'.

2k tokens
M0 Recall
coco

Read the recent M0 operational thread for a project, newest first, to pick up work started in this or another tool. Answers 'where were we' and 'what is next' before asking the user to repeat context. Local SQLite, no embeddings, no network. Triggers on: 'm0 recall', 'where were we', 'what did we do last time', 'catch me up', 'resume context', 'read the thread', 'what is next'.

1k tokens
M0 Remember
coco

Write one entry to the M0 operational thread so the next session, in this tool or any other, can continue the work. Records a completed step, a decision, a verification result, or a dispatched lane. Idempotent and local-only. Triggers on: 'remember this', 'm0 remember', 'save to memory', 'log this decision', 'record what we did', 'note for next session', 'write a checkpoint'.

1k tokens
Media Use
coco

Agent Media OS, the single skill for every media need in a HyperFrames project. Resolve BGM, SFX, image, icon, brand logo, voice, color grade, or LUT into a frozen local file or paste-ready block + ledger record (one verb, `resolve`); generate via TTS / music / image models when the catalog misses; produce voiceover, transcription, captions, and background removal through one shared audio engine; operate on media (cut / reframe / transform); and reuse assets across projects. Also use for vague feedback that real footage looks dark, flat, boring, should feel retro/camcorder/print/ASCII, needs privacy, or needs a media reveal.

515k tokens scripts
Meta:media
coco

Multimodal memory — ingest, embed, and search media (images, video, audio, files) with Gemini Embedding 2 + ChromaDB

1k tokens
Migrate To Skills
coco

Convert 'Applied intelligently' Cursor rules (.cursor/rules/*.mdc) and slash commands (.cursor/commands/*.md) to Agent Skills format (.cursor/skills/). Use when the user wants to migrate rules or commands to skills, convert .mdc rules to SKILL.md format, or consolidate commands into the skills directory.

2k tokens
Motion Graphics
coco

> A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI animation (scroll, cursor, callouts), or fusing a real image's geometry into a chart. Usually under 10s (up to ~30s), no narration or live-action subject; renders to MP4 or transparent overlay. Longer / narrated / multi-scene → /general-video. Unclear → /hyperframes.

28k tokens
Music To Video
coco

Turn a music track (an audio file, a video to pull audio from, or a track generated from a mood brief) into a beat-synced video — lyric video, slideshow, or kinetic promo. The music drives all pacing; any user-supplied images/videos are cut onto the same beat grid, and a complete video needs zero assets. Narrated pieces → the input-matched workflow (see /hyperframes). Unclear → /hyperframes.

1552k tokens scripts
Openai Agents
coco

| Build AI applications with OpenAI Agents SDK - text agents, voice agents, multi-agent handoffs, tools with Zod schemas, guardrails, and streaming. Prevents 11 documented errors.

37k tokens scripts
Openai API
coco

| Build with OpenAI stateless APIs - Chat Completions (GPT-5.2, o3), Realtime voice, Batch API (50% savings), Embeddings, DALL-E 3, Whisper, and TTS. Prevents 16 documented errors.

49k tokens scripts
OpenAI Apps MCP
coco

| Build ChatGPT apps with MCP servers on Cloudflare Workers. Extend ChatGPT with custom tools and interactive widgets (HTML/JS UI).

7k tokens scripts
Openai Whisper
coco

Speech-to-text transcription via OpenAI Whisper. Supports two modes — Local CLI (no API key, runs on-device) and Cloud API (fast, scalable, requires OPENAI_API_KEY). Use when the user needs to transcribe audio files, translate speech, or convert audio to text.

967 tokens
Pmstudio
coco

PM Studio command center. Use for a quick overview of available commands and document inventory. Use when someone says "pmstudio", "show commands", "what can I generate", or "project status". Do NOT use for detailed completeness audits — use /pmstudio-nfr instead. Shows document coverage dashboard and recommends which /pmstudio-* command to run next.

2k tokens
Pmstudio Arb
coco

Generate an Architecture Review Board (ARB) presentation in Coco Inc's standard 11-slide format. Use when someone asks to "create an ARB deck", "architecture review presentation", "prepare for architecture review board", "ARB slides", or needs to present a product/platform architecture for sign-off. Reads PRD, architecture maps, and project memory to pre-fill technical content. Produces a self-contained HTML slide deck.

2k tokens
Pmstudio Changelog
coco

Create or update a structured change log for a product or platform. Use when someone asks to "create a change log", "log this change", "what changed", "update the change log", "release notes", or "changelog". Reads project memory (CLAUDE.local.md Recent Changes) and meeting notes to build chronological change records. Supports init (backfill from memory), update (append new entries), and release (summarize for a version).

1k tokens
Pmstudio Comms
coco

Generate templated stakeholder communications from project context. Use when someone asks to "write a go-live email", "create a status update", "onboard someone", "write an announcement", "steerco update", "incident summary", "change notification", or any stakeholder communication task. Reads project memory, stakeholder directory, PRD, and meeting notes to pre-fill real names, dates, and context. Produces ready-to-send Markdown.

3k tokens
Pmstudio Dr
coco

Generate a Disaster Recovery plan with RTO/RPO targets. Use when someone asks to "create a DR plan", "disaster recovery", "business continuity", or "RTO RPO". Do NOT use for step-by-step restoration runbooks — use /pmstudio-recovery instead. Designed for SaaS platform products where Coco Inc is the customer — focuses on service continuity, data recovery, and vendor dependency management rather than infrastructure rebuild.

3k tokens
Pmstudio Init
coco

Use when starting a new project, onboarding to an existing product, or setting up a documentation ecosystem for any initiative. Scaffolds the standard document set, folder structure, project memory, and doc-sync config. Works for software products, consulting engagements, platform implementations, and governance programs.

6k tokens
Pmstudio Irp
coco

Generate an Incident Response Plan (IRP) with severity classification, escalation procedures, and communication templates. Use when someone asks to "create an incident response plan", "IRP", "incident procedures", "escalation matrix", "incident playbook", or needs to document how to handle incidents for a product/platform. Reads PRD, stakeholder directory, and project memory to build product-specific response procedures. Complementary to DR plan (DR = restore service; IRP = manage the incident while it's happening).

3k tokens
Pmstudio Meeting Notes
coco

Generate structured meeting notes from transcripts or pasted text. Use when someone says "meeting notes", "process this transcript", "summarize this call", "notes from today's meeting", or pastes/references a meeting transcript. Auto-enriches attendees from stakeholder directory, routes output to correct project subfolder, flags downstream artifact impacts (PRD, deck, architecture), and proposes CLAUDE.local.md updates. Produces date-first Markdown files.

3k tokens
Pmstudio Nfr
coco

Detailed completeness audit of all project documents. Use when someone asks "are we ready for production", "audit our docs", "readiness check", "nfr tracker", or "what's missing". Do NOT use for a quick command listing — use /pmstudio instead. Scans every document for section-level completeness, reports staleness, and gives prioritized gap-closure recommendations.

9k tokens
Pmstudio Recovery
coco

Generate detailed service restoration runbooks with step-by-step procedures. Use when someone asks to "create recovery procedures", "restoration runbook", "recovery steps", "how to restore service", or needs tactical step-by-step procedures for recovering from disaster scenarios. This is the execution companion to the DR plan — DR defines what and when, recovery-plan defines exactly how. Requires a DR plan to exist (will prompt to run /pmstudio-dr first if missing).

1k tokens
Pmstudio Sync
coco

Use when a project has linked documentation artifacts (PRDs, presentations, meeting notes, architecture maps) that must stay synchronized. Detects which source files changed, identifies downstream documents needing updates, reads new content, and proposes specific edits with diffs before applying. Also use when a .sync-report.md exists in the project or user says "process sync report".

2k tokens
Prd Generator
coco

Generate comprehensive Product Requirements Documents (PRDs) for product managers. Use this skill when users ask to "create a PRD", "write product requirements", "document a feature", or need help structuring product specifications.

20k tokens scripts
PRD Mastery: Context Aware, Expert Driven, and Token Efficient Refinement
coco

A skill that blends the wisdom of top industry experts, ensures token-efficient PRDs, and organizes outputs in a clear folder structure.

18k tokens scripts
Product Design
coco
539k tokens scripts
Product Launch Video
coco

Turn a product or marketing URL, pasted script, or brief into a product launch / promo video — SaaS promos, feature reveals, product demos, app and company launches. Use when the user wants to market, launch, promote, or reveal a product; the default for any commercial URL. Site tours / showcases of a website route here too — the brief carries the show-it-as-is intent. Unclear → /hyperframes.

73k tokens scripts
Pr To Video
coco

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR topic explainer (/faceless-explainer). Unclear → /hyperframes.

84k tokens scripts
Receiving Code Review
coco

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2k tokens
Redesign Existing Projects
coco

Upgrades existing websites and apps to premium quality. Audits current design, identifies generic AI patterns, and applies high-end design standards without breaking functionality. Works with any CSS framework or vanilla CSS.

4k tokens
Requesting Code Review
coco

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2k tokens
Risk Compliance Super Intelligence
coco
136k tokens scripts
Scroll World
coco

> Build an immersive scroll-scrubbed "fly through the world" landing page for any industry or brand using Higgsfield. As the visitor scrolls, a pre-rendered camera flies from outside each scene into its interior, then flows on to the next scene with NO cuts — one continuous connected flight (Emons-style isometric diorama world, or any art direction you pick). The skill interviews the user for the topic, the story beats/sections, and brand kit, then generates cohesive scenes + seamless camera clips with Higgsfield and wires a portable, framework-agnostic scroll-scrub engine. The video chain renders through Monid by default (Seedance 2.0, pay-per-clip USD — capability re-checked each build, see Step 4) with Higgsfield credits as the fallback biller. Use when the user wants a "3D world" / "browse-through-the-industry" hero, a scroll cinematic, a diorama landing, or to turn a business into a scrollable world.

28k tokens scripts
Skill Creator
coco

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

13k tokens scripts
Strategy Super Intelligence
coco
134k tokens scripts
Subagent Driven Development
coco

Use when executing implementation plans with independent tasks in the current session

5k tokens
Swiftui Liquid Glass
coco

Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.

3k tokens
Systematic Debugging
coco

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

10k tokens scripts
Tailwind Patterns
coco

Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture. Use when building with Tailwind v4 or migrating from v3.

2k tokens
Talking Head Recut
coco

Package an existing talking-head / interview / podcast video with timed, designed GRAPHIC OVERLAY cards — kinetic titles, lower-thirds, data callouts, quotes, side panels, picture-in-picture — synced to the transcript, on a 16:9 / 9:16 / 4:5 canvas of your choice; the clip plays untouched underneath. Trigger on "graphic overlays", "on-screen graphics", "package / dress up my video". Not plain subtitles (/embedded-captions). Unclear → /hyperframes.

130k tokens scripts
Task Prd Creator
coco

Use this skill when users request new features, enhancements, bug fixes, or any work that needs planning. Creates structured task files and PRDs (Product Requirements Documents) before implementation. Activates for "I want to add X", "implement Y", "create a task for Z", "plan this feature", or any feature request.

3k tokens
Test Driven Development
coco

Use when implementing any feature or bugfix, before writing implementation code

5k tokens
Trading Super Intelligence
coco
206k tokens scripts
UI Ux Pro Max
coco

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.

4k tokens
Ultra Think
coco

Deep, multi-dimensional analysis and problem solving. Activates systematic reasoning across technical, business, user, and system perspectives. Generates multiple solutions with trade-offs, then synthesizes into a clear recommendation.

2k tokens
Update Cursor Settings
coco

Modify Cursor/VSCode user settings in settings.json. Use when the user wants to change editor settings, preferences, configuration, themes, font size, tab size, format on save, auto save, keybindings, or any settings.json values.

854 tokens
Using Git Worktrees
coco

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

1k tokens
Using Superpowers
coco

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

2k tokens
Vercel React Best Practices
coco

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

42k tokens
Verification Before Completion
coco

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

1k tokens
Visual Explainer
coco

Generate self-contained HTML visual explanations for systems, code changes, plans, data, and technical concepts. Use for diagrams, architecture overviews, diff or plan reviews, project recaps, comparison tables, slide decks, and other visual explanations.

56k tokens
Voice AI
coco

Voice AI architecture and implementation guide. Covers two architectures: speech-to-speech (OpenAI Realtime API, lowest latency) and pipeline (STT->LLM->TTS, more control). Includes provider-specific patterns for OpenAI Realtime, Vapi, Deepgram, ElevenLabs, and LiveKit. Use when building voice agents, voice-enabled apps, or real-time conversational AI.

3k tokens
Web Design Guidelines
coco

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

311 tokens
Website To Video
coco

Capture a general website/URL and turn it into a video OF the site — tour, showcase, or social clip built from captured screenshots and the site's own brand assets. Use for portfolio / blog / docs / landing-page showcases. Not a product launch or promo, even from a URL (/product-launch-video). Unclear → /hyperframes.

395k tokens scripts
Workflow Routing
coco

Use at the start of any task to route between Superpowers skills and GSD commands based on project state, task scope, and context signals. Fires before other skills when both systems are installed.

2k tokens
Writing Plans
coco

Use when you have a spec or requirements for a multi-step task, before touching code

2k tokens
Writing Skills
coco

Use when creating new skills, editing existing skills, or verifying skills work before deployment

14k tokens scripts
Hyperframes Animation
coco

All animation knowledge for HyperFrames — atomic motion rules, multi-phase scene blueprints, scene transitions, broader motion-design techniques, AND the seven runtime adapters (GSAP default, plus Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, TypeGPU). Use for any motion or animation task: pick 2-4 rules and compose, or load a blueprint, or look up runtime-specific API (e.g. GSAP eases / Lottie player / Three.js mixer). Also covers auditing an existing composition's choreography (animation map) and 24 named text-animation effects. HyperFrames-native: single paused timeline, seek-safe, deterministic.

299k tokens scripts
Hyperframes Creative
coco

Non-animation creative direction for HyperFrames videos. Use for design spec (frame.md / design.md) handling, palettes, typography, narration, beat planning, audio-reactive visuals, composition patterns, and brand / style decisions. For atomic motion patterns and scene blueprints, use `hyperframes-animation`.

299k tokens scripts
Hyperframes Keyframes
coco

> Use when a HyperFrames composition needs seek-safe 2D/3D keyframes, GSAP timelines, CSS keyframes, Anime.js, WAAPI, FLIP, paths, masks, SVG morph/draw, text trails, 3D depth, or `hyperframes keyframes` diagnostics. Don't use for broad scene strategy, brand design, media sourcing, captions, or general video planning.

5k tokens
Hyperframes Registry
coco

Install, discover, and wire registry blocks and components into HyperFrames compositions. Use when running hyperframes add or hyperframes catalog, installing one item or every block matching a tag, wiring an installed item into index.html, or working with hyperframes.json. Covers discovery, install locations, block sub-composition wiring, component snippet merging, and authoring a new block or component to contribute upstream (idea → scaffold → validate → PR).

13k tokens
Remotion To Hyperframes
coco

Port an existing Remotion (React) composition''s source to HyperFrames HTML. Use ONLY on an explicit ask to port/convert/migrate/translate a Remotion source — one-way, Remotion-only. A passing Remotion mention, reference-only code, or "make something like my Remotion video" is a fresh build (/general-video). Unclear → /hyperframes.

43k tokens scripts
Slideshow
coco

> Author a HyperFrames slideshow — a presentation, pitch deck, or interactive deck with discrete slides, fragment reveals, branching, hotspot navigation, and built-in presenter mode with speaker notes; also converts an existing page into a deck. Output is a navigable deck, not a rendered MP4. If the user didn't explicitly ask for a slideshow, confirm before authoring. Unclear → /hyperframes.

20k tokens