Create Skill
Generates creative content like stories, poems, and scripts based on Kenneth Liao's unique style and prompts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kenneth-liao-create-skill npx -- -y @trustedskills/kenneth-liao-create-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kenneth-liao-create-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kenneth-liao-create-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The kenneth-liao-create-skill skill allows you to generate new AI agent skills. It can create a basic skill structure, including initial files and documentation, based on your specifications. This simplifies the process of building custom skills for AI agents, reducing boilerplate code and setup time.
When to use it
- You want to quickly prototype a new AI agent skill idea.
- You're creating a family of related skills and need a consistent starting point.
- You’re teaching others how to build AI agent skills and need a tool to automate the initial setup.
- You are developing a complex skill and wish to start with a pre-built foundation.
Key capabilities
- Generates basic skill structure.
- Creates initial files for new skills.
- Provides documentation scaffolding.
Example prompts
- "Create a skill for summarizing news articles."
- "Generate a skill that translates English to Spanish."
- "Build a simple skill for calculating compound interest."
Tips & gotchas
The generated skill structure is a starting point and will likely require further customization and development. Ensure you understand the underlying concepts of AI agent skills before using this tool, as it primarily handles structural generation.
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.