بنقرة واحدة
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 المهني
| 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.mdInteract 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