Amazon Connect contact center — flows, routing, Contact Lens, metrics, Customer Profiles, Cases, Q Connect, AI agents, Lambda integration, streaming, EventBridge, and AWS SDK v3 API reference
Custom skills for Claude Code. For information about the Agent Skills standard, see agentskills.io.
Skills are folders of instructions and resources that Claude loads dynamically to improve performance on specialized tasks. Learn more:
| Skill | Description | Files |
|---|---|---|
| amazon-connect | Amazon Connect contact center — flows, routing, Contact Lens, metrics, Customer Profiles, Cases, Q Connect, AI agents, Lambda integration, streaming, EventBridge, and AWS SDK v3 API reference | 59 |
git clone https://github.com/JiteshGaikwad/claude-skills.git ~/.claude/skills/claude-skills
# Copy just the skill you need
cp -r skills/amazon-connect/ ~/.claude/skills/amazon-connect
git clone https://github.com/JiteshGaikwad/claude-skills.git .claude/skills/claude-skills
Skills auto-trigger based on conversation context, or invoke manually:
/amazon-connect
claude-skills/
├── README.md
└── skills/
├── amazon-connect/
│ ├── SKILL.md # Entry point + routing index
│ ├── core/ # Instance, telephony, security
│ ├── flows/ # Flow designer, blocks, Lambda
│ ├── channels/ # Voice, chat, email, tasks
│ ├── ai/ # AI agents, Q Connect, Lex
│ ├── analytics/ # Contact Lens, metrics, dashboards
│ ├── streaming/ # Kinesis, EventBridge, agent events
│ ├── agent-experience/ # Workspace, CCP, developer guide
│ ├── data/ # Customer Profiles, Cases
│ ├── testing/ # Flow simulation
│ ├── api/ # All 9 service APIs + SDK patterns
│ └── recent-changes.md # Latest features
└── <future-skill>/
└── SKILL.md
Create a new directory under skills/ with a SKILL.md:
skills/my-new-skill/
└── SKILL.md
Frontmatter template:
---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---
# Skill Title
## Instructions
[Core behavior and approach]
## Examples
- Example usage 1
- Example usage 2
## Guidelines
- Guideline 1
- Guideline 2
These skills contain structured reference documentation derived from publicly available sources. No proprietary code or data is included.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jiteshgaikwad/claude-skills --plugin amazon-connectUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.