← all publishers

justnau1020

@justnau1020 source repo

21 published skills

  1. Dream · justnau1020
    Memory consolidation skill for Claude Code. Scans session transcripts for corrections, decisions, preferences, and patterns, then merges findings into persistent memory files. Auto-triggers via native Stop hook every 24hrs. Inspired by how sleep consolidates human memory.
    0
    installs
  2. Debate · justnau1020
    Adversarial 5-agent debate to evaluate what you have. Critics attack, defenders respond, moderator writes verdict. Produces a readiness report -- feed into /plan-features to act on findings.
    0
    installs
  3. Deploy · justnau1020
    Deploy to production. Runs pre-deploy safety checks, pushes to trigger CI/CD, and monitors the deployment.
    0
    installs
  4. Audit · justnau1020
    Orchestrate a full-project consistency audit using a parallel agent team. Spawns lane-specific auditors to cross-reference docs vs code vs tests vs infra, deduplicates findings, and writes a severity-scored audit report.
    0
    installs
  5. Exec Plan · justnau1020
    Execute an execution plan document by orchestrating worktree agents, enforcing commit/merge/test gates, and tracking progress. Main agent stays lean -- all work delegated.
    0
    installs
  6. Incident · justnau1020
    Guide through security incident or outage response. Use when there is a security incident, the service is down, or there is a production emergency.
    0
    installs
  7. Brainstorm · justnau1020
    Guided ideation with built-in feasibility research. Conversation with the user to explore ideas, research agents validate practicality, then resolve into a requirements doc for /plan-features.
    0
    installs
  8. Test All · justnau1020
    Run the full CI pipeline locally -- linting, type checking, and tests. Use before commits or deployments to verify everything passes.
    0
    installs
  9. Fix Issue · justnau1020
    Fix a GitHub issue end-to-end -- read the issue, implement the fix, write tests, and create a commit. Use when you want to fix a specific GitHub issue, resolve a bug report, or implement a feature request.
    0
    installs
  10. Dep Audit · justnau1020
    Run a security audit and dependency check on project dependencies. Use when you want to check for vulnerabilities, audit packages, or update outdated dependencies.
    0
    installs
  11. Review Pr · justnau1020
    Review a pull request for correctness, convention compliance, and test coverage. Use when you want to review a PR, check code quality, or get feedback on changes before merging.
    0
    installs
  12. Launch Review · justnau1020
    Structured debate -> plan -> execute pipeline for evaluating feature readiness. Runs 5-agent debate, creates action plan with review, then executes fixes.
    0
    installs
  13. Plan Features · justnau1020
    Generate execution plan documents for multi-team agent work. Analyzes file conflicts, builds dependency graphs, and produces structured plans that drive flawless parallel execution.
    0
    installs
  14. DB Migration · justnau1020
    Guide through a database schema change. Use when you need to modify the database schema, add columns, create tables, or run migrations.
    0
    installs
  15. New Endpoint · justnau1020
    Scaffold a new REST API endpoint. Use when adding a new API route or extending the REST API with new functionality.
    0
    installs
  16. New MCP Tool · justnau1020
    Add a new MCP tool to a FastMCP server. Use when adding a new tool for LLM agents or extending the MCP interface with new functionality.
    0
    installs
  17. Deploy Status · justnau1020
    Check the current deployment status, health, and recent CI runs. Use when you want to know if the service is up, check recent CI/CD activity, or diagnose deployment issues.
    0
    installs
  18. Hygiene Audit · justnau1020
    Run a comprehensive codebase hygiene audit. Spawns a team of recon and research agents to analyze structure, dependencies, inconsistencies, and industry best practices, then synthesizes findings into an actionable refactoring plan with phased implementation.
    0
    installs
  19. API Conventions · justnau1020
    API development conventions and patterns. Applies when writing or modifying API routes, MCP tools, or CLI commands -- covers authentication, ownership enforcement, error responses, and route organization.
    0
    installs
  20. Doc Architecture · justnau1020
    Update architecture documentation after code changes to keep docs in sync with reality. Use when structural changes have been made and documentation needs updating.
    0
    installs
  21. Dashboard Conventions · justnau1020
    Dashboard/frontend development conventions -- vanilla HTML/JS/CSS patterns, theming, and API integration. Applies when modifying frontend files.
    0
    installs