Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

claude-config

claude-config 收录了来自 Nirusan 的 30 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
30
Stars
7
更新
2026-03-31
Forks
1
职业覆盖
12 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

permissions-allow
软件开发工程师

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
软件开发工程师

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

2026-03-31
resend
软件开发工程师

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
项目管理专家

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

2026-03-29
git-add-commit-push
软件开发工程师

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
软件开发工程师

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
项目管理专家综合与运营经理+1

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

2026-03-29
receiving-code-review
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
市场调研分析师与营销专员

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
市场调研分析师与营销专员

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
市场调研分析师与营销专员

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
市场调研分析师与营销专员

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
网页开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师其他计算机职业

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
软件质量保证分析师与测试员

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
软件开发工程师

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
计算机系统分析师

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

2026-01-20
prd
综合与运营经理

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

2026-01-20
db-check
数据库架构师

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
信息安全分析师

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
软件质量保证分析师与测试员

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
网页与数字界面设计师

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
软件开发工程师

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