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
このリポジトリの収集済み skills 58 件中、上位 40 件を表示しています。