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

skills-by-amrit

skills-by-amrit 收录了来自 boparaiamrit 的 33 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
33
Stars
5
更新
2026-03-16
Forks
1
职业覆盖
11 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

nextjs-to-nuxt-migration
软件开发工程师

Use when porting any module from a Next.js (React) app to a Nuxt 4 (Vue 3) production app backed by NestJS. User provides module name and three repo paths. Covers submodule analysis, backend verification, feature inventory, sidebar registration, theme/dark-mode rules, and multi-pass execution.

2026-03-16
rules
软件开发工程师

Use as the master reference for all core principles, anti-hallucination protocol, severity framework, and skill activation rules. Every other skill inherits from this. Read this first in any new session.

2026-03-11
writing-skills
软件开发工程师

Use when creating new skills for the skills library. Defines the structure, format, quality standards, and testing requirements for new skills.

2026-03-11
agent-team-coordination
计算机与信息系统经理

Multi-agent council using real subagent spawning (Task() tool), deterministic CLI state management, and file-based handoffs. Orchestrator stays lean while specialists execute in fresh contexts.

2026-03-10
writing-plans
项目管理专家

Use when you have a spec or requirements for a multi-step task and need to create a detailed implementation plan before touching code.

2026-02-18
executing-plans
软件开发工程师

Use when you have a detailed implementation plan and need to execute it task by task with deviation handling, checkpoints, and atomic commits.

2026-02-18
persistent-memory
软件开发工程师

Automated persistent memory system for AI agents — captures decisions, context, and learnings across sessions using file-based protocols. Works in Antigravity, Cursor, Claude Code, and any agent that can read/write files.

2026-02-18
database-audit
数据库架构师

Use when auditing database schema, migrations, data integrity, query patterns, or when asked about database architecture. Covers schema design, indexing strategy (including high-volume tables), migrations, constraints, query optimization, and data consistency. Especially critical for tables with text-heavy columns, large datasets (logs, activity, notifications), and missing indexes.

2026-02-09
ui-ux-redesign
网页与数字界面设计师

Use when the frontend needs a visual overhaul — redesign with uniformity. Exhaustively audits the existing frontend (design tokens, components, layouts, typography, color, spacing, animations), maps every backend API and data model, identifies UI/UX problems, and generates a prioritized redesign plan with concrete before/after suggestions. Framework-agnostic.

2026-02-08
codebase-conformity
软件开发工程师

Use when adding any new code, feature, component, or endpoint to an existing codebase. Enforces pattern uniformity by requiring observation of existing code patterns before writing, matching them exactly, and double-verifying conformity. Covers frontend, backend, naming, structure, error handling, data flow, and styling patterns.

2026-02-08
accessibility-audit
软件质量保证分析师与测试员

Use when auditing UI for accessibility, WCAG compliance, keyboard navigation, screen reader support, or when building inclusive interfaces.

2026-02-08
api-design-audit
软件开发工程师

Use when designing, reviewing, or auditing APIs — REST, GraphQL, RPC, WebSocket. Covers endpoint design, request/response contracts, versioning, error handling, pagination, rate limiting, and documentation.

2026-02-08
architecture-audit
计算机系统分析师

Use when asked to audit, evaluate, or understand a codebase's architecture. Covers structure, patterns, coupling, cohesion, and architectural drift. Use after codebase-mapping for full context.

2026-02-08
brainstorming
市场营销经理

Use before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores intent, requirements, and design before implementation.

2026-02-08
ci-cd-audit
网络与计算机系统管理员

Use when auditing build pipelines, deployment processes, CI/CD configuration, environment management, or release workflows. Covers build reliability, deployment safety, rollback capability, secrets management, and environment parity.

2026-02-08
code-review
软件质量保证分析师与测试员

Use when completing tasks, implementing features, before merging, or when asked to review code. Systematic review process covering correctness, security, performance, and maintainability.

2026-02-08
codebase-mapping
软件开发工程师

Use when first encountering a codebase, onboarding to a project, or needing to understand system structure before auditing or modifying. Creates a mental model of the system before any changes.

2026-02-08
dependency-audit
信息安全分析师

Use when reviewing project dependencies, investigating supply chain security, checking for outdated packages, or evaluating new dependencies to add.

2026-02-08
frontend-audit
网页开发工程师

Use when auditing frontend code — component architecture, state management, accessibility, design system consistency, bundle size, and rendering performance. Framework-agnostic with specific guidance for React, Vue, Svelte, and vanilla JS.

2026-02-08
git-workflow
软件开发工程师

Use when performing any git operations — branching, committing, merging, rebasing, resolving conflicts. Ensures clean history, atomic commits, and proper branch management.

2026-02-08
incident-response
网络与计算机系统管理员

Use during production incidents — outages, security breaches, data corruption, performance degradation. Provides structured triage, mitigation, resolution, and post-mortem processes.

2026-02-08
observability-audit
网络与计算机系统管理员

Use when auditing logging, monitoring, alerting, tracing, or metrics. Covers structured logging, error tracking, health checks, dashboards, distributed tracing, and incident detection capabilities.

2026-02-08
performance-audit
软件开发工程师

Use when investigating slow responses, high resource usage, scaling concerns, or when asked about performance. Covers database queries (N+1), memory, CPU, rendering, caching, and load patterns.

2026-02-08
refactoring-safely
软件开发工程师

Use when changing existing code — restructuring, renaming, extracting, inlining, or migrating. Ensures behavior is preserved through methodical, test-backed transformations.

2026-02-08
security-audit
信息安全分析师

Use when asked about security, when auditing a codebase, before deploying to production, or when handling user data. Covers authentication, authorization, injection, data exposure, dependencies, and infrastructure.

2026-02-08
systematic-debugging
软件开发工程师

Use for ANY technical issue — test failures, bugs, unexpected behavior, performance problems, build failures, integration issues. Especially when under time pressure, when 'just one quick fix' seems obvious, or when previous fixes didn't work.

2026-02-08
test-driven-development
软件质量保证分析师与测试员

Use during any implementation work — new features, bug fixes, refactors, behavior changes. Enforces the RED-GREEN-REFACTOR cycle. No production code without a failing test first.

2026-02-08
using-skills
项目管理专家软件开发工程师

Use when a task could benefit from the skills library. Guides skill discovery, activation, composition, and effective application.

2026-02-08
verification-before-completion
软件质量保证分析师与测试员

Use when about to claim work is complete, fixed, passing, or done. Requires running verification commands and confirming output before making any success claims. Evidence before assertions, always.

2026-02-08
writing-documentation
软件开发工程师

Use when creating or updating documentation — READMEs, API docs, architecture docs, onboarding guides, or inline code documentation.

2026-02-08
brutal-exhaustive-audit
软件质量保证分析师与测试员

Use when you need an absolutely thorough, no-shortcuts, multi-pass audit of the entire product. Covers build verification, route checking, data flow tracing, user flow testing, and edge case validation. Forces file-by-file verification with explicit tracking. Creates an actionable task list. Cannot cut corners.

2026-02-08
full-stack-api-integration
软件开发工程师

Use when integrating APIs from a product manager, designer, or spec document into an existing frontend. Covers full-surface mapping, modular API layer creation, systematic replacement of mocks/placeholders, and integration testing. Prevents partial integration, broken pages, and placeholder-driven development.

2026-02-08
product-completeness-audit
软件质量保证分析师与测试员

Use when a product looks 'done' but flows are broken, pages are placeholders, data is hardcoded, or the frontend and backend are not fully connected. Audits every route, every flow, every component for functional completeness vs visual completeness.

2026-02-08