commit 782a00d6b837ade807b870d127874089b2b79f2b Author: vitya Date: Tue Apr 28 10:16:34 2026 +0300 chore: bootstrap project structure diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ebb4284 --- /dev/null +++ b/.gitignore @@ -0,0 +1,68 @@ +# Dependencies +node_modules/ +.pnpm-store/ +.pnp.* +.yarn/ +bower_components/ + +# Python +__pycache__/ +*.py[cod] +*$py.class +.venv/ +venv/ +env/ +.python-version +*.egg-info/ +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ + +# Build output +dist/ +build/ +out/ +target/ +*.tsbuildinfo + +# Environment / secrets +.env +.env.* +!.env.example +*.pem +*.key + +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# IDE / editor +.idea/ +.vscode/* +!.vscode/settings.json +!.vscode/extensions.json +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db +desktop.ini + +# Coverage / cache +coverage/ +.nyc_output/ +.cache/ +.parcel-cache/ +.next/ +.nuxt/ +.turbo/ +.svelte-kit/ + +# Misc +*.tmp +.tmp/ diff --git a/.tasks/STATUS.md b/.tasks/STATUS.md new file mode 100644 index 0000000..7512f41 --- /dev/null +++ b/.tasks/STATUS.md @@ -0,0 +1,5 @@ +# Task Board +_Updated: 2026-04-28_ + + diff --git a/.wiki/SUMMARY.md b/.wiki/SUMMARY.md new file mode 100644 index 0000000..810d962 --- /dev/null +++ b/.wiki/SUMMARY.md @@ -0,0 +1,8 @@ +# Wiki Summary + +List of all pages in source/ with one-line descriptions. +The agent updates this file whenever source/ changes. + +## Pages + + diff --git a/.wiki/WORKFLOW.md b/.wiki/WORKFLOW.md new file mode 100644 index 0000000..dd9d8e8 --- /dev/null +++ b/.wiki/WORKFLOW.md @@ -0,0 +1,15 @@ +# Wiki Workflow + +This wiki follows Karpathy's method: knowledge accumulates rather than being re-derived. + +## Rules for the agent + +- **Before starting work** — read relevant pages from source/ +- **After an important decision** — update or create a page in source/ +- **New raw materials** (links, docs, transcripts) — put in raw/ +- **Processed knowledge** — write as markdown pages in source/ +- **SUMMARY.md** — update whenever a page is added to source/ + +## Trigger + +Skill is activated by the phrase: **use project wiki** diff --git a/.wiki/raw/.gitkeep b/.wiki/raw/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.wiki/source/.gitkeep b/.wiki/source/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..6c25120 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,7 @@ +# CLAUDE.md +# Agent instructions. Each line is a trigger for an installed skill. + +talk like a caveman +use superpowers +use project wiki +use task management system diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff9b064 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# claude-skills + +## About + + +## Quick start +