ai-agent-development
About
This workflow provides a structured approach for developers building AI agents using frameworks like CrewAI and LangGraph. It covers designing autonomous agents, multi-agent systems, and implementing orchestration, tool integration, and memory. Use it when creating agent-based applications that require coordination and specialized capabilities.
Quick Install
Claude Code
Recommendednpx skills add boisenoise/skills-collections -a claude-code/plugin add https://github.com/boisenoise/skills-collectionsgit clone https://github.com/boisenoise/skills-collections.git ~/.claude/skills/ai-agent-developmentCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
rag-implementation
OtherThis skill provides a structured workflow for implementing RAG systems, covering embedding selection, vector database setup, and chunking strategies. Use it when building document Q&A systems, semantic search, or any application requiring knowledge-grounded AI. It guides developers through requirements analysis, optimization, and evaluation of retrieval quality.
api-security-testing
OtherThis skill provides a comprehensive security testing workflow for both REST and GraphQL APIs. It covers authentication, authorization, rate limiting, and input validation testing across multiple phases. Developers should use it for API security assessments, bug bounty testing, or validating API implementations against security best practices.
web-security-testing
OtherThis Claude Skill provides a structured workflow for testing web applications against OWASP Top 10 vulnerabilities like injection and XSS. Use it during security assessments, penetration tests, or bug bounty hunting to systematically map, scan, and validate application security controls.
terraform-infrastructure
OtherThis Claude Skill provides a specialized Terraform workflow for infrastructure as code, enabling developers to provision cloud resources and create reusable modules. It covers the full lifecycle including setup, state management, and multi-environment deployments. Use this when implementing IaC best practices or managing infrastructure at scale with Terraform.
