Agent Skills by Calvyn
Showing 12 vetted skills indexed across 1 GitHub repositories.
create-new-skill
Create Antigravity agent skills with SKILL.md and references/research.md.
first-principles-thinking
Deconstruct problems into fundamental truths and reconstruct solutions from scratch.
second-order-thinking
Maps first-, second-, and third-order consequences of decisions across time horizons.
decision-matrix
Score options against weighted user-defined criteria to quantify subjective decisions.
chestertons-fence
Enforces git-based context discovery before allowing code deletions or refactors.
rubber-ducking
Translate complex code blocks into plain English to validate logic.
humanizer-karu-custom
Remove AI writing patterns from text to produce natural human-like writing.
map-vs-territory
Verify discrepancies between documentation, comments, variable names, and runtime behavior.
systems-thinking
Analyze feedback loops in distributed systems to identify reinforcing and balancing dynamics.
pareto-principle
Prioritize tasks and features using the 80/20 rule with Value and Effort estimates.
inversion-thinking
Identify and analyze failure modes in complex designs using the Saboteur Method.
occams-razor
Remove unnecessary code and abstractions after verifying references and running tests.