← all publishers

Fe0437

@fe0437 source repo

10 published skills

  1. Guidelines Check Diff · fe0437
    Check and fix only the files in the current git diff against the project's API_GUIDELINES.md and ARCHITECTURE.md. First run distills the docs into cached checker/fixer scripts; later runs use only the cache (cheap). Use when asked to verify the current changes against project guidelines.
    0 installs
  2. Guidelines Check Report · fe0437
    Generate a standalone report of API_GUIDELINES.md/ARCHITECTURE.md violations (Markdown for a human, or custom-schema XML for another AI/agent session to parse), with no auto-fix and no code changes. Use when asked to (re)generate/produce a guidelines/architecture compliance report, not to fix anything.
    0 installs
  3. Architecture Visualization · fe0437 bundle
    Maintain or regenerate a project's architecture diagrams and interactive package views from a project-owned visualization configuration. Use when packages, dependency boundaries, architecture source data, diagrams, or generated architecture views change.
    0 installs
  4. Project Architecture Setup · fe0437 bundle
    Inspect, document, scaffold, or verify a software repository's architecture and package boundaries without implementing product features. Use when asked to set up a project structure, translate design discussions into a repository topology, create architecture/package documentation and diagrams, or make structural boundaries enforceable across any language or build system.
    0 installs
  5. Clang Tidy All · fe0437 bundle
    Run clang-tidy on every C/C++ translation unit in the project, apply its automatic fixes, then fix the remaining diagnostics with AI edits. Use when asked to lint/tidy the whole codebase.
    0 installs
  6. Clang Tidy Diff · fe0437 bundle
    Run clang-tidy on the C/C++ files changed in the current git diff - report first, then decide what to fix by hand, what to suppress, and whether clang-tidy's batch auto-fix is worth running at all. Use when asked to lint/tidy the current changes.
    0 installs
  7. Guidelines Clear · fe0437
    Delete the cached guideline scripts and compacted docs generated by the guidelines-check-all / guidelines-check-diff skills, forcing their next run to rebuild everything from API_GUIDELINES.md / ARCHITECTURE.md. Use after the guideline documents change.
    0 installs
  8. Abi Compatibility · fe0437 bundle
    Check a project's native binary interface for backward compatibility using its project-owned ABI configuration, policy, baselines, and verification commands. Use when exported native contracts or their implementations change, before committing an ABI change, or when the configured ABI gate fails.
    0 installs
  9. Clang Tidy Report · fe0437 bundle
    Generate a standalone clang-tidy report (Markdown for a human, or custom-schema XML for another AI/agent session to parse) over the whole project, with no auto-fix and no code changes. Use when asked to (re)generate/produce a clang-tidy report, not to fix anything.
    0 installs
  10. Guidelines Check All · fe0437
    Check and fix the WHOLE codebase against the project's API_GUIDELINES.md and ARCHITECTURE.md. First run distills the docs into cached checker/fixer scripts; later runs use only the cache (cheap). Use when asked to audit or enforce project guidelines/architecture compliance repo-wide.
    0 installs