Skip to main content
GitHub 仓库

jonggrang

jonggrang 收录了来自 porcupine-md 的 58 个 skills,并提供仓库级职业覆盖和站内 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
当前展示该仓库 Top 40 / 58 个已收集 skills。