skillby Hiverarchy
create-post
Create a new blog post in Hiverarchy. Use when user wants to create a post, write a blog entry, or add new content to their hierarchical blog.
Installs: 0
Used in: 1 repos
Updated: 1d ago
$
npx ai-builder add skill Hiverarchy/create-postInstalls to .claude/skills/create-post/
# Create Hiverarchy Post
Creates a new blog post in the Hiverarchy platform.
## Instructions
When creating a post:
1. **Understand the request**: Determine the topic, tone, and any specific requirements
2. **Generate content**:
- Create an engaging, SEO-friendly title
- Write the full post content in markdown format
- Include headers, lists, and formatting where appropriate
- Keep a conversational but informative tone
3. **Create brief description**: Write a 1-2 sentence summary for previews
4. **Save the post**: Use the Hiverarchy API to create the post
## Content Guidelines
- Use markdown formatting (headers, bold, lists, code blocks)
- Keep paragraphs digestible (3-5 sentences)
- Include relevant examples or explanations
- Match the user's requested tone and style
## Output Format
Generate content as JSON:
```json
{
"title": "Compelling post title",
"content": "Full markdown content...",
"brief_description": "1-2 sentence summary"
}
```
## Example
User: "Create a post about my golf game yesterday where I shot 82"
Response:
```json
{
"title": "Breaking 85: My Journey to an 82 on the Links",
"content": "# Breaking 85: My Journey to an 82\n\nYesterday marked a milestone in my golf journey...",
"brief_description": "A recap of my round where I finally broke 85, shooting an 82 with some key takeaways."
}
```Quick Install
$
npx ai-builder add skill Hiverarchy/create-postDetails
- Type
- skill
- Author
- Hiverarchy
- Slug
- Hiverarchy/create-post
- Created
- 4d ago