Agent skill
blog-01-create-prompt
Create a detailed prompt for generating high-quality blog posts
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/blog-01-create-prompt
SKILL.md
Context
Use the blog-content-architect agent to create a prompt to generate a blog post from the idea: $ARGUMENTS
Process
1. Review Initial Idea
Review user's blog idea, WebSearch for context, and enhance the idea into a detailed prompt. Consider these aspects:
- What sparked this idea?
- What problem does it solve?
- What's your experience with this topic?
- Have you implemented this?
2. Ask Strategic Questions
Ask any questions needed to clarify idea? use AskUserQuestion tool to provide smart defaults.
3. Save & Output
Save enhanced prompt to ._tmp/prompts/YYYY-MM-DD-blog-title.md and present:
- Blog Post Prompt: [Detailed prompt]
- Print usage:
/blog-02-write-post @._tmp/prompts/YYYY-MM-DD-blog-title.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?