```
.
βββ .claude/ # Project config (references plugins via absolute paths)
β βββ settings.json # Simplified plugin-based config
β βββ settings.local.json # Local overrides (not tracked)
βββ .claude-plugin/ # Plugin marketplace definition
β βββ marketplace.json # Marketplace configuration
βββ plugins/ # All skills organized in plugins
β βββ meta-work/ # Meta-work: commands, skills, plugins, docs
β β βββ .claude-plugin/ # Plugin manifest
β β βββ commands/ # /create-command, /create-agent, /create-doc, /create-plugin
β β βββ skills/ # prompting, claude-permissions, skill-creator, plugin-creator
β β βββ README.md
β βββ development-lifecycle/ # Dev workflow: git, code review, planning
β β βββ .claude-plugin/
β β βββ commands/ # /execute-implementation
β β βββ agents/ # deep-research, deep-context-gatherer
β β βββ skills/ # analyze-size, git-commit, code-review, start-feature, finish-feature, fix-eslint, dev-work-summary
β β βββ README.md
β βββ typescript-coding/ # TypeScript/JavaScript development guidance
β β βββ .claude-plugin/
β β βββ skills/
β β β βββ typescript-coding/
β β β βββ SKILL.md
β β β βββ STACK.md # Tech stack overview
β β β βββ TOOLING.md # Tool usage patterns
β β β βββ TESTING.md # Testing patterns
β β β βββ LOGGING.md # Logging strategies
β β βββ README.md
β βββ knowledge-work/ # Knowledge capture, web research, ideation
β β βββ .claude-plugin/
β β βββ skills/ # gemini-research, gh-code-search, brainwriting, readwise-api, scratchpad-fetch, web-to-markdown
β β βββ README.md
β βββ basic-skills/ # Foundational utilities
β βββ .claude-plugin/
β βββ skills/ # timestamp
β βββ README.md
βββ docs/ # Project documentation and coding standards
β βββ CODING_STYLE.md
β βββ DEVELOPMENT_WORKFLOW.md
β βββ roadmap/ # Development roadmap and planning
β β βββ overview.md
β βββ scratchpad/ # Web fetched content cache
β βββ web-captures/ # Playwright web-to-markdown captures
βββ hooks/ # Claude Code hooks
β βββ skill-reminder/ # Contextual skill reminder hook
β β βββ prompt-hook.ts # UserPromptSubmit hook (TypeScript)
β βββ tts-readback/ # Text-to-speech