marve10s
- 37 skills
- 0 followers
- 11 hours ago last updated
- ▌ Tdd · marve10sUse only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious cheap local test target. Skip when the test path is unclear, expensive, integration-heavy, or not requested.
- ▌ Recall · marve10sReconstruct your recent working context from your own chat history, live state, and the shared record (user reports, prior fixes, incidents), then hand back a tight current-state brief. Use for 'recall my work on X', 'catch me up', 'what have I been working on', 'where did I leave off', before starting or resuming work.
- ▌ Diagnose · marve10s bundleDisciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, describes a performance regression, mentions alerts, incidents, or error spikes ("we need to work on these Grafana alerts"), or asks why something is happening. When the opening request names a symptom rather than a change, deliver the diagnosis and get agreement before editing any file.
- ▌ No Comments · marve10sSpawn Comment Sicko, fix accepted findings, and offer encodings for claimed constraints. Use when asked to clean up, strip, or check comments, and before filing a PR in a repository whose rules forbid narration comments.
- ▌ Blast Radius · marve10sFind what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe because of by running real code instead of writing it up. Use for 'blast radius of X', 'what could this break', or reviewing a small diff you don't trust.
- ▌ Principle Prove It Works · marve10sApply after completing a task, before declaring done. Verify against the real artifact (run the feature, read the actual value, inspect the diff), not a proxy, self-report, or 'it compiles.'
- ▌ Principle Build The Lever · marve10sApply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it or proves it (codemod, script, generator, or a skill your subagents follow) instead of working by hand. The tool is the artifact a reviewer can rerun.
- ▌ Principle Guard The Context Window · marve10sApply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagents; keep summaries in the main thread, not raw payloads.
- ▌ Principle Encode Lessons In Structure · marve10sApply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode the rule as a lint, metadata flag, runtime check, or script instead of more text.
- ▌
- ▌
- ▌
- ▌ Remotion · marve10s bundleGenerate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays
- ▌ Remotion Bits · marve10s bundleAnimation components and utilities for Remotion video projects. Use when building Remotion compositions with text animations, gradient transitions, particle effects, 3D scenes, or staggered motion effects. Provides example bits (complete compositions) and reusable components that can be installed via jsrepo.
- ▌ Add To Project · marve10sAdd capabilities, addons, deployment targets, generated CI, services, or stack updates to an existing Better Fullstack project. Use when the current repo has bts.jsonc or the user asks to extend a generated project. Prefer bfs_plan_stack_update and bfs_apply_stack_update; use legacy addon tools only for addon/deploy-only flows.
- ▌ Scaffold Project · marve10sScaffold a new app, API, backend, fullstack project, mobile app, polyglot service, monorepo, or starter with Better Fullstack. Use when the user wants to create, start, bootstrap, initialize, or generate a project from a stack description. Prefer the bundled Better Fullstack MCP server: guidance, schema, compatibility, plan, then create.
- ▌ Better Fullstack · marve10s bundleScaffold, plan, or extend Better Fullstack projects with the generator, CLI, or MCP server. Use when a user asks to create, generate, or scaffold a fullstack starter; choose a Better Fullstack stack; add Better Fullstack capabilities; compare agent scaffolding paths; or avoid hand-authoring boilerplate project files.
- ▌ Video Production · marve10s bundleProduce programmable videos with Remotion using scene planning, asset orchestration, and validation gates for automated, brand-consistent video content.
- ▌ Remotion Animation · marve10sGenerates animation configurations for Remotion including spring configs, interpolations, easing functions, and timing logic. Focuses ONLY on animation parameters, NOT component implementation. Use when defining animation behavior or when asked to "configure animations", "setup spring configs", "define easing curves".
- ▌
- ▌ Why · marve10s bundleUse for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat, infrastructure observability, error tracking, product analytics warehouse) in parallel, then returns a cited read on decisions and tradeoffs. Use how for runtime behavior.
- ▌ File Pr · marve10sCommits and pushes the current in-scope work and opens a ready-for-review pull request with an outcome-focused title and explanation. Use for any request that the work should end in a PR, however hedged — "file the PR", "I think we might file a PR", "we can create a PR based on this", "let's PR it".
- ▌ Reflect · marve10s bundleSpawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use when the user says reflect, or at the end of a session in which the user corrected the agent more than once.
- ▌ Cavetail · marve10s bundleThread-scoped toggle that runs the original Caveman terse-prose rules and Ponytail minimal-code rules together. Supports Ponytail intensity levels: lite, full (default), and ultra. Use only when the user explicitly invokes $cavetail or /cavetail, or explicitly asks to turn Cavetail on, off, switch intensity, or report status. Never activate implicitly.
- ▌ Architect · marve10s bundleSketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.
- ▌ Babysit Pr · marve10sOwns a pull request until CI is green and review threads are cleared. Use whenever the user asks to babysit, fully babysit, monitor, or watch a PR or several PRs, however hedged ("I think we might babysit it", "can we babysit all 3 PRs?"). Any babysit phrasing runs the full autonomous loop; only explicit limiting language ("monitor only", "just watch", "don't push") runs the escorted loop.
- ▌ Sub Agents · marve10s bundleSelects the model, harness, and workflow for delegated work, and defines the bounded review cycle. Use when reviewing a PR, diff, or plan, when asked for sub-agents, multi-model work, or an independent second opinion, and before starting any agent team, review skill, or workflow.
- ▌ Automate Me · marve10sUse for "automate me", "create/update/refresh my -mode skill", "turn/capture my preferences or working style into a skill", or wanting agents to follow how the user works. Drafts or revises a personal -mode skill via write-a-skill + unslop, optionally pulling fresh evidence from recent transcripts.
- ▌ Clean Stale · marve10sFind and delete stale worktrees, build artifacts, caches, and dead branches safely, with an inventory-first protocol and freed-space report. Use when asked to clean up, free disk space, remove stale worktrees or artifacts, when a repo or machine "is huge", or when leftover agent worktrees and generated test output accumulate.
- ▌ Codex Imagen · marve10s bundleGenerate or edit raster images by calling the ChatGPT/Codex Responses image_generation tool directly with local Codex or OpenClaw OAuth credentials, then save decoded image files for OpenClaw and other agent workflows.
- ▌ HTML Reports · marve10sWrite reports, plans, audits, explainers, and comparisons for the user as rich single-file HTML instead of markdown. Use whenever producing a report, implementation plan, audit result, research summary, PR walkthrough, or design exploration addressed to the user, however phrased ("write up what you found", "make a plan", "summarize the audit").
- ▌ Social Writer · marve10s bundleCreate engaging content for social media platforms: X posts and threads, LinkedIn, Threads, Instagram, Facebook. Includes writing styles, AI-avoidance patterns, hooks catalog, and macOS Notes integration. Use when drafting social media posts, writing thread series, applying engagement hooks, or adapting content for specific platforms. Keywords: social media, X, LinkedIn, threads, posts, hooks, content strategy, AI writing avoidance.
- ▌ Write A Skill · marve10sCreate new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
- ▌ Meeting Update · marve10sPrepares the user's concise, spoken work update for recurring Tuesday and Thursday evening meetings. Use when the user asks for a meeting update, boss update, or summary of what they completed since the previous meeting.
- ▌ Post Writer Sms · marve10sWhen the user wants to write a social media post for LinkedIn, Twitter/X, Threads, or Bluesky. Also use when the user mentions 'write a post,' 'draft a post,' 'LinkedIn post,' 'tweet,' 'Threads post,' 'Bluesky post,' 'social media post,' 'help me write,' or shares a topic and wants it turned into a post. For multi-part content, see thread-writer-sms. For carousels, see carousel-writer-sms. For opening lines specifically, see hook-writer-sms.
- ▌ Effect TS Practices · marve10sApplies Effect-first TypeScript architecture for errors, asynchronous workflows, runtime schemas, services, Layers, logging, tests, and Effect Atom. Use when writing or reviewing code in any project that uses Effect, Effect-TS, @effect packages, Effect Schema, or Effect Atom, unless a repository-specific Effect skill provides stricter guidance.
- ▌ Create Verification Skill · marve10s bundleGenerate a project-local verification skill that drives your app the way a user does — any language, framework, or platform. Use for /create-verification-skill, "make a control skill for this repo", or when a project has no scripted way to prove UI/CLI/service behavior.