Create Agents Md
Generates Markdown files detailing new AI agents, including purpose, capabilities, and configuration instructions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-agents-md npx -- -y @trustedskills/create-agents-md
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-agents-md": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-agents-md"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
create-agents-md
What it does
This skill allows you to discover and install specific capabilities directly into your AI agent's workflow. It streamlines the process of expanding an agent's functionality by providing a centralized repository for available tools and modules.
When to use it
- You need to add new features to an existing AI agent without rewriting its core code.
- You want to browse a catalog of community-contributed skills before integrating them.
- Your agent requires specialized tools that are not included in its default configuration.
- You are setting up a multi-agent system and need consistent, installable modules for each component.
Key capabilities
- Discovery: Browse a curated list of available skills for AI agents.
- Installation: Directly install selected skills to extend agent functionality.
- Modularity: Access pre-built components designed by the siviter-xyz/dot-agent ecosystem.
Example prompts
- "Install the
create-agents-mdskill into my current agent configuration." - "Show me a list of available skills I can add to enhance my dot-agent."
- "How do I discover and install new capabilities for my AI assistant using this registry?"
Tips & gotchas
Ensure your agent environment is compatible with the dot-agent framework before attempting installation. Always verify the source author and description of a skill before adding it to a production workflow to avoid unexpected behavior or security risks.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.