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

agent007

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

수집된 skills
57
Stars
5
업데이트
2026-05-30
Forks
1
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

adr-review
소프트웨어 개발자

Review existing Architecture Decision Records. Flag ADRs whose aging signals may have triggered given current state. Categorizes each as valid / aged / superseded and suggests follow-up actions.

2026-05-30
adr-write
소프트웨어 개발자

Author an Architecture Decision Record (ADR). Captures decisions with implications beyond the current change — lasts months, affects multiple files, hard to reverse. Records context, alternatives considered, consequences, and aging signals so the decision can be revisited when conditions change.

2026-05-30
agent-self-diagnosis
소프트웨어 개발자

4-phase loop-detection and recovery protocol. Fires when an agent detects it is stuck or repeating the same tool call with no progress — before tool-loop-detection circuit-breaks at 30 calls.

2026-05-30
brainstorming
프로젝트 관리 전문가

Socratic exploration of requirements before implementation. Refines spec through targeted questions. Use when user asks to 'explore options', 'refine requirements', or mentions 'unclear requirements'.

2026-05-30
changelog
소프트웨어 개발자

Generate structured changelog from git history. Groups commits by type, filters noise, produces Keep a Changelog format. Single source of truth — no /commands wrapper.

2026-05-30
commit
소프트웨어 개발자

Generate pipe-delimited commits: Tipo|IdTarea|YYYYMMDD|Descripción. Single source of truth — no /commands wrapper.

2026-05-30
consult-critique
소프트웨어 품질 보증 분석가·테스터

Planning-only adversarial-review fan-out for proposal critique. Reuses sdd-verify-diff's aggregator without entering the SDD pipeline. Outputs findings count + top blocking issues in plain prose.

2026-05-30
consult-decide
소프트웨어 개발자

Planning-only dual-blind-proposer for decision-between-options questions. Reuses sdd-debate's state machine without entering the SDD pipeline. Outputs a consensus / hybrid / divergence verdict in plain prose.

2026-05-30
deep-research
시장조사 분석가·마케팅 전문가

Systematic 4-phase research methodology: Scope → Gather → Synthesize → Deliver. Single source of truth — no /commands wrapper.

2026-05-30
api-documentation
소프트웨어 개발자

Crear documentación de API: OpenAPI specs, guides, error catalogs. Use when user asks to 'document API', 'create API docs', 'generate OpenAPI spec', or 'write API guide'.

2026-05-30
dispatching-parallel-agents
소프트웨어 개발자

Dispatch one agent per independent problem domain so investigations run concurrently. Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.

2026-05-30
a11y-contrast-check
소프트웨어 품질 보증 분석가·테스터

Statically check WCAG 2.2 AA color contrast in TS/TSX/CSS files. Detects Tailwind text/bg pairs and CSS color/background rules, fails build if ratio < 4.5:1 (normal) or < 3:1 (large).

2026-05-30
api-design-principles
프로젝트 관리 전문가

RESTful API design principles for consistent, versioned, developer-friendly APIs

2026-05-30
architecture-patterns
프로젝트 관리 전문가

Hexagonal, Clean, and Screaming architecture patterns for maintainable systems

2026-05-30
behavioral-contracts-guidelines
교육·개발 전문가

Behavioral guidelines to reduce common LLM coding mistakes before writing any code

2026-05-30
design-system-doc
프로젝트 관리 전문가

Generate canonical DESIGN.md (9-section schema) for the project. Drives consistency across components and onboarding.

2026-05-30
design-tokens-extract
소프트웨어 개발자

Fetch a reference URL, extract its design tokens (colors, fonts, spacing, radii, shadows), and emit a W3C-format tokens file. Replaces vibes-based copying with a structured, auditable extraction.

2026-05-30
discovery-before-code
소프트웨어 개발자

Anti-convergence gate for visual work. Forces a real referent fetch + extreme style choice + state design + token declaration BEFORE any code. Default to this skill before any frontend builder task.

2026-05-30
frontend-design
소프트웨어 개발자

Diseña y construye interfaces frontend distintivas de alta calidad con pensamiento de diseño profesional. Use when user asks to 'design component', 'create interface', 'build landing page', or 'design dashboard'.

2026-05-30
gsap
소프트웨어 개발자

Official GSAP skill — core API, timelines, ScrollTrigger, plugins (Flip/SplitText/MorphSVG), React/Vue/Svelte integration, performance, utils. Use for any GSAP animation, scroll, or DOM motion task.

2026-05-30
ios-hig-mobile
소프트웨어 개발자

Mobile-first components following Apple HIG patterns adapted for web (React/Next/PWA). Tab bars, sheets, Dynamic Type, Safe Areas, haptics.

2026-05-30
nestjs-code-reviewer
소프트웨어 품질 보증 분석가·테스터

Revisa código NestJS + TypeORM siguiendo mejores prácticas, detecta vulnerabilidades OWASP y anti-patterns. Use when user asks to 'review code', 'audit module', or 'check security'.

2026-05-30
page-transitions-barba
소프트웨어 개발자

Add barba.js page transitions integrated with GSAP. Workflow: install → entry init → default transition → named per-route → hooks.

2026-05-30
react-best-practices
교육·개발 전문가

React/Next.js patterns for performant, maintainable, accessible components

2026-05-30
resilience-patterns
프로젝트 관리 전문가

Circuit breakers, retries, timeouts, and bulkheads for fault-tolerant systems

2026-05-30
security-review
정보 보안 분석가

Security audit for code focusing on OWASP Top 10, authentication, authorization, and sensitive data handling. Use when user asks to 'review security', 'security audit', or 'check vulnerabilities'.

2026-05-30
shadcn-component-install
소프트웨어 개발자

Install shadcn/ui components via CLI with mandatory dry-run preview before write. Workflow: info → search → docs → diff → install.

2026-05-30
spline-3d-embed
소프트웨어 개발자

Embed Spline 3D scenes safely: lazy-load, perf-gated, mobile-aware, a11y-conscious. Never ships without LCP measurement.

2026-05-30
finishing-a-development-branch
소프트웨어 개발자

Completes a development branch: verify tests, detect environment, then present merge/PR/keep/discard options with provenance-based cleanup. Use after all tasks in subagent-driven-development are done.

2026-05-30
generate
소프트웨어 개발자

TDD code generation cycle: RED (failing test) → GREEN (minimal code) → REFACTOR. Executes one task at a time from tasks.md. Use when implementing a single planned task or a simple change with no prior plan.

2026-05-30
iterative-retrieval
소프트웨어 개발자

Progressive context refinement for multi-agent orchestration — sends a minimal seed, collects context gaps, enriches incrementally. Finds the minimum sufficient context set before execution.

2026-05-30
plan
프로젝트 관리 전문가

Decomposes an approved DECISIONS.md into atomic 2-5 minute tasks with TDD steps, file paths, and dependencies. Produces docs/changes/<feature>/tasks.md consumed by subagent-driven-development. Use when user asks to 'plan', 'break down', or after brainstorming approves a spec.

2026-05-30
prd-author
프로젝트 관리 전문가

Author a Product Requirements Document — stakeholder-facing, distinct from engineering spec. Drives the user through Problem / User / Value / Scope / Constraints / Non-goals / Hypothesis / Validation. Goes BEFORE /sdd-new, not instead of it. The PRD becomes the input that sdd-propose reads first.

2026-05-30
product-discovery
시장조사 분석가·마케팅 전문가

Validar ideas de producto, definir MVP, explorar problemas de usuario. Use when user asks to 'validate idea', 'define MVP', 'product discovery', or 'validate user needs'.

2026-05-30
pull-request
소프트웨어 개발자

Create well-structured GitHub PRs enforcing issue-first discipline. Single source of truth — no /commands wrapper.

2026-05-30
performance-profiling
소프트웨어 개발자

Measure-first performance diagnosis: identify bottlenecks across backend, frontend, DB, network with evidence — never opinion. Captures expertise from former performance-optimizer agent.

2026-05-30
systematic-debugging
소프트웨어 개발자

Reproduce-first debugging protocol — never claim fixed without reproducing the bug

2026-05-30
ralph-loop-wrapper
소프트웨어 개발자

Infrastructure skill: wraps task execution in autonomous ralph loop. Not directly invocable — injected by orchestrator.

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

Evaluate code review feedback with technical rigor — verify before implementing, ask before assuming, push back when wrong. Use when receiving code review feedback, especially if it seems unclear or technically questionable.

2026-05-30
retrospective
소프트웨어 개발자

Close the feedback loop after a change ships. Capture intent vs outcome, surprises, process learnings, and reusable patterns. Writes per-change retrospectives and aggregates monthly digests so institutional knowledge accumulates instead of evaporating.

2026-05-30
이 저장소에서 수집된 skills 57개 중 상위 40개를 표시합니다.