← Back to list

feature
by deeksmith-cpu
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: feature description: Scaffold new features following Frontera development standards. Use when user says "add feature", "new feature", "create feature", or asks to build a new capability.
Feature Scaffold Skill
Scaffolds new features for the Frontera Platform following DEVELOPMENT_STANDARDS.md.
When to Use
Activate when user requests:
- "add feature"
- "new feature"
- "create feature"
- "implement feature"
- Building a new capability
Process
-
Gather Requirements
- Feature name (kebab-case)
- Feature type: Standard or AI/LLM
- Brief description
-
Create Structure
src/app/api/{feature}/route.ts src/app/dashboard/{feature}/page.tsx src/components/{feature}/index.tsx src/lib/{feature}/index.ts src/lib/analytics/{feature}.ts src/types/{feature}.ts -
Analytics File - Create with:
- Journey events:
{feature}_started,{feature}_completed - Engagement events:
{feature}_interaction - Error events:
{feature}_error - Base properties: user_id, org_id, client_tier
- Journey events:
-
API Route - Use patterns from CLAUDE.md:
- Clerk auth check
- Supabase admin client
- Error response format:
{ error: string }
-
Output Checklist from DEVELOPMENT_STANDARDS.md
Naming Conventions
- Events: snake_case (
feature_action) - Components: PascalCase
- Functions: camelCase
- Types: PascalCase
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/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