Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ai

ai에는 paulund에서 수집한 skills 31개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
31
Stars
3
업데이트
2026-07-05
Forks
0
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

planning-and-task-breakdown
프로젝트 관리 전문가

Use when you have a spec or PRD that needs decomposing into small, verifiable implementation tasks. Use before any build cycle to ensure tasks are thin vertical slices with clear acceptance criteria.

2026-07-05
spec-driven-development
프로젝트 관리 전문가

Use when starting a new feature, when requirements are unclear, when asked to write code without a clear spec, or before any non-trivial implementation. Do NOT use for trivial bug fixes or one-line changes.

2026-07-05
architecture-review
소프트웨어 개발자

Use when reviewing codebase architecture for refactoring opportunities, surfacing shallow modules, or proposing deepening refactors. Identifies architectural friction and produces GitHub issues with the ops-triage labeling scheme. Supports interactive (human approval) and auto (CI/headless) modes — auto mode files every surviving candidate directly and writes a step-summary report.

2026-07-05
code-review-and-quality
소프트웨어 품질 보증 분석가·테스터

Use when reviewing a pull request or code change before merge. Use for the five-axis evaluation (correctness, readability, architecture, security, performance), exposure × impact severity classification, AC coverage verification, and the `## Automated review` comment. Use in both human and CI mode — the methodology is identical; only the inputs and agent invocation differ.

2026-07-02
standards-nextjs
소프트웨어 개발자

Use when working in a Next.js 15 App Router project — editing app/, src/app/, components/, server actions, or route handlers. Enforces project conventions for queries, mutations, and data fetching.

2026-06-30
standards-typescript
소프트웨어 개발자

Use when editing *.ts or *.tsx files in this project. Enforces TypeScript conventions including Zod-derived types, Prisma type patterns, type-only imports, and shared constant extraction.

2026-06-30
browser-testing-with-devtools
소프트웨어 품질 보증 분석가·테스터

Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyse network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

2026-06-30
code-simplification
소프트웨어 개발자

Use when code feels over-engineered, before refactoring, or as a cleanup step after implementation. Use when asked to simplify, reduce complexity, or make code clearer. Do NOT use for performance optimization, feature work, or architecture redesign.

2026-06-30
content-editor
시장조사 분석가·마케팅 전문가

Use when running the autonomous content pipeline — scanning a content queue, ingesting sources, evaluating readiness, writing articles, running quality passes, and publishing via PRs. Also handles self-learning from reviewer feedback and periodic content pruning. Requires a project writing style guide at docs/writing-style-guide.md.

2026-06-30
context-engineering
소프트웨어 개발자

Use when starting work in an unfamiliar codebase, when the agent lacks project context, when loading into a new session, or before making architectural decisions. Ensures the agent has the right context at the right time without overloading.

2026-06-30
debugging-and-error-recovery
소프트웨어 개발자

Use when tests fail, builds break, or behaviour doesn't match expectations. Use when you need a systematic approach to finding root cause instead of guessing.

2026-06-30
deprecation-and-migration
소프트웨어 개발자

Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

2026-06-30
documentation-and-adrs
소프트웨어 개발자

Use when making significant architectural decisions, changing public APIs, or shipping features where future engineers and agents will need context to understand why things are built the way they are.

2026-06-30
doubt-driven-development
소프트웨어 개발자

Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later. Runs a CLAIM → EXTRACT → DOUBT → RECONCILE loop to adversarially challenge assumptions before committing.

2026-06-30
frontend-ui-engineering
웹 개발자

Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

2026-06-30
git-workflow-and-versioning
소프트웨어 개발자

Use when making any code change. Use when committing, branching, resolving conflicts, setting up worktrees for parallel agent work, or when you need to organise work across multiple parallel streams.

2026-06-30
incremental-implementation
소프트웨어 개발자

Use when implementing any planned task, building a feature slice-by-slice, or working through a GitHub issue. Always use with test-driven-development and quality-gate. Do NOT use for research, exploration, or spike work.

2026-06-30
interview-me
프로젝트 관리 전문가

Use when an ask is underspecified — missing who it's for, why now, or what success looks like. Use when the user explicitly says "interview me", "grill me", or "are we sure?". Use when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

2026-06-30
learn-from-session
기타 컴퓨터 관련 직업

Use when ending a session, when the user asks to save lessons, or when you notice a correction or preference worth remembering. Captures non-obvious lessons to AGENTS.md or skill files so the agent gets smarter over time. Do NOT use for trivial facts derivable from reading code.

2026-06-30
observability-and-instrumentation
소프트웨어 개발자

Use when shipping any feature that runs in production. Use when adding logging, metrics, tracing, or alerting. Use when production issues are reported but you can't tell what happened from the available data.

2026-06-30
performance-optimization
소프트웨어 개발자

Use when performance requirements exist in a spec, when Core Web Vitals scores are below thresholds, when profiling reveals bottlenecks, or when users or monitoring report slow behaviour. Do not use before measuring — optimisation without data is guessing.

2026-06-30
quality-gate
소프트웨어 품질 보증 분석가·테스터

Use when you need lint, typecheck, test, and build to pass before pushing, opening a PR, or merging. Also use when asked to run "checks", "quality gate", or "make sure everything is clean" before submission.

2026-06-30
security-and-hardening
정보 보안 분석가

Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

2026-06-30
shipping-and-launch
소프트웨어 개발자

Use when preparing to ship a feature, release, or deployment. Use before merging to main, creating a release, or deploying to production. Do NOT use for CI-only changes or internal refactors that don't reach production.

2026-06-30
source-driven-development
소프트웨어 개발자

Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters. Detects the stack from dependency files, fetches official documentation, implements following documented patterns, and cites sources for every framework-specific decision.

2026-06-30
standards-api
소프트웨어 개발자

Use when designing, building, documenting, or maintaining RESTful APIs, defining type contracts between modules, or establishing boundaries between frontend and backend. Enforces the project's style guide, response envelopes, pagination, field naming, and release readiness.

2026-06-30
standards-laravel
소프트웨어 개발자

Use when building or modifying Laravel applications, including routes, controllers, models, migrations, jobs, actions, and API resources.

2026-06-30
standards-php
소프트웨어 개발자

Use when writing or fixing PHP code, implementing classes, traits, or interfaces, applying PSR standards, or working with PHP 8.3+ patterns like readonly properties, enums, named arguments, match expressions, and union types.

2026-06-30
test-driven-development
소프트웨어 품질 보증 분석가·테스터

Use when implementing any logic, fixing any bug, or changing any behaviour. Use when you need to prove code works, when a bug report arrives, or when modifying existing functionality. Do NOT use for config changes, data migrations, or dependency updates.

2026-06-30
writing-humanizer
기술 작가

Use when editing or reviewing text to make it sound more natural and human-written. Removes signs of AI-generated writing based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

2026-06-30
project-boilerplate
소프트웨어 개발자

Use when starting a new SaaS project, scaffolding /docs/ for an agentic codebase, or restructuring existing docs to be agent-readable. Generates a complete /docs/ tree plus a triggered AGENTS.md reference index, by walking the user through a structured quiz.

2026-06-29