Explore skills
12,582 skills found
Category alert
Get new Desenvolvimento skills every Monday
claude-api
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a C
skill-creator
Create new skills, modify and improve existing ones, and measure their performance. Use this skill for developing, editing, optimizing, testing, and benchmarking skills, as well as refining their descriptions for better triggering.
oh-my-issues
This skill clusters GitHub issue backlogs by root cause into plan-master issues, redirects related children, and bundles architectural-fix PRs to close clusters atomically. It's ideal for triaging and consolidating numerous issues sharing underlying defects, or for building a plan series or roadmap.
claude-mem
Captures agent actions across sessions, compresses them with AI, and injects relevant context into future interactions. Compatible with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode, and more.
claude-mem
Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More.
pathfinder
Maps a codebase into feature-grouped flowcharts, identifies duplicated concerns across features, and proposes a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor, emitting a proposed unified flowchart plus per-system /make-plan prompts.
timeline-report
Generates a Journey Into [Project] narrative report analyzing a project's entire development history from claude-mem's timeline. Use it when asked for a timeline report, project history analysis, development journey, or full project report.
claude-mem
Persistent Context Across Sessions for Every Agent – This feature captures all agent activity during sessions, compresses it with AI, and re-injects relevant context into future interactions. It supports Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode, and more.
claude-code-plugin-release
Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, npm publishing (so npx claude-mem@X.Y.Z resolves), build verification, git tagging, GitHub releases, and changelog generation.
publish
Publishes oh-my-opencode to npm using a GitHub Actions workflow. It accepts <patch|minor|major> as an argument and is triggered by publish, release, deploy, or npm publish events.
git-master
Essential for all Git operations like atomic commits, rebase/squash, and history search. Recommended for use with task() to save context. Triggers include 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', and 'find the commit that'.
pre-publish-review
A robust 16-agent pre-publish release gate that detects changes, performs deep analysis, and conducts holistic review using multiple agents before every npm publish.