Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

claude-config

claude-config contém 30 skills coletadas de Nirusan, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
30
Stars
7
atualizado
2026-03-31
Forks
1
Cobertura ocupacional
12 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

permissions-allow
Desenvolvedores de software

Apply standard development permissions to the current project by creating .claude/settings.local.json with pre-approved tools and bash commands. Use when setting up a new project or when the user wants to configure Claude permissions.

2026-03-31
skill-router
Desenvolvedores de software

Automatically loaded at session start. Maps tasks to the right skill. Do not invoke manually.

2026-03-31
resend
Desenvolvedores de software

Manage Resend email platform via CLI — send emails, manage contacts, broadcasts, templates, segments, domains, webhooks, and more. Use when the user wants to send emails, manage contacts/segments, create broadcasts, manage templates, check domain status, or any Resend-related task. Trigger words: "resend", "send email", "broadcast", "contacts", "email template", "domain verify", "webhook".

2026-03-29
brainstorm
Especialistas em gestão de projetos

Explore and validate product ideas through structured brainstorming. Creates a product brief.

2026-03-29
git-add-commit-push
Desenvolvedores de software

Stage all changes, create a commit with auto-generated or custom message, and push to current branch. Use when the user says "commit", "push", "save changes", or wants to finalize their work.

2026-03-29
implement
Desenvolvedores de software

Complete implementation workflow for a task - understand context, plan, implement, validate, review, and commit. Use when the user wants to implement a feature, fix a bug, or complete a specific development task.

2026-03-29
implementation-plan
Especialistas em gestão de projetosGerentes gerais e de operações+1

Create a detailed implementation plan with stories. Also creates an empty progress.md for tracking.

2026-03-29
receiving-code-review
Desenvolvedores de software

How to respond to code review feedback. Use when receiving comments on a PR, review suggestions, or CI feedback. Ensures technical rigor over performative agreement.

2026-03-29
writing-skills
Desenvolvedores de software

Create a new skill for the Claude Code config. Use when the user wants to add a new skill, command, or workflow to their configuration.

2026-03-29
dispatch-agents
Desenvolvedores de software

Orchestrate multiple subagents in parallel for independent tasks. Use when a feature has multiple unrelated parts that can be worked on simultaneously, or when multiple test failures affect different subsystems.

2026-03-29
systematic-debugging
Desenvolvedores de software

Structured 4-phase debugging process. Use when a bug is unclear, a fix has failed twice, or you're stuck on a problem instead of guessing randomly.

2026-03-29
test-driven-development
Analistas de garantia de qualidade de software e testadores

Enforce TDD (Red-Green-Refactor) for features, bug fixes, and refactoring. Use when writing new functionality, fixing bugs, or when the user explicitly asks for TDD.

2026-03-29
copywriting
Analistas de pesquisa de mercado e especialistas em marketing

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.

2026-02-15
email-sequence
Analistas de pesquisa de mercado e especialistas em marketing

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," or "lifecycle emails." For in-app onboarding, see onboarding-cro.

2026-02-15
marketing-ideas
Analistas de pesquisa de mercado e especialistas em marketing

When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product. Also use when the user asks for 'marketing ideas,' 'growth ideas,' 'how to market,' 'marketing strategies,' 'marketing tactics,' 'ways to promote,' or 'ideas to grow.' This skill provides 139 proven marketing approaches organized by category.

2026-02-15
page-cro
Analistas de pesquisa de mercado e especialistas em marketing

When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or blog posts. Also use when the user says "CRO," "conversion rate optimization," "this page isn't converting," "improve conversions," or "why isn't this page working." For signup/registration flows, see signup-flow-cro. For post-signup activation, see onboarding-cro. For forms outside of signup, see form-cro. For popups/modals, see popup-cro.

2026-02-15
seo-check
Desenvolvedores web

SEO audit and optimization review. Use automatically when working on pages, metadata, content, images, or any user-facing features. Also use before commits that add new pages or modify existing content.

2026-01-22
sync-config
Desenvolvedores de software

Sync local Claude config to GitHub repo. Use to backup or share your Claude configuration (CLAUDE.md, settings, commands, agents, skills).

2026-01-22
next-task
Desenvolvedores de software

Identify the next incomplete task from the implementation plan. Use when the user asks "what's next", "next task", "c'est quoi la suite", or wants to know what to work on next.

2026-01-20
refresh-context
Desenvolvedores de software

Re-read project documentation (CLAUDE.md, progress.txt, memory-bank/) to refresh context. Use when starting a new session, after a break, or when the user says "refresh", "reload context", "what's the current state", or "on en est où".

2026-01-20
update-progress
Desenvolvedores de softwareOutras ocupações de informática

Update progress tracking files (progress.md and implementation plan). Use after completing tasks, implementing features, or when the user wants to record progress.

2026-01-20
validate
Analistas de garantia de qualidade de software e testadores

Run lint, build, and E2E tests in sequence. Use when the user wants to validate their code, run tests, or check if everything works before committing.

2026-01-20
validate-update-push
Desenvolvedores de software

Complete workflow to validate build, update documentation, update progress, and push changes. Use when finalizing work, before ending a session, or when the user says "finalize", "wrap up", or "ship it".

2026-01-20
tech-stack
Analistas de sistemas de computador

Define the technical stack and architecture for a project. Interactive session with the Architect agent.

2026-01-20
prd
Gerentes gerais e de operações

Create a Product Requirements Document. Interactive session to define features, requirements, and scope.

2026-01-20
db-check
Arquitetos de banco de dados

Check Supabase database health, security advisors, and RLS policies. Use automatically after creating or modifying database migrations, RLS policies, or schema changes. Also use when working with Supabase tables or when security/performance issues are suspected.

2026-01-20
security-check
Analistas de segurança da informação

Red-team security audit for code changes. Use automatically when working on authentication, authorization, user inputs, API endpoints, database queries, or any security-sensitive code. Also use before commits that touch sensitive areas.

2026-01-20
validate-quick
Analistas de garantia de qualidade de software e testadores

Quick validation check returning pass/fail. Use AUTOMATICALLY before any git commit, before pushing code, when user asks "is it ready?", "can we commit?", "does it build?", "c'est prêt?", "on peut commit?", "ça build?", or wants a quick health check. Runs silently in background.

2026-01-15
design-principles
Designers de interfaces web e digitais

Enforce a precise, minimal design system inspired by Linear, Notion, and Stripe. Use this skill when building dashboards, admin interfaces, or any UI that needs Jony Ive-level precision - clean, modern, minimalist with taste. Every pixel matters.

2026-01-15
update-docs
Desenvolvedores de software

Intelligently update project documentation (CLAUDE.md, memory-bank/) based on recent changes. Use after implementing features, establishing new patterns, or when documentation needs to reflect current state.

2026-01-15