skill-architect

Guide creation of AI agent skills through a structured 5-phase workflow.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill skill-architect-matheusrlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-architect
Source: https://github.com/Matheusrlr/payment-orchestrator/tree/main/skills-catalog/skills/%28creation%29/skill-architect
Command: npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill skill-architect-matheusrlr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill guides users through the entire process of designing, building, and validating new AI agent skills, ensuring they are robust, efficient, and meet user needs precisely.

Core Features & Use Cases

  • Structured Skill Development: Follows a proven 5-phase workflow (Discovery, Architecture, Craft, Validate, Deliver).
  • Best Practice Enforcement: Enforces naming conventions, progressive disclosure, and clear instructions.
  • Use Case: A user wants to automate a repetitive task. This Skill asks clarifying questions, helps define the exact steps, suggests the best pattern, and guides the user in writing the SKILL.md and associated files.

Quick Start

Use the skill architect to help me create a new skill for summarizing meeting transcripts.

Frequently Asked Questions about skill-architect

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

FAQPage Schema
How do I create a new AI agent skill from scratch?

To create a new AI agent skill, you follow a structured multi-phase development process covering design, architecture, instruction writing, and validation. This ensures your agentic workflow meets performance best practices and user needs precisely.

What is the best way to structure a SKILL.md file for agent development?

The best way to structure a SKILL.md file is by enforcing naming conventions, progressive disclosure, and clear instructions. A structured architecture phase helps define exact steps and suggest optimal patterns for your agentic workflow.

Do I need Python3 to build and validate agent skills?

Yes, you need Python3 installed in your environment to support the creation of associated scripts and reference documentation. It acts as the runtime for validating and executing the generated agent skill components.

Can I use this to automate prompt engineering for repetitive tasks?

Yes, you can use this to automate prompt engineering for repetitive tasks by asking clarifying questions to define exact steps. It guides you through a 5-phase workflow from discovery to final delivery of your skill.

What are the limitations of using a structured workflow for skill creation?

The limitation of using a structured workflow for skill creation is the rigid adherence to a 5-phase development process, which may require significant upfront design time before writing any actual instructions or scripts.