creative-tools
NewCreative output skills for diagrams, UI design, generative art, and visual explanations. Produces publication-quality Mermaid diagrams, distinctive frontends, and ASCII visualizations.
Summary
This skill enhances Claude Code with creative output capabilities for generating publication-quality Mermaid diagrams, distinctive frontend UI designs, generative art, and ASCII visualizations.
- It helps developers produce visually compelling explanations, diagrams, and interfaces directly from code or natural language descriptions.
Overview
Intelligent development tools for evidence-based software engineering.

Available Plugins
| Plugin | Description | Skills |
|---|---|---|
| [spec-workflow](plugins/spec-workflow/README.md) | Spec-driven development with proposal creation, TDD, and archiving | 4 skills |
| [code-intelligence](plugins/code-intelligence/README.md) | Code search and architecture analysis via Exa API | 2 skills |
| [skill-tools](plugins/skill-tools/README.md) | Tools for creating custom Claude skills | 1 skill |
Quick Install
# Add marketplace
/plugin marketplace add mahidalhan/skilled-intelligence-marketplace
# Install plugins
/plugin install spec-workflow@skilled-intelligence
/plugin install code-intelligence@skilled-intelligence
/plugin install skill-tools@skilled-intelligenceOr use /plugin and select "Browse Plugins" for interactive installation.
Project-Level Installation (Recommended)
Install plugins to your project's `.claude/` directory instead of user-level ~/.claude/ for team consistency.
Create .claude/settings.json in your project root:
{
"extraKnownMarketplaces": {
"skilled-intelligence": {
"source": {
"source": "github",
"repo": "mahidalhan/skilled-intelligence-marketplace"
}
}
},
"enabledPlugins": {
"spec-workflow@skilled-intelligence": true,
"code-intelligence@skilled-intelligence": true,
"skill-tools@skilled-intelligence": true
}
}Start Claude Code and trust the folder — plugins install automatically.
Benefits: Team consistency, project isolation, version-controlled config, easy onboarding.
Quick Start
spec-workflow
Create a proposal for adding user authenticationGenerates proposal.md, tasks.md, and spec-delta.md with EARS requirements.
Implement the add-user-auth proposalcode-intelligence
How do I use React hooks for state management?Searches billions of GitHub repos for real, working examples.
Setup required: Add EXA_API_KEY=your-key to .env (Get key)
skill-tools
Create a skill for processing CSV filesGuides you through skill design and generates the complete structure.
Plugin Management
# List
/plugin list
/plugin marketplace list
# Update
/plugin update spec-workflow@skilled-intelligence
# Enable/Disable
/plugin enable plugin-name@skilled-intelligence
/plugin disable plugin-name@skilled-intelligence
# Uninstall
/plugin uninstall plugin-name@skilled-intelligence
/plugin marketplace remove skilled-intelligenceAlternative Installation Methods
# Git URL
/plugin marketplace add https://github.com/mahidalhan/skilled-intelligence-marketplace.git
# Local development
/plugin marketplace add /path/to/skilled-intelligence-marketplaceTroubleshooting
Plugins not loading?
- Restart Claude Code after installation
- Check status:
/plugin - Verify marketplace:
/plugin marketplace list
API key errors (code-intelligence)?
- •Verify
EXA_API_KEYin.env - •Install deps:
pip install requests python-dotenv
Plugin-specific issues? See individual plugin READMEs.
spec-workflow vs OpenSpec
| Feature | OpenSpec | spec-workflow |
|---|---|---|
| Installation | npm install -g | /plugin install |
| Activation | /openspec:proposal | Natural language |
| Platform | Standalone CLI | Claude Code |
| Dependencies | Node.js | None |
Methodology by OpenSpec, adapted for Claude Plugins.
Contributing
- Fork the repo
- Create feature branch
- Test with real projects
- Submit PR
Links
License
MIT License - See LICENSE
Acknowledgments
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/creative-tools.md https://raw.githubusercontent.com/mahidalhan/skilled-intelligence-marketplace/main/SKILL.md/creative-toolsUse Cases
Usage Examples
/creative-tools Generate a Mermaid sequence diagram for a user login flow with OAuth2.
Create a responsive card component with a gradient background and shadow using HTML/CSS.
Draw an ASCII tree diagram showing the directory structure of a React project.
Security Audits
Frequently Asked Questions
What is creative-tools?
This skill enhances Claude Code with creative output capabilities for generating publication-quality Mermaid diagrams, distinctive frontend UI designs, generative art, and ASCII visualizations. It helps developers produce visually compelling explanations, diagrams, and interfaces directly from code or natural language descriptions.
How to install creative-tools?
To install creative-tools: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/creative-tools.md https://raw.githubusercontent.com/mahidalhan/skilled-intelligence-marketplace/main/SKILL.md. Finally, /creative-tools in Claude Code.
What is creative-tools best for?
creative-tools is a skill categorized under General. It is designed for: frontend, design, mermaid, diagrams, ascii, art, visualization. Created by Mahid Alhan.
What can I use creative-tools for?
creative-tools is useful for: Generate a Mermaid sequence diagram from a textual description of an API workflow.; Create a distinctive frontend UI component with custom styling for a web app prototype.; Produce an ASCII art visualization of a data structure or algorithm for documentation.; Design a generative art piece based on mathematical parameters or code logic.; Build a visual explanation of a complex system architecture using diagrams and annotations.; Convert a markdown specification into a polished Mermaid flowchart for a presentation..