factory-agents-expert

Manage TimeKast Factory agent and skill registry entries with YAML validation.

Updated May 19, 2026
One-click install
npx skills add https://github.com/TimeKast/AgendaInteligente --skill factory-agents-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: factory-agents-expert
Source: https://github.com/TimeKast/AgendaInteligente/tree/main/.agent/skills/roles/factory_agents
Command: npx skills add https://github.com/TimeKast/AgendaInteligente --skill factory-agents-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates confusion and inconsistency when teams need to add, rebuild, or validate agents/skills in the TimeKast Factory registry.

Core Features & Use Cases

  • Registry management: Creates and registers new agent/skill definitions using the required workflow.
  • Scaffolding support: Generates consistent scaffolds for new agents and skills (including correct file placement under the repository structure).
  • Integrity and rebuild operations: Supports regenerating views and validating registry integrity after changes, ensuring discoverability.

Quick Start

Use the command /factory_agents to add a new skill scaffold and register it so the registry and views are updated.

Frequently Asked Questions about factory-agents-expert

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

FAQPage Schema
How do I add a new skill to the agent registry?

Agent registry scaffolding generates consistent file structures for new agents and skills by extracting YAML frontmatter. It enforces integrity checks to maintain registry consistency across the workflow.

How do I validate YAML frontmatter for workflow automation agents?

Rebuilding registry views regenerates the discoverability indexes from existing YAML frontmatter definitions. You need to rebuild views after adding, modifying, or removing agent and skill entries to maintain registry integrity.

What's the best way to scaffold a new agent from existing frontmatter?

The best way to scaffold a new agent from existing frontmatter is using the registry management workflow. It automates correct file placement, extracts frontmatter, and updates the registry YAML files simultaneously.

Why does my agent registry show missing entries after adding a new skill?

Agent registries show missing entries when views are not regenerated after adding a new skill. You must rebuild the registry views to ensure the new YAML frontmatter definitions are reflected in the discoverability indexes.