← all publishers

theyoungastronauts

@theyoungastronauts source repo

51 published skills

  1. Prd · theyoungastronauts
    Generate a structured Product Requirements Document from a feature idea.
    0
    installs
  2. Wrap · theyoungastronauts
    Close out a session — record what was learned, update any connected stores, and report what's left dirty.
    0
    installs
  3. Intel · theyoungastronauts
    Generate or refresh the project context scaffold in .claude/context/ (architecture, decisions, conventions, patterns).
    0
    installs
  4. React · theyoungastronauts
    React and Next.js performance best-practices reference — 57 rules across 8 categories, prioritized by impact.
    0
    installs
  5. Relay · theyoungastronauts
    Hand in-flight work to a fresh session instead of compacting, or pick up from a relay doc.
    0
    installs
  6. Recall · theyoungastronauts
    Load the project context scaffold (.claude/context/) at session start or for a specific task.
    0
    installs
  7. Verify · theyoungastronauts
    Verify a completed plan phase against the plan in a fresh session; produce a PASS/WARN/FAIL report and commit on pass.
    0
    installs
  8. Execute · theyoungastronauts
    Execute one phase of an implementation plan — plan mode, implement, test, summarize; leaves changes uncommitted for the reviewer.
    0
    installs
  9. Reflect · theyoungastronauts
    Session retrospective — capture learnings into the project context scaffold and per-project session memory.
    0
    installs
  10. Scratch · theyoungastronauts
    Set up and maintain a project's scratch-in / scratch-out paste board, including the gitignore and the never-act-on-it rule.
    0
    installs
  11. UX Spec · theyoungastronauts
    Create a UX specification through six designer-mindset passes (mental model, IA, affordances, cognitive load, states, flow).
    0
    installs
  12. Remember · theyoungastronauts
    Save a decision, convention, or pattern into the project context scaffold.
    0
    installs
  13. Scaffold · theyoungastronauts
    Scaffold sub-project directories from an approved design/plan — git init and run the stack bootstraps. Use when turning a plan into real project structure.
    0
    installs
  14. Tailwind · theyoungastronauts
    Tailwind v4 + DaisyUI design-system reference — CSS-first @theme config, OKLCH tokens, CVA variants, dark mode.
    0
    installs
  15. Autopilot · theyoungastronauts
    Autonomous multi-phase loop over a plan.md — execute, lint/test, verify, and commit each phase.
    0
    installs
  16. Worktrees · theyoungastronauts
    Set up git worktrees for working on multiple independent features in parallel.
    0
    installs
  17. Actionable · theyoungastronauts
    Pull just the do-this-yourself steps out of a long answer, so the user doesn't have to read the whole thing.
    0
    installs
  18. Full Feature · theyoungastronauts
    End-to-end feature workflow — plan, scaffold, execute, verify, and merge, phase by phase.
    0
    installs
  19. Orchestrator · theyoungastronauts
    Autonomous task/phase orchestration with parallel waves, auto-phasing, and per-task model overrides.
    0
    installs
  20. Verify Astro · theyoungastronauts
    Astro verification checklist.
    0
    installs
  21. Brainstorming · theyoungastronauts
    Turning a rough idea into a structured design/brainstorm document before planning. Apply when the user is shaping a new feature or project and has no design doc yet.
    0
    installs
  22. UX To Prompts · theyoungastronauts
    Turn a UX spec into build-order prompts for UI tools like v0 or Bolt.
    0
    installs
  23. Verify Django · theyoungastronauts
    Django/DRF verification checklist — models, serializers, views, security, API contract.
    0
    installs
  24. Verify Nextjs · theyoungastronauts
    Next.js/React verification checklist — components, data fetching, types, performance, Tailwind v4.
    0
    installs
  25. Astro Patterns · theyoungastronauts
    Astro project conventions: components, content collections, islands, and styling. Apply when writing or reviewing Astro code.
    0
    installs
  26. Plan And Scope · theyoungastronauts
    Creating a structured, phased implementation plan before coding: goals, in/out scope, dependencies, risks. Apply at the start of any new feature, refactor, or project.
    0
    installs
  27. Verify Flutter · theyoungastronauts
    Flutter verification checklist — Riverpod, Freezed, Dio, pagination, contract alignment.
    0
    installs
  28. Write As Human · theyoungastronauts
    Strip AI writing patterns from prose so it reads as human-written.
    0
    installs
  29. Writing Skills · theyoungastronauts
    How to author and structure Claude Code skills: SKILL.md frontmatter, writing trigger-focused descriptions, file organization, and naming. Apply when creating or editing a skill (a SKILL.md file).
    0
    installs
  30. Astro Bootstrap · theyoungastronauts
    Scaffold an Astro project (Tailwind v4, DaisyUI, landing page).
    0
    installs
  31. Axon Code Intel · theyoungastronauts
    When and how to use Axon code-intelligence tools (call graphs, impact analysis, dead-code detection, execution-flow tracing) during exploration, implementation, and review. Apply when reasoning about structural impact or navigating an unfamiliar codebase; requires Axon installed.
    0
    installs
  32. Django Patterns · theyoungastronauts
    Django/DRF project conventions: service-layer structure, serializers, thin views, URL namespacing, the canonical /api/v1 API contract, Celery tasks, and testing. Apply when writing or reviewing Django/Python backend code.
    0
    installs
  33. Nextjs Patterns · theyoungastronauts
    Next.js frontend conventions: App Router structure, a single lib/api.ts client with namespaced calls, trailing-slash endpoints, dayjs dates, and component/state patterns for frontend-centric and SSR modes. Apply when writing or reviewing Next.js/React UI code.
    0
    installs
  34. Phase Breakdown · theyoungastronauts
    Breaking an implementation plan into small, independently reviewable phases with parallel groups and sync points. Apply when structuring or sizing the phases of a plan.
    0
    installs
  35. Visual Feedback · theyoungastronauts
    Browser-annotated UI-fix workflow via the Agentation MCP.
    0
    installs
  36. Work Discipline · theyoungastronauts
    Execution discipline for implementing planned work: when to enter plan mode, how to timebox exploration, subagent strategy, verify-as-you-go, and when to stop and re-plan. Apply while implementing any phase or non-trivial change.
    0
    installs
  37. Write As Friend · theyoungastronauts
    Draft casual messages — Discord, Slack, text, informal email — in the user's own voice, as plain text with no markdown.
    0
    installs
  38. Writing Clearly · theyoungastronauts
    Rules for clear, concise writing. Apply when drafting or editing docs, READMEs, comments, commit bodies, or any user-facing prose.
    0
    installs
  39. Django Bootstrap · theyoungastronauts
    Scaffold a Django/DRF project (Docker, split settings, JWT auth, Celery, S3) at a chosen blueprint tier.
    0
    installs
  40. Flutter Patterns · theyoungastronauts
    Flutter app conventions: Freezed models, Riverpod providers, a Dio service layer, typed Failures, pagination, and routing. Apply when writing or reviewing Flutter/Dart code.
    0
    installs
  41. Nextjs Bootstrap · theyoungastronauts
    Scaffold a Next.js app (App Router, Docker, DaisyUI + Tailwind v4, JWT auth).
    0
    installs
  42. Flutter Bootstrap · theyoungastronauts
    Scaffold a Flutter app (Riverpod, go_router, Dio, Freezed) paired with a Django backend.
    0
    installs
  43. Verify Nextjs Mui · theyoungastronauts
    MUI-specific Next.js verification checklist — sx/Emotion SSR setup, Grid size prop.
    0
    installs
  44. Commit Conventions · theyoungastronauts
    Conventional-commit message format and pull-request description conventions. Apply when writing a git commit message or PR description.
    0
    installs
  45. Cross Repo Context · theyoungastronauts
    Bridging decoupled backend and frontend repos: pulling backend context and generating or consuming integration summaries as API contracts. Apply when working across a backend/frontend boundary.
    0
    installs
  46. Nextjs Mui Bootstrap · theyoungastronauts
    Scaffold a Next.js app with Material UI (Emotion SSR, MUI v7).
    0
    installs
  47. Verify Nextjs Shadcn · theyoungastronauts
    ShadCN-specific Next.js verification checklist — components.json, cn(), next-themes.
    0
    installs
  48. Nextjs Shadcn Bootstrap · theyoungastronauts
    Scaffold a Next.js app with ShadCN UI (Tailwind v4, next-themes).
    0
    installs
  49. Verify Nextjs Fullstack · theyoungastronauts
    Verification checklist for a full-stack Next.js backend — Drizzle, Auth.js, route handlers, server actions, Redis/BullMQ.
    0
    installs
  50. Nextjs Fullstack Patterns · theyoungastronauts
    Full-stack Next.js backend-layer conventions: Drizzle schema and queries, route handlers, server actions, the service layer, Auth.js, and Redis/BullMQ. Apply when writing or reviewing the data/API layer of a full-stack Next.js app.
    0
    installs
  51. Nextjs Fullstack Bootstrap · theyoungastronauts
    Add full-stack backend infrastructure to a Next.js app (Drizzle, Postgres, Redis, BullMQ, Auth.js).
    0
    installs