← all publishers

LegendaryLinux

@legendarylinux source repo

7 published skills

  1. Terse Code · legendarylinux bundle
    Minimize code and maintenance surface while preserving correctness, clarity, safety, and requested behavior. Review and avoid needless indirection, including one-use variables and functions whose entire body only returns one expression. Use whenever Codex creates, generates, edits, refactors, reviews, or otherwise modifies source code, tests, scripts, configuration-as-code, build logic, migrations, or code snippets.
    0 installs
  2. Scope Creep · legendarylinux
    Keep coding work constrained to the user's requested scope. Use when Codex is creating or modifying code, or when the user says "Avoid scope creep." Require Codex to describe and ask permission before doing non-essential improvements or follow-on work that may support the main task, such as opportunistic refactors, adjacent fixes, broader cleanup, extra abstractions, or new deliverables beyond the direct request. Allow normal verification including linting, test execution, and formatting, plus minimal code strictly required to make the requested change function.
    0 installs
  3. Write PHP Code · legendarylinux
    Use whenever a task writes or modifies PHP code, including PHP files, embedded PHP, tests, scripts, endpoints, and PHP code snippets. Do not activate only because a non-PHP task occurs in a project that contains PHP.
    0 installs
  4. Project Manager · legendarylinux bundle
    Coordinate secure, specification-driven projects through hierarchical subagent delegation and durable project records. Use when the user explicitly invokes `$project-manager`. When a substantial project would benefit from this workflow, offer to use it and wait for acceptance; do not activate it for simple work or without a user-supplied project specification.
    0 installs
  5. Write React Code · legendarylinux
    Use whenever a task writes or modifies React code, including JSX or TSX components, hooks, React tests, and React code snippets. Do not use for non-React JavaScript or standalone SCSS work.
    0 installs
  6. Ask User Question · legendarylinux
    Interactive clarification helper that restates the current understanding, asks 1-5 targeted questions (multi-choice with Other) when requirements are missing, ambiguous, or preference-driven, then outputs normalized user_answers JSON and proceeds. Auto-trigger on unclear or multi-interpretation tasks or when explicitly told to 'ask back', 'clarify', 'interview me', or similar requests to interview/clarify.
    0 installs
  7. Plan Code Changes · legendarylinux
    Planning and clarification workflow for requested code changes. Use when a user describes a new feature, bug fix, refactor, migration, integration, UI change, API change, test change, CI/CD change, or other code alteration and Codex should pause before implementation to clarify scope, behavior, affected files, implementation constraints, testing, CI, documentation, code style, directory placement, rollout, and acceptance criteria. Use this after the overall request is clear enough to plan; if the user's actual goal or intended outcome is still ambiguous, `ask-user-question` should trigger first.
    0 installs