agentic-engineering
openbooklet.com/s/agentic-engineeringopenbooklet.com/s/agentic-engineering@1.0.0GET /api/v1/skills/agentic-engineeringOperate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
ç³»ç»åâå¨å®ç°ä¹åå 寻æ¾ç°æè§£å³æ¹æ¡âç工使µç¨ã
ä½¿ç¨ pytestãfactory\_boy å Django REST Framework è¿è¡ Django åºç¨ç¨åºçæµè¯é©±å¨å¼åã
ä¸ä¸ªç¨äºè§£æç»æåææ¬ï¼æµéªã表åãåç¥¨ãææ¡£ï¼çå®ç¨å³çæ¡æ¶ãæ ¸å¿è§è§£æ¯ï¼æ£å表达å¼è½ä»¥ä½ææ¬ãç¡®å®æ§çæ¹å¼å¤ç 95-98% çæ åµãå°æè´µç LLM è°ç¨çç»å©ä½çè¾¹ç¼æ åµã
å¨ä¿æè´¨éçåæ¶æ§å¶ LLM API ææ¬çæ¨¡å¼ãå°æ¨¡åè·¯ç±ãé¢ç®è·è¸ªãéè¯é»è¾åæç¤ºè¯ç¼åç»åæä¸ä¸ªå¯ç»åçæµæ°´çº¿ã
ä¸ä¸ªè½»é级 CLI å·¥å ·ï¼ç¨äºå¨å¯å¤ç°çä»»å¡ä¸å¯¹ç¼ç 代çè¿è¡å¤´å¯¹å¤´æ¯è¾ãæ¯ä¸ªâåªä¸ªç¼ç 代çæå¥½ï¼âçæ¯è¾é½åºäºæè§ââæ¬å·¥å ·å°å ¶ç³»ç»åã
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
Engineering operating model for teams where AI agents generate a large share of implementation output.
Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.
éç¨äº Android å KMP 项ç®çæ´æ´æ¶ææ¨¡å¼ãæ¶µçæ¨¡åè¾¹çãä¾èµå转ãUseCase/Repository 模å¼ï¼ä»¥åä½¿ç¨ RoomãSQLDelight å Ktor çæ°æ®å±è®¾è®¡ã
Clean Architecture patterns for Android and KMP projects. Covers module boundaries, dependency inversion, UseCase/Repository patterns, and data layer design with Room, SQLDelight, and Ktor.
éè¿å°å¤é¨ä¾èµï¼æä»¶ç³»ç»ãç½ç»ãiCloudï¼æ½è±¡ä¸ºå°åã䏿³¨çåè®®ï¼ä½¿ Swift 代ç 坿µè¯ç模å¼ãæ¯ææ é I/O çç¡®å®æ§æµè¯ã
ç¨äºè®¾è®¡ä¸è´ã对å¼åè å好ç REST API ç约å®åæä½³å®è·µã
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".
å°åè¡ç®æ 转åä¸ºåæ¥æ½å·¥è®¡åï¼ä»»ä½ç¼ç 代çé½è½å·å¯å¨æ§è¡ã
Auto-indexed from affaan-m/everything-claude-code
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.