From sundial-org-awesome-openclaw-skills-4
Transforms basic prompts into structured prompts using Anthropic's 10-step framework. CLI tool for building, analyzing, templating prompts for coding, research, writing with presets for tones, formats, thinking modes.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Transform basic prompts into elite structured prompts using Anthropic's 10-step framework.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Transform basic prompts into elite structured prompts using Anthropic's 10-step framework.
# Transform a basic prompt
ai-prompt-craft transform "Write a sorting function"
# Build with all options
ai-prompt-craft build --role "expert dev" --tone technical --format code --thinking systematic --action "Create a REST API"
# Generate a template
ai-prompt-craft template --use-case coding
# Analyze prompt structure
ai-prompt-craft analyze "Your prompt here"
# List presets
ai-prompt-craft list tones
ai-prompt-craft list formats
--role, --task)--tone)--context)--instructions, --rules)--examples)--history)--action)--thinking)--format)--prefill)Tones: professional, casual, technical, warm, concise, academic, creative
Formats: bullets, numbered, markdown, json, table, prose, code, stepByStep
Thinking: standard, deep, analytical, critical, creative, systematic
Templates: coding, writing, analysis, research, brainstorm, review, explain
ai-prompt-craft build \
--role "senior code reviewer" \
--tone professional \
--thinking critical \
--format markdown \
--rules "Check for bugs,Review architecture,Suggest improvements" \
--action "Review this pull request"
ai-prompt-craft build \
--role "thorough researcher" \
--tone academic \
--thinking deep \
--format markdown \
--action "Research the history of quantum computing"
ai-prompt-craft template --use-case writing --tone creative --action "Write a short story about AI"
echo "Explain machine learning" | ai-prompt-craft transform --tone warm --format stepByStep
cat draft.txt | ai-prompt-craft analyze