astro-content
SolidCreate Astro/Starlight MDX content pages. Use when the user says "write a new article", "add a blog post", "create content in Tech/Life category", or "add an MDX page".
Web & Frontend 9 stars
1 forks Updated 3 days ago MIT
Install
Quality Score: 79/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# astro-content
Create Astro/Starlight MDX content pages.
## Trigger Examples
- "Write a new article"
- "Add an article to Tech category"
- "Create a blog post"
- "Add an MDX page"
## Directory Structure
```
app/src/content/docs/
├── about-me/ # About Me section
│ └── overview.mdx
├── tech/ # Tech articles
│ └── *.mdx
└── life/ # Life articles
└── *.mdx
```
## Execution Flow
### 0. Wall-Hitting Phase (Before Writing)
Before creating files, have a conversation with the user to clarify the article's direction:
1. **Clarify the core message**
- Ask: "What do you want readers to take away?"
- Identify the single most important point
2. **Dig into experiences and episodes**
- Ask for concrete stories, failures, and learnings
- Extract raw, unpolished details (these become authentic content)
3. **Decide writing style early**
- Japanese: Confirm「だ・である調」vs「ですます調」before writing
- English: Confirm formal vs conversational tone
4. **Verify title-content alignment**
- Ensure the title matches the core message
- If the content evolves, revisit the title
### 1. Confirm Category
Ask user for category:
| Category | Purpose |
|----------|---------|
| tech | Technical articles (Cloud, AI, DevOps, Architecture, etc.) |
| life | Lifestyle, hobbies, journals, etc. |
### 2. Gather Article Information
Confirm the following:
- **Title**: Article title
- **Description**: One-sentence summary
- **Slug**: URL path (e.g...
Details
- Author
- koborin-ai
- Repository
- koborin-ai/site
- Created
- 9 months ago
- Last Updated
- 3 days ago
- Language
- MDX
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Web & Frontend Solid
astro-content
Use when managing structured content, blog posts, or typed data collections in Astro via the Content Layer API (content.config.ts).
23 Updated 2 weeks ago
fusengine Web & Frontend Solid
astro-starlight
Use when building a documentation site with Astro Starlight — sidebar config, Pagefind search, plugins (blog/openapi/typedoc), i18n, llms.txt.
23 Updated 2 weeks ago
fusengine AI & Automation Listed
astro
Expert in Astro framework with static generation and partial hydration patterns
17 Updated 3 weeks ago
wordbricks