← all publishers

oscarqjh

@oscarqjh source repo

29 published skills

  1. Code Simplification · oscarqjh
    Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
    0
    installs
  2. Documentation And Adrs · oscarqjh
    Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
    0
    installs
  3. Frontend UI Engineering · oscarqjh
    Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.
    0
    installs
  4. Performance Optimization · oscarqjh
    Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.
    0
    installs
  5. Source Driven Development · oscarqjh
    Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.
    0
    installs
  6. Dispatching Parallel Agents · oscarqjh
    Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
    0
    installs
  7. Browser Testing With Devtools · oscarqjh
    Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.
    0
    installs
  8. Verification Before Completion · oscarqjh
    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
    0
    installs
  9. Wrap Up · oscarqjh
    Lightweight end-of-phase checkpoint. Use after completing a task or feature to update backlog, changelog, commit, and move to the next item. For branch-based workflows with merge/PR, use finishing-a-development-branch instead.
    0
    installs
  10. Super Init · oscarqjh bundle
    Initialize or audit a project's CLAUDE.md against best-practice criteria. Use on first-time setup ('init', 'set up project', 'first time in this repo'), when scanning a project to create CLAUDE.md, or when refreshing an existing CLAUDE.md against the current state of the codebase. Replaces Claude Code's default /init.
    0
    installs
  11. Plugin Audit · oscarqjh
    Check installed plugins for conflicts with super-agent-skills and suggest complementary MCP servers. Use to optimize your plugin setup.
    0
    installs
  12. Using Skills · oscarqjh
    Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
    0
    installs
  13. Brainstorming · oscarqjh bundle
    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
    0
    installs
  14. Writing Plans · oscarqjh bundle
    Use when you have a spec or requirements for a multi-step task, before touching code
    0
    installs
  15. Writing Skills · oscarqjh bundle
    Use when creating new skills, editing existing skills, or verifying skills work before deployment
    0
    installs
  16. Executing Plans · oscarqjh
    Use when you have a written implementation plan to execute in a separate session with review checkpoints
    0
    installs
  17. Threat Modeling · oscarqjh
    Proactive security design using STRIDE methodology. Use when building features that handle authentication, user input, external APIs, payment, PII, or multi-tenant access. Identifies threats before implementation so mitigations are designed in, not bolted on.
    0
    installs
  18. Context Engineering · oscarqjh
    Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
    0
    installs
  19. Using Git Worktrees · oscarqjh
    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
    0
    installs
  20. Compound Engineering · oscarqjh
    Executes multi-stream parallel feature development across isolated worktrees. Use when writing-plans detects 2+ independent work streams in the plan and the user chooses compound execution at the handoff.
    0
    installs
  21. Systematic Debugging · oscarqjh bundle
    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
    0
    installs
  22. Receiving Code Review · oscarqjh
    Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
    0
    installs
  23. Requesting Code Review · oscarqjh bundle
    Use when completing tasks, implementing major features, or before merging to verify work meets requirements
    0
    installs
  24. Security And Hardening · oscarqjh
    Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
    0
    installs
  25. Test Driven Development · oscarqjh
    Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
    0
    installs
  26. API And Interface Design · oscarqjh
    Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
    0
    installs
  27. Incremental Implementation · oscarqjh
    Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
    0
    installs
  28. Subagent Driven Development · oscarqjh bundle
    Use when executing implementation plans with independent tasks in the current session
    0
    installs
  29. Finishing A Development Branch · oscarqjh
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
    0
    installs