Skip to main content
GitHub 저장소

jonggrang

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

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

이 저장소의 skills

jonggrang
소프트웨어 개발자

Deterministic AI development workflow orchestrator. Manages task boards (.jonggrang/jonggrang-tasks.json), runs 16-phase pipelines (BUGFIX/SMALL/MEDIUM/LARGE), installs lifecycle hooks for Claude Code and OpenCode, and coordinates five specialist roles (Lead/Developer/Reviewer/TestLead/Tester). Use when planning features, executing multi-step development workflows, or orchestrating AI coding agents. Run via npx jonggrang.

2026-07-29
orchestrating-feature
소프트웨어 개발자

16-phase feature orchestration workflow. Runs in the main thread as Kernel Mode. Coordinates the Lead→Developer→Reviewer→TestLead→Tester assembly line.

2026-06-23
persisting-agent-outputs
소프트웨어 개발자

Protocol for agents to write structured outputs that survive session resets and are findable by the orchestrator.

2026-06-13
gh
소프트웨어 개발자

GitHub workflow automation with the gh CLI — pull requests, issues, releases, the REST/GraphQL API, and safe message escaping. Auth via GH_TOKEN (set in global settings, attached to the sandbox env).

2026-06-08
glab
소프트웨어 개발자

GitLab workflow automation with the glab CLI — merge requests, issues, CI, releases, and safe message escaping. Auth via GITLAB_TOKEN (set in global settings, attached to the sandbox env).

2026-06-08
iterating-to-completion
소프트웨어 개발자

Prevents premature exit and infinite loops. Three mechanisms: Completion Promises, Scratchpads, Loop Detection.

2026-05-24
aws-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to AWS (EC2, ECS, S3, CloudFront, Cloud Run).

2026-05-24
cloudflare-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to Cloudflare (Pages, Workers, Wrangler).

2026-05-24
coolify-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to Coolify (self-hosted PaaS).

2026-05-24
docker-registry-deployment
소프트웨어 개발자

Deep knowledge about building and pushing container images to Docker registries (DockerHub, GHCR, ECR, GCR).

2026-05-24
fly-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to Fly.io (MicroVMs, Docker).

2026-05-24
gcp-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to Google Cloud Platform (Cloud Run, App Engine, Compute Engine).

2026-05-24
kubernetes-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to Kubernetes clusters using kubectl, helm, and manifests.

2026-05-24
netlify-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to Netlify (static sites, edge functions, serverless functions).

2026-05-24
railway-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to Railway (PaaS, Docker, Nixpacks).

2026-05-24
ssh-vps-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to Baremetal servers or Virtual Private Servers (VPS) using SSH, SCP, Rsync, and PM2/Systemd.

2026-05-24
vercel-deployment
소프트웨어 개발자

Deep knowledge about deploying applications to Vercel (Next.js, static sites, edge functions).

2026-05-24
gateway-deploy
네트워크·컴퓨터 시스템 관리자

Route deployment tasks to the right library skill. Detects intent and returns specific platform skill file paths to load.

2026-04-17
scaffold-deploy
소프트웨어 개발자

Generate deployment configuration files (Dockerfile, vercel.json, wrangler.toml, etc.) based on target type.

2026-04-17
breadboarding-workflow
소프트웨어 개발자

Map UI elements and code relationships (affordances).

2026-04-17
documenting-release
소프트웨어 개발자

Cross-reference diffs to update README, ARCHITECTURE, CHANGELOG.

2026-04-17
reviewing-architecture
건축·공학 관리자

Eng manager-mode plan review. Lock in the execution plan, data flow, diagrams, edge cases.

2026-04-17
reviewing-product-strategy
최고 경영자마케팅 관리자

CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises.

2026-04-17
shaping-requirements
프로젝트 관리 전문가

Iteratively define problem and solution shapes.

2026-04-17
assessing-code-health
소프트웨어 품질 보증 분석가·테스터

Run linters/typecheckers to calculate health score.

2026-04-17
hardening-resilience
소프트웨어 품질 보증 분석가·테스터

Evaluate error handling, i18n, text overflow, and edge cases.

2026-04-17
auditing-interface-quality
웹·디지털 인터페이스 디자이너

Comprehensive UI/UX compliance check (A11y, performance, responsive).

2026-04-17
auditing-security
정보 보안 분석가

Infrastructure-first security audit (OWASP, secrets, dependencies).

2026-04-17
brainstorm-feature-options
프로젝트 관리 전문가

Used by the Lead agent during Phase 6 (Brainstorm) to collaboratively explore user intent, requirements, and alternative approaches before locking in the architecture. Helps turn raw ideas into fully formed specs through natural dialogue.

2026-04-17
implementing-frontend-design
웹 개발자

Used by the Developer agent during Phase 8 (Implement) when building web components, pages, or UI features. Provides strict aesthetic guidelines to create distinctive, production-grade frontend interfaces that avoid generic 'AI slop' aesthetics.

2026-04-17
reviewing-frontend-aesthetics
소프트웨어 품질 보증 분석가·테스터

Used by the Reviewer agent during Phase 9 (DesignVerify) and Phase 11 (Quality) to evaluate frontend code. Assesses visual hierarchy, spacing consistency, accessibility, and detects formulaic 'AI slop' design patterns, providing actionable feedback to the Developer.

2026-04-17
persisting-progress-across-sessions
소프트웨어 개발자

Resume an interrupted orchestration run across Claude Code sessions using MANIFEST.yaml

2026-04-12
prd
프로젝트 관리 전문가

Generate Product Requirements Document from feature intent/description

2026-04-12
auth
소프트웨어 개발자

Setup authentication flow (register, login, session/JWT, middleware)

2026-04-11
component
소프트웨어 개발자

Generate UI component with component file, test, and story (optional)

2026-04-11
dispatching-parallel-agents
소프트웨어 개발자

Identify independent failures and spawn concurrent agents. Turns sequential N×time into 1×time.

2026-04-11
gateway-api
소프트웨어 개발자

Route API design/implementation tasks to the right library skill.

2026-04-11
gateway-backend
소프트웨어 개발자

Route backend tasks to the right library skill. Detects intent and returns specific skill file paths to load.

2026-04-11
gateway-database
데이터베이스 아키텍트

Route database tasks to the right library skill. Covers migrations, query optimization, ORM, transactions.

2026-04-11
gateway-frontend
소프트웨어 개발자

Route frontend tasks to the right library skill. Detects React/Vue/CSS intent and returns specific skill file paths.

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