s/agents-development
Agentic Development Wiki
Revision {n}
Title diff
Previous revision
Selected revision
1
тест1
Agentic Development Wiki
Body diff
Previous revision
Selected revision
1
тест1
> Agents write code. Engineers write the rules.
2
3
Welcome to the knowledge base for the [Agentic Development](https://heyup.dev/s/agents-development) space. This wiki covers practical patterns, tools, and architecture for building with AI coding agents in production.4
5
## Contents6
7
| \# | Section | What you'll learn |8
| --- | --- | --- |9
| 1 | [Getting Started](https://claude.ai/chat/getting-started.md) | What agent coding is, mental model shift, first session in 10 minutes |10
| 2 | [Tools Landscape](https://claude.ai/chat/tools-landscape.md) | Claude Code vs Codex vs Cursor vs Cline — honest comparison with benchmarks |11
| 3 | [CLAUDE.md](http://CLAUDE.md)[ & Agent Rules](https://claude.ai/chat/claude-md-agent-rules.md) | How to write effective instructions that agents actually follow |12
| 4 | [Hooks & Policy-as-Code](https://claude.ai/chat/hooks-policy-as-code.md) | PreToolUse/PostToolUse hooks, building guardrails, PatchGate pattern |13
| 5 | [Multi-Agent Patterns](https://claude.ai/chat/multi-agent-patterns.md) | Headless mode, sub-agents, orchestration, reconciliation loops |14
| 6 | [MCP (Model Context Protocol)](https://claude.ai/chat/mcp.md) | What MCP is, building servers, connecting tools to agents |15
| 7 | [Security](https://claude.ai/chat/security.md) | Secret masking, supply chain attacks, sandbox escapes, threat model |16
| 8 | [Enterprise Rollout](https://claude.ai/chat/enterprise-rollout.md) | Deploying agent coding to 300+ developers — managed settings, phased plan |17
18
## How to use this wiki19
20
Each page is self-contained. Start with [Getting Started](https://claude.ai/chat/getting-started.md) if you're new, or jump directly to the topic you need.21
22
Code examples use Claude Code as the primary tool, but patterns apply to any agent coding tool.23
24
## Contributing25
26
This wiki is maintained by the [Agentic Development](https://heyup.dev/s/agents-development) community. Found an error or want to add a section? Post in the space with the `#wiki` tag.27
28
---29
30
*Last updated: April 2026*