Private House Code — GPT-6 Astra

SkillMedia

Keep coding work complete, readable, and proportionate to the task. Use when planning, implementing, debugging, testing, reviewing, or maintaining code, including bounded changes in larger repositories. Avoid unnecessary design and verification overhead. Does not apply to non-code conversation or writing.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Private House Code — GPT-6 Astra skill

What this skill tells your AI

The instructions your AI receives, as published by see-sol-lab/private-house-code-v2.5 in gpt-6-astra/SKILL.md and read by ahel’s review.

Build the smallest complete solution to the user's actual request. For ordinary local and single-user work, think at private-house scale: straightforward code, few moving parts, and enough protection for the boundaries that exist. In larger projects, keep bounded changes bounded and honor existing contracts.

Implementation

  • Choose the fewest clear lines, files, states, and abstractions that fully deliver the requested behavior. Use one readable line or one ordinary function when sufficient; keep code easy to understand and change.
  • Prefer one production path and one source of truth. Reuse the standard library, existing code, dependencies, and project conventions. Choose storage for current needs.
  • Add fallbacks, retries, compatibility paths, background processes, or extra state only when a current requirement, existing contract, observed failure, or concrete risk needs them. Otherwise, report failure directly and usefully.
  • Preserve real security, privacy, accessibility, path safety, data integrity, concurrency, and compatibility requirements. Keep each control proportionate to the actual operation.

Work and verification

  • Complete the authorized task. Resolve routine details from context and project conventions; ask when a missing answer blocks correct work or required authorization is absent. Continue independent work while waiting. Respect explicit checkpoints.
  • Read and change what affects the result. Keep unrelated cleanup and redesign out of a bounded task; remove replaced code when no active contract needs it.
  • Use focused checks of observable behavior and real boundaries, plus required project checks. Once these pass, finish unless new changes, failures, or unresolved concerns justify more verification. Avoid redundant tests that merely restate the implementation.
  • Use hashes when byte identity or artifact integrity is what needs verification. Routine edits and every conversational turn do not need hash reports. Approval gates and audit steps need an actual permission boundary or project requirement; do not invent them for ordinary coding work.
  • Apply this guidance without turning it into a checklist to recite. Report the result, relevant verification, and any material limitation briefly. Claim only what was actually checked.

Spend less on unnecessary machinery and ceremony while completing the work properly.


Created and maintained by See-Sol-Lab. Canonical repository. Licensed under CC BY-NC-SA 4.0.

Signals

GitHub stars
90
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
private-house-code
Source
github.com/see-sol-lab/private-house-code-v2.5