← all publishers

marve10s

@marve10s source repo

37 published skills

  1. Tdd · marve10s
    Use 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.
    0
    installs
  2. Recall · marve10s
    Reconstruct 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.
    0
    installs
  3. Diagnose · marve10s bundle
    Disciplined 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.
    0
    installs
  4. No Comments · marve10s
    Spawn 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.
    0
    installs
  5. Blast Radius · marve10s
    Find 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.
    0
    installs
  6. Principle Prove It Works · marve10s
    Apply 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.'
    0
    installs
  7. Principle Build The Lever · marve10s
    Apply 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.
    0
    installs
  8. Principle Guard The Context Window · marve10s
    Apply 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.
    0
    installs
  9. Principle Encode Lessons In Structure · marve10s
    Apply 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.
    0
    installs
  10. Test Skill A · marve10s
    A simple test skill for unit testing
    0
    installs
  11. Test Skill B · marve10s bundle
    A test skill with rules directory
    0
    installs
  12. Existing Skill · marve10s
    A pre-existing skill in .claude/skills
    0
    installs
  13. Remotion · marve10s bundle
    Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays
    0
    installs
  14. Remotion Bits · marve10s bundle
    Animation 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.
    0
    installs
  15. Add To Project · marve10s
    Add 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.
    0
    installs
  16. Scaffold Project · marve10s
    Scaffold 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.
    0
    installs
  17. Better Fullstack · marve10s bundle
    Scaffold, 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.
    0
    installs
  18. Video Production · marve10s bundle
    Produce programmable videos with Remotion using scene planning, asset orchestration, and validation gates for automated, brand-consistent video content.
    0
    installs
  19. Remotion Animation · marve10s
    Generates 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".
    0
    installs
  20. Remotion Best Practices · marve10s bundle
    Best practices for Remotion - Video creation in React
    0
    installs
  21. Why · marve10s bundle
    Use 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.
    0
    installs
  22. File Pr · marve10s
    Commits 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".
    0
    installs
  23. Reflect · marve10s bundle
    Spawn 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.
    0
    installs
  24. Cavetail · marve10s bundle
    Thread-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.
    0
    installs
  25. Architect · marve10s bundle
    Sketch 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.
    0
    installs
  26. Babysit Pr · marve10s
    Owns 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.
    0
    installs
  27. Sub Agents · marve10s bundle
    Selects 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.
    0
    installs
  28. Automate Me · marve10s
    Use 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.
    0
    installs
  29. Clean Stale · marve10s
    Find 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.
    0
    installs
  30. Codex Imagen · marve10s bundle
    Generate 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.
    0
    installs
  31. HTML Reports · marve10s
    Write 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").
    0
    installs
  32. Social Writer · marve10s bundle
    Create 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.
    0
    installs
  33. Write A Skill · marve10s
    Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
    0
    installs
  34. Meeting Update · marve10s
    Prepares 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.
    0
    installs
  35. Post Writer Sms · marve10s
    When 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.
    0
    installs
  36. Effect TS Practices · marve10s
    Applies 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.
    0
    installs
  37. Create Verification Skill · marve10s bundle
    Generate 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.
    0
    installs