一键导入
new-page
Scaffold a new page following all Colaberry AI platform standards including locked theming and page structure
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffold a new page following all Colaberry AI platform standards including locked theming and page structure
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Interact with Basecamp via the Basecamp CLI. Full API coverage: projects, todos, cards, messages, files, schedule, check-ins, timeline, recordings, templates, webhooks, subscriptions, lineup, chat, gauges, assignments, notifications, and accounts. Use for ANY Basecamp question or action.
Brainstorm requirements and create sprint PRDs with atomic tasks. Creates sprints/vN/PRD.md and TASKS.md with user stories, architecture, and ordered task breakdowns.
Structured review for design system compliance, TypeScript quality, page structure, security, and accessibility
Multi-agent logo design pipeline orchestrating 6 agents through Strategy, Concepts, Figma, Code, Preview, and QA phases
Pick the highest priority task from the sprint backlog and implement it with TDD, security scanning, and browser-based E2E testing
Safe refactoring workflow that reads before writing, plans before editing, and verifies after each change
| name | new-page |
| description | Scaffold a new page following all Colaberry AI platform standards including locked theming and page structure |
| user-invocable | true |
Scaffold a new page following all Colaberry AI platform standards — locked theming, page structure, and the SkillNet pattern.
Gather requirements — Ask the user:
/aixcelerator/new-feature)Choose template approach:
If per-type knowledge graph page (ontology/graph/collections/collection-detail):
OntologyPageTemplate, GraphPageTemplate, CollectionsPageTemplate, CollectionDetailTemplate)ContentOntologyConfig from its taxonomy fileIf custom page:
Apply page structure standard:
// 1. .reveal wrapper on hero
<div className="reveal">
<SectionHeader size="xl" kicker="..." title="..." description="..." />
</div>
// 2. .surface-panel for filters
<div className="surface-panel">...</div>
// 3. .stagger-grid on card grids (NOT inside .reveal)
<div className="stagger-grid grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
{items.map(item => <Card key={item.slug} />)}
</div>
// 4. .reveal on each section
<div className="reveal">...</div>
// 5. EnterpriseCtaBand at bottom
<EnterpriseCtaBand />
Enforce design rules:
#DC2626 for CTAsContentTypeIcon — never emojidark: variants on all elementsgetStaticProps with CMS-first, static fallbackVerify:
npx tsc --noEmit # Type check
npm run build # Full build
Output: Created file path, route URL, verification results
src/pages/CLAUDE.mdsrc/components/CLAUDE.mdCLAUDE.mdConstitution.md