Latest Astro
Provides up-to-date astronomical news, images, and data from reputable sources, enhancing user understanding of space.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add latest-astro npx -- -y @trustedskills/latest-astro
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"latest-astro": {
"command": "npx",
"args": [
"-y",
"@trustedskills/latest-astro"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to generate and manage Astro projects. It can be used to create new websites, update existing ones, or perform specific tasks within an Astro project like adding components or modifying content files. The skill simplifies the process of working with Astro by providing a structured interface for common development actions.
When to use it
- Creating a simple static website from scratch using Astro's component-based approach.
- Adding new pages or components to an existing Astro project.
- Modifying content files (e.g., Markdown) within an Astro site.
- Generating and updating the
astro.config.mjsfile based on user specifications.
Key capabilities
- Project generation
- Component creation
- Content file modification
- Configuration management (
astro.config.mjs)
Example prompts
- "Create a new Astro project named 'my-blog' with a basic layout."
- "Add a component to my existing Astro project that displays the current date and time."
- "Modify the content of the
about.mdfile in my Astro site to include a new section about our team."
Tips & gotchas
The skill assumes some familiarity with Astro concepts like components and layouts. While it simplifies many tasks, understanding basic Astro syntax will improve your experience.
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.