← Back to list

readme
by nativeit
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: readme description: AstroDeck project documentation and component library reference. Use when working with AstroDeck projects, creating pages, components, or needing to understand the project structure.
AstroDeck README Skill
This skill provides access to the complete AstroDeck project documentation.
When to Use This Skill
- Starting work on an AstroDeck project
- Creating new pages or components
- Understanding available sections and layouts
- Troubleshooting installation or configuration
- Learning about the project structure
- Finding deployment instructions
Instructions
- Read the README.md file at the project root for comprehensive documentation
- The README contains:
- Project overview and features
- Installation instructions
- Development commands
- Complete project structure
- Usage guide for pages, components, and layouts
- Component library overview (15+ sections)
- Customization guide
- Deployment instructions
- Troubleshooting guide
- AI-friendly development information
Quick Reference
Key Commands
npm install # Install dependencies
npm run dev # Start development server (localhost:4321)
npm run build # Build for production
npm run preview # Preview production build
Project Structure
src/
├── components/sections/ # Hero, CTA, Features, Pricing, etc.
├── components/ui/ # shadcn/ui components
├── layouts/ # BaseLayout, FullWidthLayout, AuthLayout, ArticleLayout
├── pages/ # File-based routing
├── content/ # Content Collections (blog)
├── styles/globals.css # Design tokens
└── lib/utils.ts # Utility functions
Available Layouts
- BaseLayout - Boxed, centered content (max-w-5xl)
- FullWidthLayout - Full-width for showcase pages
- AuthLayout - Minimal, no header/footer
- ArticleLayout - Blog/article pages
Import Convention
Always use path aliases:
import Component from "@/components/Component.astro";
import { Button } from "@/components/ui/button";
import Layout from "@/layouts/BaseLayout.astro";
Action
When this skill is invoked, read the full README.md file from the project root to get complete, up-to-date documentation.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon