AIKARAI

Explore Aikarai

Real software, creator stories, and three clear commercial lanes.

Lesson 04

Package source another person can understand.

Create a minimal, clean archive with setup instructions, disclosure, limitations, and reproducible verification.

Suggested time
30–45 minutes
You will finish with
A source ZIP that is useful after download and safe to inspect.

Make the README operational

Assume the recipient starts with only the extracted folder.

Disclose what AI did

Separate author decisions from AI assistance without pretending the package was independently verified.

Archive only source

A clean Copy package excludes local state and machine-specific output.

Copy-ready starter prompt

Replace the bracketed details, give it to your coding agent, and keep the verification steps intact.

Audit this project as if you received only its source ZIP. Create or improve README.md with prerequisites, exact setup/run/test/build commands, the primary journey, local data behavior, reset steps, AI-use disclosure, and honest limitations.

Define a package allowlist that includes source, tests, lockfiles, README, and license notices while excluding dependencies, build output, caches, logs, editor state, .env files, secrets, and personal data.

Build the archive, extract it into a fresh directory, run every documented command, scan it for secrets, and report file count, compressed/uncompressed size, checksums, test counts, and any remaining manual checks.

Learn pages are public and anonymous. They do not create an account, a session, analytics, or marketplace activity.

Feedback