Fe0437
- 10 skills
- 0 followers
- 8 hours ago last updated
- ▌ Guidelines Check Diff · fe0437Check 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.
- ▌ Guidelines Check Report · fe0437Generate 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.
- ▌ Architecture Visualization · fe0437 bundleMaintain 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.
- ▌ Project Architecture Setup · fe0437 bundleInspect, 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.
- ▌ Clang Tidy All · fe0437 bundleRun 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.
- ▌ Clang Tidy Diff · fe0437 bundleRun 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.
- ▌ Guidelines Clear · fe0437Delete 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.
- ▌ Abi Compatibility · fe0437 bundleCheck 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.
- ▌ Clang Tidy Report · fe0437 bundleGenerate 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.
- ▌ Guidelines Check All · fe0437Check 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.