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

devforge-ai

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

수집된 skills
29
Stars
4
업데이트
2026-06-20
Forks
2
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

to-issues
소프트웨어 개발자

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.

2026-06-20
to-prd
소프트웨어 개발자

Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2026-06-20
code-quality
소프트웨어 개발자

This skill should be used when implementing code quality standards, setting up linting/testing/security scans, enforcing coverage thresholds, or establishing CI/CD guardrails.

2026-06-20
api-design
소프트웨어 개발자

REST/gRPC API design, versioning strategies, error codes, request/response contracts, backward compatibility, rate limiting, OpenAPI specifications. Use when designing APIs, defining contracts, planning versioning, or ensuring API consistency.

2026-06-20
architecture
소프트웨어 개발자

This skill should be used when the user asks to "design a system", "architecture", "ADR", "system design", "tech stack", "choose between approaches", "coupling", "service granularity", "blueprint", "component design", "API contract", "schema design", "trade-offs", or discusses "monolith", "microservices", "fitness functions", or architectural decisions.

2026-06-20
cicd
소프트웨어 개발자

This skill should be used when the user mentions keywords related to cicd.

2026-06-20
cloud-infra
네트워크·컴퓨터 시스템 관리자

This skill should be used when the user mentions keywords related to cloud-infra.

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

This skill should be used when the user mentions keywords related to code-review.

2026-06-20
code-standards
소프트웨어 개발자

This skill should be used when the user mentions keywords related to code-standards.

2026-06-20
configuration-management
소프트웨어 개발자

Secrets management, environment-specific configs, safe defaults, feature flags, configuration-as-code, compliance and audit trails. Use when managing secrets, configuring deployments, or implementing feature flags.

2026-06-20
dependency-management
소프트웨어 개발자

Version updates (major/minor/patch), security patch application, transitive dependency resolution, monorepo dependency management, deprecation tracking, license compliance. Use when updating dependencies, managing versions, or addressing CVEs.

2026-06-20
documentation
소프트웨어 개발자

This skill should be used when the user mentions keywords related to documentation.

2026-06-20
grill-me
프로젝트 관리 전문가

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me", "stress test", "poke holes", "challenge my plan".

2026-06-20
observability
네트워크·컴퓨터 시스템 관리자

Metrics, logging, distributed tracing, dashboards, alerting, SLO-driven observability, post-incident analysis. Use when designing monitoring, setting up dashboards, creating alert rules, or analyzing production data.

2026-06-20
ops-sre
네트워크·컴퓨터 시스템 관리자

This skill should be used when the user mentions keywords related to ops-sre.

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

Profile systems, identify bottlenecks, optimize code and infrastructure for speed, throughput, and resource efficiency.

2026-06-20
playwright
소프트웨어 품질 보증 분석가·테스터

Browser automation and end-to-end testing with Playwright. Use when building/testing frontends, automating user workflows, taking screenshots, validating UI state, filling forms, testing across browsers, or mentions "playwright", "E2E test", "browser automation", "screenshot".

2026-06-20
pr-review
소프트웨어 품질 보증 분석가·테스터

Comprehensive code review for pull requests using parallel multi-agent analysis. Audits CLAUDE.md compliance, checks for bugs, analyzes git history, reviews comments, and filters by confidence score. Use when reviewing a GitHub PR, mentions "code review", "review this PR", or "/code-review".

2026-06-20
requirements
프로젝트 관리 전문가

This skill should be used when the user asks to "write requirements", "create user stories", "define acceptance criteria", "decompose a feature", "analyze an issue", "write a PRD", "create user stories", "acceptance criteria", "roadmap", "feature spec", or discusses "INVEST" criteria, "ambiguity", or "story estimation".

2026-06-20
security-audit
정보 보안 분석가

This skill should be used when the user mentions keywords related to security-audit.

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

This skill should be used when the user mentions keywords related to testing.

2026-06-20
threat-modeling
정보 보안 분석가

This skill should be used when the user mentions keywords related to threat-modeling.

2026-06-20
ux-design
웹·디지털 인터페이스 디자이너

This skill should be used when the user mentions keywords related to ux-design.

2026-06-20
write-a-skill
기타 컴퓨터 관련 직업

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

2026-06-20
improve-codebase-architecture
소프트웨어 개발자

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-06-20
triage
소프트웨어 개발자

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

2026-06-20
prototype
소프트웨어 개발자

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".

2026-06-20
ralph-loop
소프트웨어 개발자

Self-diagnosing, self-correcting agent loop for Build phase. Defines DoD checking, inner/outer loop retry logic, circuit breakers, and sentinel health checks.

2026-06-20
tdd
소프트웨어 개발자

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-06-20