francyjglisboa/agent-skill-creator
Overview
This skill builds production-ready agents and multi-agent suites to automate repetitive workflows, create custom skills, and convert processes into autonomous systems. It guides creation through discovery, design, architecture, detection, and implementation phases, producing a complete package (code, configs, and documentation) ready for installation. The skill supports template-based creation, transcript processing, and interactive configuration to speed delivery and improve accuracy.
How this skill works
The skill inspects user intent, extracts domain, data sources, tasks, and frequency, then researches suitable APIs and libraries. It decides architecture (single agent or suite), generates folder structure and files, implements functional Python code, and creates marketplace metadata for multi-skill bundles. Optional interactive prompts refine requirements; an internal memory component learns from previous creations to optimize future decisions and templates.
When to use it
- When you ask to create an agent for a specific objective (e.g., “create an agent for X”).
- When you need to automate a repetitive daily or weekly workflow.
- When you want a custom skill or a suite of related agents.
- When you provide transcripts or process descriptions and want workflows extracted into agents.
- When you prefer a template-based, faster agent creation with sensible defaults.
Best practices
- Provide concise goals, expected outputs, and sample data or transcripts to reduce follow-up questions.
- Indicate preferences for free vs paid APIs, or geography/data range when relevant.
- Accept default template suggestions unless you need custom integrations or strict compliance.
- Request an interactive preview for complex multi-agent suites to iterate before implementation.
- Plan for secure credentials and rate limits up front to avoid rework.
Example use cases
- Daily sales report generator: automated data fetch, aggregation, and email delivery as a single agent.
- Financial analysis suite: separate agents for fundamental, technical, portfolio, and risk tasks bundled together.
- Transcript-driven agent creation: convert a webinar transcript into multiple workflow agents that implement described steps.
- E-commerce analytics agent using Google Analytics and Stripe to produce cohort and revenue reports automatically.
- Interactive wizard to build a custom automation agent with live previews and iterative refinements.
FAQ
The skill infers sensible defaults and chooses APIs to minimize questions; it will ask only critical clarifying questions and can follow explicit user preferences if provided.
Can it create multiple coordinated agents at once?
Yes — it can produce multi-agent suites with shared resources and marketplace metadata so components work together out of the box.