borhen68

56 mods across 3 repositories, 164 stars between them.

borhen68/SkillEngine

Skill Claude CodeCodex

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.

17 2mo ago A 45 tokens copy · 88% MIT

borhen68/SkillEngine

Skill Claude CodeCodex

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

17 2mo ago A 56 tokens copy · 86% MIT

borhen68/SkillEngine

Skill Claude CodeCodex

Hardens code against vulnerabilities, with hard rules against bypassing framework protections or silencing security findings. Use when handling user input, authentication, data storage, AI/LLM features, or external integrations. Triggers on auth work, file uploads, webhooks, or any feature accepting untrusted data.

17 2mo ago B 66 tokens original MIT

shipping-and-launch

52

borhen68/SkillEngine

Skill Claude CodeCodex

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

17 2mo ago A 45 tokens original MIT

borhen68/SkillEngine

Skill Claude CodeCodex

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.

17 2mo ago A 40 tokens copy · 83% MIT

borhen68/SkillEngine

Skill Claude CodeCodex

Creates specs before coding, with hard rules against silently filled assumptions and untestable success criteria. Use when starting a new project, feature, or significant change and no specification exists yet. Triggers on "build me", "create a", "add a feature", or any requirement vague enough to need interpretation.

17 2mo ago A 66 tokens original MIT

borhen68/SkillEngine

Skill Claude CodeCodex

Drives development with tests via Red-Green-Refactor and the Prove-It pattern, with hard rules against weakening assertions or faking green suites. Use when implementing any logic, fixing any bug, or changing any behavior. Triggers on "add a feature", "fix this bug", "write tests", or any task where done must be…

17 2mo ago A 79 tokens original MIT

using-agent-skills

56

borhen68/SkillEngine

Skill Claude CodeCodex

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

17 2mo ago A 48 tokens copy · 83% MIT