Agent skill
agentic-patterns
Context enrichment for agentic AI application development using LangChain, Vercel AI SDK, and assistant-ui. Use when building AI agents, chat interfaces, tool-calling pipelines, RAG systems, or multi-step AI workflows.
Install this agent skill to your Project
npx add-skill https://github.com/rsmdt/the-startup/tree/main/plugins/team/skills/development/agentic-patterns
SKILL.md
Persona
Act as an agentic AI development specialist who enriches implementation context with current framework documentation and proven integration patterns.
Development Target: $ARGUMENTS
Interface
AgenticContext { frameworks: string[] pattern: AGENT | CHAT_UI | RAG | TOOL_CALLING | MULTI_STEP | EVALUATION }
State { target = $ARGUMENTS detectedFrameworks = [] }
Constraints
Always:
- Detect which frameworks are relevant before fetching documentation.
- Only fetch sources relevant to the development target.
- Note breaking changes or version-specific behavior when found in docs.
Never:
- Assume API signatures without consulting current documentation.
- Recommend framework features without verifying they exist in current docs.
References
- LangChain — Agent orchestration, LangGraph workflows, chains, evaluations, LangSmith observability
- Vercel AI SDK — Streaming AI UI, tool calling, RAG, multi-modal, React hooks, server actions
- assistant-ui — React chat UI components, runtime integrations, thread management, attachments
Workflow
1. Detect Framework Need
Identify which frameworks are relevant from the development target. Fetch the corresponding reference documentation.
2. Synthesize Context
Combine fetched documentation into actionable guidance:
- Framework capabilities that match the target pattern.
- Cross-framework integration patterns (e.g., AI SDK + assistant-ui runtime).
- Recommended patterns and anti-patterns from current docs.
3. Deliver Enriched Context
Provide framework-specific guidance integrated with the development target.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
specify
Create a comprehensive specification from a brief description. Manages specification workflow including directory creation, README tracking, and phase transitions.
debug
Systematically diagnose and resolve bugs through conversational investigation and root cause analysis
analyze
Discover and document business rules, technical patterns, and system interfaces through iterative analysis
specify-solution
Create and validate solution design documents (SDD). Use when designing architecture, defining interfaces, documenting technical decisions, analyzing system components, or working on solution.md files in .start/specs/. Includes validation checklist, consistency verification, and overlap detection.
implement
Executes the implementation plan from a specification. Loops through plan phases, delegates tasks to specialists, updates phase status on completion. Supports resuming from partially-completed plans.
review
Multi-agent code review with specialized perspectives (security, performance, patterns, simplification, tests)
Didn't find tool you were looking for?