Audit devloop against Claude Code updates to identify integration opportunities. Use after Claude Code releases, monthly maintenance, or when exploring new features.
Audits devloop integrations against Claude Code updates to identify enhancement opportunities and deprecated patterns.
npx claudepluginhub zate/cc-pluginsThis skill is limited to using the following tools:
Audit devloop against Claude Code's evolving capabilities.
ls plugins/devloop/commands/
ls plugins/devloop/agents/
ls plugins/devloop/skills/
| Category | Questions |
|---|---|
| Overlap | Does native Claude Code now provide this? |
| Enhancement | Can new features improve this? |
| Deprecation | Are we using outdated patterns? |
| Missing | New capabilities to adopt? |
Priority Ranking:
Effort Estimation:
Save to .devloop/spikes/claude-code-audit-YYYY-MM-DD.md:
# Claude Code Audit Findings
**Date**: YYYY-MM-DD
**Claude Code Version**: X.Y.Z
**devloop Version**: X.Y.Z
## Summary
Brief overview.
## Integration Opportunities
### High Priority
| Finding | Current State | Action | Effort |
|---------|--------------|--------|--------|
### Medium Priority
...
## Deprecated Patterns
| Pattern | Native Alternative | Migration |
|---------|-------------------|-----------|
## New Features to Adopt
| Feature | Use Case | Notes |
|---------|----------|-------|
AskUserQuestion:
questions:
- question: "Audit complete. What next?"
header: "Action"
options:
- label: "Create spike from findings"
- label: "Create plan from findings"
- label: "Review findings"
Produces:
.devloop/spikes/claude-code-audit-YYYY-MM-DD.mdSearch, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.