ipollowork-maintainable-code

Solid

Mandatory iPolloWork code-change gate for modern, minimal, performant, reuse-first implementation and clean repository ownership. Use whenever AI creates, edits, deletes, or refactors application code, server code, packages, scripts, tests, dependencies, schemas, routes, UI, or generated-file workflows. Reuse existing code before creating files, keep one source of truth, prevent parallel implementations and junk directories, justify every new file or dependency, and audit the current change before completion.

AI & Automation 5,775 stars 1089 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 83/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# iPolloWork Maintainable Code Treat this as the repository's single code-quality Skill. Implement changes with the smallest coherent diff, modern platform patterns, bounded runtime cost, and one clear owner. Search and reuse before creating anything. ## Non-Negotiable Outcomes - **Modern:** use the current repository stack and supported platform APIs; do not add legacy wrappers or compatibility layers without a real supported consumer. - **Minimal:** solve the requested job with the fewest concepts, files, dependencies, states, and routes that remain clear. - **Performant:** keep network, database, filesystem, bundle, render, and memory work bounded; optimize measured or structurally obvious hot paths. - **Reusable:** extend compatible components, hooks, services, schemas, types, and utilities before creating parallel versions. - **Owned:** keep one source of truth and place behavior in the narrowest existing owner. - **Clean:** do not create convenience directories, one-off design notes, duplicate implementations, generated source artifacts, or abandoned replacement files. ## Required Workflow 1. Find the repository root. Read `AGENTS.md`, the owning package manifest, the real entrypoint, and nearby implementations. 2. Read `references/repository-boundaries.md` before adding a file, directory, dependency, API, table, or cross-package import. 3. Define a change budget before editing: intended behavior, owning module, expected files touched, and whether any new file, dir...

Details

Author
Devin-AXIS
Repository
Devin-AXIS/iPolloWork
Created
1 years ago
Last Updated
today
Language
TypeScript
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category