create-agents

Author reusable agent manifests with explicit model profile metadata.

28|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/thompson0012/agents-stack --skill create-agents-thompson0012
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agents
Source: https://github.com/thompson0012/agents-stack/tree/main/templates/.agents/skills/skill-authoring/create-agents
Command: npx skills add https://github.com/thompson0012/agents-stack --skill create-agents-thompson0012

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This skill helps teams author reusable agent manifests and establish consistent contract conventions for shared agent libraries, ensuring portability and clarity.

Core Features & Use Cases

  • Define a focused agent role and a portable manifest with explicit model profile metadata.
  • Provide a structured execution body including role, core contract, uncertainty protocol, fallback behavior, and evaluation guidance.
  • Organize shared knowledge in references and assets to support team conventions and testing.

Quick Start

Create a reusable task agent manifest for a bounded coding task with explicit model profile metadata.

Frequently Asked Questions about create-agents

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

FAQPage Schema
How do I create reusable agent manifests for a shared team library?

Reusable agent manifests require explicit model profile metadata and a structured body containing role, core contract, uncertainty protocol, and evaluation guidelines to ensure portability across shared software project libraries.

What is a harness contract in agent development?

A harness contract in agent development defines the structured execution boundary, including the agent role, core contract, fallback behavior, and evaluation guidance. This establishes consistent operational parameters for template-driven execution.

Can I use meta-prompting to generate agent manifests for bounded coding tasks?

Yes, meta-prompting supports template-driven agent development for bounded coding tasks. You can create a portable manifest with required frontmatter and optional references to structure execution behavior.

Does this approach require specific dependencies for skill authoring?

No specific dependencies are required for skill authoring. The manifest enforces a frontmatter with name and description, while optional components like references and assets organize shared knowledge without external tooling constraints.

What's the best way to structure an agent manifest for software projects?

The best way to structure an agent manifest is using a frontmatter with name and description, followed by a structured body with role, core contract, uncertainty protocol, and evaluation guidelines, plus optional references and assets.

When should I add evaluation guidelines to an agent manifest?

Add evaluation guidelines to an agent manifest when establishing team conventions for testing and shared agent directories. They provide structured execution guidance and fallback behavior for consistent software project outcomes.