Codezela project orchestrator
Skill codezelat/codezela-web-skills/skills/codezela-project-orchestrator
Production-grade web development skills for AI coding agents.
npx -y skills add codezelat/codezela-web-skills --skill codezela-project-orchestratorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when a user asks for broad production web work, full feature delivery, repo readiness, end-to-end audit, CMS/admin/public-site implementation, or a pipeline from brief through verification.
SKILL.md
3.5 KB, as published. Nobody here has run it
Codezela Project Orchestrator
Use this to coordinate a production workflow. It chooses the correct specialist sequence and keeps scope, verification, and handoff tight.
Operating Rules
- Start with the real repo state, not assumptions.
- Preserve architecture and design unless the user explicitly changes scope.
- Prefer current official or bundled docs for unstable tools and framework versions; research online when library/provider behavior, assets, or standards may have changed.
- Do not hardcode secrets, bootstrap credentials, fake links, placeholder content, or provider success states.
- Encode a clean product taste by default: minimal wording, smooth modern UI, responsive behavior, no clutter, no fake content.
- If Figma, screenshots, live references, or brand assets are provided, make visual parity part of scope and route UI work through
frontend-polish-shadcn-qa. - If content or images are missing, source real suitable material through
public-site-content-seoandmedia-storage-assetsinstead of leaving placeholders. - Prefer Better Auth, Resend, Turnstile, and R2/B2/S3-style storage only when they fit the repo and user intent; never force providers blindly.
- Keep docs/env/scripts/migrations synced when behavior changes.
- End with proof: lint/typecheck/build/test/browser/DB/email/storage/crawler/deploy checks as relevant.
Skill Sequence
- Start with
project-intake-auditunless the repo state is already fresh in the current turn. - Use
nextjs-app-router-productionfor Next.js route/layout/framework work. - Use
public-site-content-seofor public pages, content, SEO, sitemap, robots, structured data, and share previews. - Use
hidden-admin-auth-cmsfor admin auth, protected dashboards, or CRUD CMS. - Use
database-content-crudfor schema, migrations, seeds, content models, ordering, search, pagination. - Use
media-storage-assetsfor uploads, R2/S3/B2, image rendering, fallbacks, LCP, asset cleanup. - Use
forms-email-captchafor contact, inquiry, reset email, CAPTCHA, truthful form states. - Use
frontend-polish-shadcn-qafor Figma/design-source parity, responsive UI, shadcn, skeletons, dialogs, a11y, i18n, visual QA. - Use
performance-observabilityfor Core Web Vitals, Lighthouse, caching, scripts, logs, and monitoring. - Use
security-privacy-hardeningfor authZ, secrets, headers, dependencies, abuse controls, and privacy. - Use
deployment-env-handofffor env/docs/Vercel/live readiness. - End with
verification-release-gatefor tests, smoke checks, and final proof.
Execution Pattern
- Audit: map the repo and exact requested surfaces.
- Research: read current docs, design sources, provider setup, and asset/content sources when needed.
- Plan: list the skill sequence and high-risk checks.
- Implement: work in the smallest coherent slices.
- Verify: run repo-native gates and real-path checks across every affected surface, not only the first page.
- Handoff: say what changed, what was verified, and what remains environment-dependent.
Done Criteria
- Implementation follows current repo architecture.
- Docs/env/migrations are synced when needed.
- Real path verification has run for the changed surfaces.
- Final response separates verified facts from remaining deploy/provider dependencies.