panacea-dev

Document PANaCEa development patterns, architecture constraints, and codebase conventions.

Updated Nov 16, 2025
One-click install
npx skills add https://github.com/aaronjullger-lgtm/PANaCEa --skill panacea-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: panacea-dev
Source: https://github.com/aaronjullger-lgtm/PANaCEa/tree/main/.claude/skills/panacea-dev
Command: npx skills add https://github.com/aaronjullger-lgtm/PANaCEa --skill panacea-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes PANaCEa development patterns, architecture constraints, and codebase conventions to prevent common missteps and accelerate productive work.

Core Features & Use Cases

  • Documented project-wide patterns for frontend/backend structure, deployment, and tooling to ensure consistency across the codebase.
  • Onboarding and quality: fast contributor orientation with clear rules for architecture and project layout.
  • Task applicability: when writing new features, fixing bugs, modifying components, creating API endpoints, or performing any development work in the PANaCEa repository.

Quick Start

Review PANaCEa development guidelines before coding to align with project conventions and architecture constraints.

Frequently Asked Questions about panacea-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the required architecture constraints for developing in the PANaCEa codebase?

PANaCEa architecture constraints require a two-backend system distinction, disciplined file organization, and standardized middleware to guide contributors during feature creation and API endpoint work.

How do I structure frontend and backend code to match PANaCEa development patterns?

To match PANaCEa development patterns, follow documented project-wide frontend-backend structure rules that enforce consistency across the codebase using Prisma and Cloudflare Pages conventions.

When do I need to apply PANaCEa codebase conventions during development?

Apply PANaCEa codebase conventions when writing new features, fixing bugs, modifying components, creating API endpoints, or performing any development work in the PANaCEa repository.

Does the PANaCEa development pattern enforce specific testing and deployment practices?

Yes, the PANaCEa development pattern enforces standardized testing and deployment practices to ensure quality and consistency across the Cloudflare Pages deployment and overall project layout.

What is the best way to onboard and align with PANaCEa project layout rules?

The best way to onboard is to review PANaCEa development guidelines before coding to align with project conventions, architecture constraints, and standardized layout rules for fast orientation.