CtrlK
BlogDocsLog inGet started
Tessl Logo

giuseppe-trisciuoglio/developer-kit

Comprehensive developer toolkit providing reusable skills for Java/Spring Boot, TypeScript/NestJS/React/Next.js, Python, PHP, AWS CloudFormation, AI/RAG, DevOps, and more.

90

Quality

90%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

This version of the tile failed moderation
Moderation pipeline encountered an internal error
Overview
Quality
Evals
Security
Files

guide-agents.mdplugins/developer-kit-ai/docs/

AI Plugin — Agents Guide

Overview

The AI plugin provides one specialized agent for prompt engineering and AI system design. This agent is invoked automatically by Claude Code when tasks involve prompt creation, optimization, or AI application development.

Available Agents

prompt-engineering-expert

File: ../agents/prompt-engineering-expert.md Model: sonnet Allowed Tools: Read, Write, Edit, Glob, Grep, Bash

An expert agent for advanced prompting techniques, LLM optimization, and AI system design. Specializes in chain-of-thought, constitutional AI, and production-grade prompt strategies.

When to Use

Invoke or trigger this agent when:

  • Designing a new prompt from requirements
  • Optimizing an existing prompt for better performance
  • Implementing few-shot examples or chain-of-thought reasoning
  • Creating system prompts for consistent AI behavior
  • Building multi-step reasoning or code analysis prompts
  • Scaling prompt systems across an application

Core Capabilities

DomainCapabilities
Advanced PromptingChain-of-thought, constitutional AI, few-shot, meta-prompting, self-consistency, PALM
Document & InformationSemantic search, cross-reference analysis, summarization, information extraction
Code ComprehensionArchitecture analysis, security detection, documentation, testing patterns
Multi-Agent SystemsRole definition, collaboration protocols, workflow orchestration
Production OptimizationToken efficiency, latency tuning, A/B testing, monitoring
Model-Specific TuningClaude, GPT-4, Gemini, open-source models, multimodal models

How to Invoke

Automatic

Claude Code automatically selects this agent when your request matches its capabilities. No explicit invocation needed.

Manual

Use the agent by name in conversation:

Use the prompt-engineering-expert agent to design a system prompt for a code review assistant.

Via Task Tool

{
  "subagent_type": "developer-kit-ai:prompt-engineering-expert",
  "prompt": "Design a prompt for..."
}

Agent Output Format

The agent provides structured responses with:

  1. Analysis — Current prompt assessment, failure modes, optimization opportunities
  2. Recommendations — Specific techniques to apply with rationale
  3. Implementation — Complete prompt text ready for use
  4. Considerations — Model-specific notes, edge cases, safety guidelines

Integration with Other Skills

The agent works seamlessly with the plugin's skills:

  • prompt-engineering — Pattern reference files for CoT, few-shot, templates
  • rag — Document-grounded prompting with source citation
  • chunking-strategy — Context-window optimization for large documents

It also references LangChain4j skills from the Java plugin for context-enhanced prompting and RAG integration.

Agent Selection Guide

TaskAgentNotes
Write a new promptprompt-engineering-expertSpecify target model and task type
Optimize an existing promptprompt-engineering-expertInclude current prompt in context
Add few-shot examplesprompt-engineering-expertSpecify domain and edge cases
Implement chain-of-thoughtprompt-engineering-expertIdentify complexity level
Build a RAG promptprompt-engineering skillUse RAG skill for pipeline context
Choose chunking strategychunking-strategy skillPipeline context informs prompt design

See Also

  • AI Commands Guide/devkit.prompt-optimize command
  • Prompt Engineering Skill — Skill with 5 reference files
  • RAG Skill — RAG pipeline implementation
  • Chunking Strategy Skill — Document preprocessing
  • Core Agent Guide — All agents across plugins
  • Java Plugin — LangChain4j Guide — LangChain4j integration

plugins

CHANGELOG.md

context7.json

CONTRIBUTING.md

README_CN.md

README_ES.md

README_IT.md

README.md

tessl.json

tile.json