AI-Assisted Development¶
Sartiq uses Claude Code as the primary AI coding agent across all projects. Every developer gets the same standards via CLAUDE.md, the same tools via the Sartiq Marketplace, and the same workflows via shared skills and plugins.
First time?
Start with Getting Started, then install the Sartiq Marketplace for task workflows, code review, and more.
Quick Start¶
- Getting Started — Install Claude Code, set up CLAUDE.md, marketplace, MCP, hooks
- Marketplace & Plugins — Install sq-dev and other plugins for your role
- Claude Code Essentials — Context management, effort levels, subagents, agent teams
- Daily Workflow — The Explore → Plan → Code → Commit loop
Documentation Map¶
| Guide | What You'll Learn |
|---|---|
| Setup | |
| Getting Started | Full setup: CLAUDE.md, marketplace, MCP, settings, hooks |
| Marketplace Overview | Plugin catalog, role guide, environment tokens |
| Configuration | Configuration stack, file locations |
| Settings & Hooks | Auto-lint, quality gates, permissions |
| LSP Configuration | TypeScript & Python language servers |
| Concepts | |
| Claude Code Essentials | Context window, effort levels, subagents, agent teams |
| Using Skills | How skills work, triggering, debugging |
| Creating Extensions | SKILL.md anatomy, testing, publishing |
| Workflows | |
| Daily Workflow | Start-of-day to end-of-day development loop |
| Explore → Plan → Code → Commit | The core workflow that prevents tech debt |
| Tips & Patterns | Bug fixes, features, code review, context management |
| Code Review Pipeline | Multi-dimensional code review with sq-dev |
| Reference | |
| Reference | Commands cheatsheet, troubleshooting, official docs |
What Makes This Work¶
Five principles make this work:
- Shared CLAUDE.md — Every session reads the same coding standards. No drift between developers.
- Explore before coding — Claude produces dramatically better output when it reads existing patterns first. Skipping this is the #1 cause of bad AI-generated code.
- Quality gates — Hooks auto-run linting and type-checking after every edit. LSP catches type errors in the same turn.
- Context discipline —
/clearbetween tasks,/compactfor long sessions. Context rot is real — manage it aggressively. - Pattern replication over invention — Claude excels at adapting existing patterns. Point it at the right files and let it follow.
Resources¶
- Backend Engineering Practices — Python/FastAPI coding standards
- Frontend Standards — TypeScript/Next.js coding standards
- Testing Philosophy — Test strategy and patterns
- Official Claude Code docs — Anthropic's reference documentation