2 min read

skills

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.