Astro Blog Structure
Automatically generates well-structured blog post outlines on astronomical topics based on provided keywords and desired tone.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add astro-blog-structure npx -- -y @trustedskills/astro-blog-structure
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"astro-blog-structure": {
"command": "npx",
"args": [
"-y",
"@trustedskills/astro-blog-structure"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill helps structure blog posts within an Astro project. It automates the creation of essential files and directories, ensuring a consistent and organized codebase for your blog. The skill simplifies the initial setup process and promotes maintainability by adhering to best practices in Astro development.
When to use it
- You're starting a new blog using the Astro framework.
- You want a standardized directory structure for your blog posts.
- You need help setting up essential files like
rss.xmlor individual post layouts. - You prefer automating repetitive setup tasks in your Astro project.
Key capabilities
- Creates a dedicated
src/content/blogdirectory for blog posts. - Generates an example blog post file with basic markdown content.
- Sets up an RSS feed file (
src/rss.xml). - Provides a default layout for individual blog posts.
Example prompts
- "Create the Astro blog structure."
- "Set up my new Astro project with a standard blog layout."
- "Generate a basic blog post example in my Astro project."
Tips & gotchas
This skill assumes you already have an existing Astro project initialized. It will modify your project's directory structure, so ensure you commit any changes before running the skill to allow for easy rollback if needed.
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.