Skill Claude CodeCodex
Create (or update) and validate Agent SOPs (Standard Operating Procedures) - markdown-based workflows that guide AI agents through complex, multi-step tasks with RFC 2119 constraints.
23 tagged strands agents, measured the same way as everything else here.
Browse within: aws 14agentcore 11langgraph 11Autonomous Agents 5containers 5
Skill Claude CodeCodex
Create (or update) and validate Agent SOPs (Standard Operating Procedures) - markdown-based workflows that guide AI agents through complex, multi-step tasks with RFC 2119 constraints.
aws-samples/sample-strands-agents-agentskills
Skill Claude CodeCodex
Process and analyze CSV, JSON, and text files with data transformation, cleaning, analysis, and visualization capabilities.
aws-samples/sample-strands-agents-agentskills
Skill Claude CodeCodex
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks.
aws-samples/sample-strands-agents-agentskills
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
aws-samples/sample-agentic-chatbot-accelerator
Skill Claude CodeCodex
Create and update AgentCore runtime agents in a DEPLOYED instance of this accelerator. Use whenever the user wants to create a new agent, build an orchestrator/swarm/graph agent, add or remove tools/MCP-servers/skills from an existing agent, change an agent's model or system prompt, or otherwise modify a live runtime…
aws-samples/sample-agentic-chatbot-accelerator
Skill Claude CodeCodex
Propose a Terraform mirror plan for the most recent CDK commit on this branch. Use whenever the user has just committed CDK changes and says things like "mirror this to terraform", "propose tf changes", "what's the terraform equivalent", "tf follow-up", "sync to terraform", or any variation that signals they want the…
aws-samples/sample-agentic-chatbot-accelerator
Skill Claude CodeCodex
Prepare a development branch for a pull request to main. Run /code-review and ASH security scan, auto-fix high-confidence issues, then draft a PR title and body. Use this whenever the user signals intent to open a PR ("create a PR", "open a PR", "ready to PR", "submit PR", "PR this branch", "let's PR this"), even if…
Skill Claude CodeCodex
Build and extend strands-compose — the declarative YAML to strands resolution library in src/strandscompose. Use when adding or editing config schema, loaders, resolvers, orchestration builders, model/mcp/tool/hook resolution, streaming, manifests, or the CLI. Library source only; not tests, examples, or docs.
Skill Claude CodeCodex
Write, repair, and reason about tests for the strands-compose library in tests/. Use whenever adding, fixing, or reviewing tests, or deciding what to test for a library change. Defines what is worth testing, what is not, and how. Library tests only; not examples or docs prose.
Skill Claude CodeCodex
Write git commit messages that follow the Conventional Commits standard. Use when the user asks for a commit message, or gives a change summary or diff and wants it written up for git.
mkmeral/containerized-strands-agents
Skill Claude CodeCodex
Break code changes in a pull request by actively finding bugs, edge cases, security holes, and failure modes that the author and reviewer missed. Produce artifacts — failing tests, reproduction scripts, and concrete evidence — that prove something is broken.
mkmeral/containerized-strands-agents
Skill Claude CodeCodex
Implement tasks defined in GitHub issues using test-driven development. Write code following existing patterns, create comprehensive tests, generate documentation, and create pull requests for review.
mkmeral/containerized-strands-agents
Skill Claude CodeCodex
Review and refine feature requests in GitHub issues. Identify ambiguities, post clarifying questions, gather missing information, and prepare issues for implementation.