← all publishers

shivae372

@shivae372 source repo

14 published skills

  1. Context Guard · shivae372
    Context window protection. Auto-activates when the conversation is getting long, when the user is about to do a large file read or exploration task, or when the context is approaching its limit. Helps route expensive operations to sub-agents to protect the main session.
    0
    installs
  2. Security Scan · shivae372
    Security audit skill. Invoke before deploying, after adding auth code, or when reviewing for vulnerabilities. Auto-activates on "security check", "check for vulnerabilities", "pre-deploy audit", "scan for secrets", "is this auth secure". Routes to security-scanner sub-agent.
    0
    installs
  3. Tips · shivae372
    Surfaces a few high-leverage, context-aware tips for getting more out of Claude Code. Self-contained (no external data file). Invoked by /tips, by analyze-repo at the end of a scan, or when the user asks how to use Claude better.
    0
    installs
  4. Forge · shivae372
    Authors a NEW, project-specific Claude Code skill from scratch when the ecosystem has nothing that fits. Use after `augment` finds no good match, or when the user wants a custom workflow captured as a reusable skill. Produces a detailed, validated skill — never a generic stub. Triggers: 'make a skill for…', 'turn this into a skill', 'I keep doing X, automate it'.
    0
    installs
  5. Learn · shivae372
    Makes the setup remember. Captures durable, project-specific learnings — user preferences, stack facts, conventions, fixes, recurring gaps — so every future session starts smarter (they're injected at SessionStart). Use when you discover something about how THIS project or user works that should persist. Triggers: 'remember that…', 'from now on…', 'we always/never…', or right after you learn a non-obvious project fact.
    0
    installs
  6. Doctor · shivae372
    Self-heals this project's Claude Code setup. Diagnoses broken or missing pieces — skills with no SKILL.md, hooks referenced but absent or non-executable, invalid settings.json, bloated CLAUDE.md — scores health, and applies safe fixes. Use when something in the setup seems off, after edits to .claude/, when a hook or skill isn't firing, or on a `[heal]` nudge. Triggers: 'is my setup ok', 'fix my claude setup', 'why isn't my skill/hook working', '/doctor'.
    0
    installs
  7. Augment · shivae372
    Gives this project a NEW capability on demand. Use the moment the user needs something the current setup can't do well — a new framework, a service integration (Stripe, Postgres, Twilio…), a deploy target, a niche workflow. Searches the open ecosystem for a fitting skill/MCP across platforms, installs the best vetted one, and if nothing fits, forges a bespoke skill. Triggers: 'can you also…', 'I need to…', 'set up…', 'integrate…', 'how do I … here', or any task with no matching installed skill.
    0
    installs
  8. Dep Check · shivae372
    Dependency audit skill. Check for outdated packages and security vulnerabilities. Auto-activates on "check dependencies", "any vulnerable packages", "audit deps", "what's outdated", "npm audit". Routes to dep-checker sub-agent to keep main context clean.
    0
    installs
  9. Onboarding · shivae372 bundle
    First-run user onboarding. Asks 6 quick questions, detects the project, writes USER_PROFILE.json, and recommends the right setup tier. Auto-activates on first use or when the user says 'set me up', 'I'm new', or runs /onboard.
    0
    installs
  10. Code Review · shivae372
    Structured code review. Invoke before committing, before opening a PR, or when you want feedback on changes. Auto-activates on "review this code", "check my changes", "look for issues", "review before I push". Routes to code-reviewer sub-agent to keep main context clean.
    0
    installs
  11. Self Update · shivae372
    Checks whether the project's claude-bootstrap setup is current and applies updates safely. Compares the installed version against the source repo, shows what changed, and updates only what the user approves. Triggered by /update.
    0
    installs
  12. Test Runner · shivae372
    Run the project's test suite and get a structured report. Invoke when you want to run tests after making changes. Auto-activates when user says "run tests", "do tests pass", or "check if this broke anything". Routes execution to the test-runner sub-agent to keep main context clean.
    0
    installs
  13. Analyze Repo · shivae372
    Purpose
    0
    installs
  14. Git Workflow · shivae372
    Purpose
    0
    installs