skill-architect

Design Claude Skills with task-matched architecture and evaluation loops.

6|1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/mgajewskik/opencode-config --skill skill-architect-mgajewskik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-architect
Source: https://github.com/mgajewskik/opencode-config/tree/main/skills/skill-architect
Command: npx skills add https://github.com/mgajewskik/opencode-config --skill skill-architect-mgajewskik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill guides architects in structuring Claude Skills to match task requirements, helping decide archetypes, patterns, and evaluation loops, while keeping guidance modular and reusable.

Core Features & Use Cases

  • Architecture discovery and archetype selection
  • Reference-driven design with evaluation loops and trigger tuning
  • Packaging guidance and lifecycle guidelines for reuse

Quick Start

Describe the task you want encoded and I will draft its architecture skeleton and frontmatter.

Frequently Asked Questions about skill-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a Claude Skill architecture that matches my task requirements?

To design a Claude Skill architecture for your task, you describe the task you want encoded and the skill drafts an architecture skeleton and frontmatter, guiding archetype selection and modular structure for reliability.

What is trigger tuning when creating Claude Skills?

Trigger tuning in Claude Skills involves adjusting the specific criteria and patterns that activate the skill, ensuring it executes reliably only when the intended workflow and task conditions are met.

How do I evaluate and improve Claude Skills for reliability?

You evaluate and improve Claude Skills by implementing reference-driven design with evaluation loops, allowing you to continuously test and tune the skill's performance against expected task outcomes.

Does this skill require any specific dependencies or frameworks to run?

Yes, the skill requires the pyyaml dependency to function, as it relies on YAML processing for packaging guidance, frontmatter generation, and managing the lifecycle guidelines of the skill architecture.

When should I use skill archetypes for Claude workflow automation?

You should use skill archetypes when structuring Claude Skills for complex workflow automation, as they help decide foundational patterns and keep guidance modular, reusable, and matched to the specific task.

What is the best way to package Claude Skills for reuse?

The best way to package Claude Skills for reuse is to follow the skill's lifecycle guidelines and packaging guidance, ensuring the architecture uses modular references and standardized frontmatter for consistent deployment.