agentic-engineering-book
Practical guide to building and maintaining agentic systems
All Skills in This Repository (5)
Pure Emerald Level Indicatorscreating-new-skills
Guide the creation of new Agent Skills for Claude Code.
researching-external-sources
Research documentation, academic papers, and practitioner articles into structured reports with citations.
managing-book-operations
Generate book tables of contents and validate frontmatter in Markdown and YAML files.
executing-comprehensive-reviews
Review document content for clarity, question generation, and alignment validation.
orchestrating-knowledge-workflows
Manage plan-build-improve cycles for knowledge base updates with user approval.
Frequently Asked Questions
FAQPage SchemaHow to install Agentic Engineering Book?โผ
Run `npx skills add jayminwest/agentic-engineering-book --all -g -y` in your terminal to install all skills in this repository globally.
What does the Agentic Engineering book cover?โผ
It covers prompts, models, context management, tool use, multi-agent patterns, debugging, evaluation, and production practices for building agentic systems.
How do I create a new skill with this repository?โผ
Use the built-in meta-skill, which walks you through naming, frontmatter, instructions, examples, and testing so your new skill is discovered and triggered correctly.
Can I research external sources for book content?โผ
Yes. The research skill scans documentation, academic papers, and practitioner articles, then synthesizes findings into prioritized content recommendations.
Does this work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible agent environments.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides