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

devflow

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

수집된 skills
41
Stars
17
업데이트
2026-07-22
Forks
1
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

apply-decisions
소프트웨어 개발자

Canonical algorithm for consuming DECISIONS_CONTEXT index — scan index, identify relevant entries, Read full bodies on demand, cite verbatim IDs inline.

2026-07-22
quality-gates
소프트웨어 품질 보증 분석가·테스터

This skill should be used when evaluating implementation quality before submission, checking correctness, security, and simplicity.

2026-07-22
review-methodology
소프트웨어 품질 보증 분석가·테스터

This skill should be used when performing a code review to apply the standard 6-step review process.

2026-07-22
accessibility
웹·디지털 인터페이스 디자이너

This skill should be used when the user asks to "add accessibility", "check ARIA", "handle keyboard navigation", "add focus management", or creates UI components, forms, or interactive elements. Provides WCAG 2.2 AA patterns for keyboard navigation, ARIA roles and states, focus management, color contrast, and screen reader support.

2026-07-19
apply-feature-knowledge
소프트웨어 개발자

Consumption algorithm for FEATURE_KNOWLEDGE variable — pre-computed feature context

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

This skill should be used when reviewing code for SOLID violations, tight coupling, or layering issues.

2026-07-19
boundary-validation
소프트웨어 개발자

This skill should be used when the user asks to "validate input", "parse request data", "handle form data", "add Zod schema", "sanitize user input", or creates API endpoints and system boundaries. Provides parse-don't-validate patterns with schema validation for type-safe boundary enforcement and hostile input defense.

2026-07-19
complexity
소프트웨어 개발자

This skill should be used when reviewing code for high cyclomatic complexity, deep nesting, or long functions.

2026-07-19
compliance
정보 보안 분석가

This skill should be used when reviewing code handling PII, payment data, health records, audit logs, data retention, or IaC under GDPR, HIPAA, PCI DSS, SOC 2, ISO 27001, or SOX.

2026-07-19
consistency
소프트웨어 개발자

This skill should be used when reviewing code for naming convention violations, pattern deviations, or inconsistent API styles.

2026-07-19
database
데이터베이스 아키텍트

This skill should be used when reviewing database queries, migrations, indexes, or schema changes.

2026-07-19
dependencies
소프트웨어 개발자

This skill should be used when reviewing dependency changes, lock files, or package additions.

2026-07-19
dependency-research
소프트웨어 개발자

This skill should be used when the user asks to "add a utility", "create a helper", "implement parsing", "build a wrapper", or writes infrastructure/utility code that may already exist as a well-maintained package. Enforces research before building.

2026-07-19
design-review
소프트웨어 개발자

This skill should be used when reviewing implementation plans for anti-patterns, checking design quality before implementation, or performing plan-level quality assessment. Provides 6 anti-pattern detection rules for the designer agent and inline planning.

2026-07-19
docs-framework
소프트웨어 개발자

This skill should be used when the user asks to "create a review report", "write a status log", "add documentation", "name this artifact", or creates files in the .devflow/docs/ directory. Provides naming conventions, templates, and directory structure for reviews, debug sessions, design docs, and all persistent Devflow documentation artifacts.

2026-07-19
documentation
소프트웨어 개발자

This skill should be used when reviewing for documentation drift, missing API docs, or stale comments.

2026-07-19
feature-knowledge
소프트웨어 개발자

Structures codebase exploration into a feature knowledge base

2026-07-19
gap-analysis
소프트웨어 개발자

This skill should be used when analyzing design documents, specifications, or plans for completeness gaps, architectural issues, security concerns, and performance implications. Provides focus-specific detection patterns for the designer agent.

2026-07-19
git
소프트웨어 개발자

This skill should be used when the user asks to "commit changes", "create a pull request", "rebase safely", "manage branches", "fix merge conflicts", "undo a commit", "comment on a PR", "create a release", or performs any git/GitHub operations. Provides safety patterns, atomic commit formatting, PR descriptions, sensitive file detection, and GitHub API usage.

2026-07-19
go
소프트웨어 개발자

This skill should be used when the user works with Go files (.go), asks about "error handling", "interfaces", "goroutines", "channels", "packages", or discusses Go idioms and concurrency. Provides patterns for error handling, interface design, concurrency, and package organization.

2026-07-19
java
소프트웨어 개발자

This skill should be used when the user works with Java files (.java), asks about "records", "sealed classes", "Optional", "streams", "composition over inheritance", or discusses modern Java patterns and API design. Provides patterns for type system usage, error handling, immutability, and concurrency.

2026-07-19
patterns
소프트웨어 개발자

This skill should be used when the user asks to "create an API endpoint", "add CRUD operations", "implement event handlers", "set up logging", "add configuration", or builds features involving database operations, REST/GraphQL APIs, pub/sub patterns, or service configuration. Provides implementation patterns that follow existing codebase conventions.

2026-07-19
performance
소프트웨어 개발자

This skill should be used when reviewing code for N+1 queries, memory leaks, or I/O bottlenecks.

2026-07-19
python
소프트웨어 개발자

This skill should be used when the user works with Python files (.py), asks about "type hints", "protocols", "dataclasses", "async/await", "decorators", or discusses Pythonic patterns and data modeling. Provides patterns for type safety, error handling, data modeling, and async programming.

2026-07-19
qa
소프트웨어 품질 보증 분석가·테스터

This skill should be used when performing scenario-based acceptance testing, designing QA test plans, or validating that implementation behavior matches acceptance criteria beyond unit tests.

2026-07-19
react
웹 개발자

This skill should be used when the user works with React components (.tsx/.jsx), asks about "hooks", "state management", "context providers", "memo optimization", "useEffect", or discusses component composition and rendering performance. Provides patterns for hooks, state, effects, memoization, and React-specific architecture.

2026-07-19
regression
소프트웨어 품질 보증 분석가·테스터

This skill should be used when reviewing changes that may remove exports, change signatures, or alter behavior.

2026-07-19
reliability
소프트웨어 개발자

This skill should be used when reviewing code for unbounded loops, missing assertions, excessive allocation, or deep indirection.

2026-07-19
research-codebase
소프트웨어 개발자

Local codebase research — find patterns, trace flows, map dependencies without browsing the web

2026-07-19
research-competitor
시장조사 분석가·마케팅 전문가

Competitor analysis — structured feature comparison, positioning analysis, and gap identification

2026-07-19
research-external
소프트웨어 개발자

External web research — find documentation, articles, and community knowledge with untrusted-data discipline

2026-07-19
research-market
시장조사 분석가·마케팅 전문가

Market landscape research — analyze market positioning, user needs, and industry trends

2026-07-19
research-technology
소프트웨어 개발자

Technology evaluation — assess libraries, frameworks, and tools against project requirements

2026-07-19
rust
소프트웨어 개발자

This skill should be used when the user works with Rust files (.rs), asks about "ownership", "borrowing", "lifetimes", "Result/Option", "traits", or discusses memory safety and type-driven design. Provides patterns for ownership, error handling, type system usage, and safe concurrency.

2026-07-19
security
정보 보안 분석가

This skill should be used when reviewing code for injection flaws, auth bypasses, or hardcoded secrets.

2026-07-19
software-design
소프트웨어 개발자

This skill should be used when the user asks to "handle errors", "inject dependencies", "return Result", "make it immutable", "compose with pipes", or implements business logic, error handling, or service composition. Provides Result type patterns, dependency injection, immutability by default, pipe composition, and structured logging for robust application architecture.

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

This skill should be used when implementing new features, fixing bugs, or writing new code. Enforces RED-GREEN-REFACTOR.

2026-07-19
testing
소프트웨어 품질 보증 분석가·테스터

This skill should be used when the user asks to "write tests", "fix failing tests", "improve test coverage", "add integration tests", "debug a flaky test", or reviews test quality. Provides behavior-focused testing patterns, coverage analysis, and detection of brittle test anti-patterns like implementation coupling and non-deterministic assertions.

2026-07-19
typescript
소프트웨어 개발자

This skill should be used when the user works with TypeScript files (.ts/.tsx), asks about "generics", "type guards", "utility types", "strict typing", "discriminated unions", or discusses type safety and inference. Provides patterns for Result types, exhaustive checks, branded types, and type-safe API contracts.

2026-07-19
ui-design
웹·디지털 인터페이스 디자이너

This skill should be used when the user asks to "design a component", "pick colors", "improve typography", "fix spacing", "choose a layout", or discusses visual design, CSS, styling decisions, or responsive interfaces. Provides patterns for typography scales, color systems, spacing, and production-grade UI design.

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