Overview
skills is an open-source collection of agent skills for AI coding assistants. It currently ships one architecture-decision-framework skill for comparing options with decision matrices, weighted scoring, context profiles, and iterative refinement.
Why I Built This
AI agents are only as reliable as the methodology they follow. I wanted to package a repeatable architecture decision workflow as an installable skill that can be used across coding-agent sessions.
Key Features
Architecture Decision Framework
The skill clarifies business context and constraints before comparing options, limits questions to avoid analysis paralysis, and documents the final decision as an ADR.
Installable Skill Format
Skills are Markdown packages with YAML frontmatter, organized by domain and registered through the repositoryβs plugin manifest.
Installation
Install the repository through the skills CLI with npx skills add agustinusnathaniel/skills, then choose the architecture-decision-framework skill from the picker.