Skip to main content
GitHub-Repository

jonggrang

jonggrang enthält 58 gesammelte Skills von porcupine-md, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
58
Stars
10
aktualisiert
2026-07-29
Forks
2
Berufsabdeckung
11 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

jonggrang
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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

2026-06-13
gh
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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

2026-05-24
aws-deployment
Softwareentwickler

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

2026-05-24
cloudflare-deployment
Softwareentwickler

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

2026-05-24
coolify-deployment
Softwareentwickler

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

2026-05-24
docker-registry-deployment
Softwareentwickler

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

2026-05-24
fly-deployment
Softwareentwickler

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

2026-05-24
gcp-deployment
Softwareentwickler

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

2026-05-24
kubernetes-deployment
Softwareentwickler

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

2026-05-24
netlify-deployment
Softwareentwickler

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

2026-05-24
railway-deployment
Softwareentwickler

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

2026-05-24
ssh-vps-deployment
Softwareentwickler

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
Softwareentwickler

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

2026-05-24
gateway-deploy
Netzwerk- und Computersystemadministratoren

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

2026-04-17
scaffold-deploy
Softwareentwickler

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

2026-04-17
breadboarding-workflow
Softwareentwickler

Map UI elements and code relationships (affordances).

2026-04-17
documenting-release
Softwareentwickler

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

2026-04-17
reviewing-architecture
Architektur- und Ingenieurmanager

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

2026-04-17
reviewing-product-strategy
VorstandsvorsitzendeMarketingleiter

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

2026-04-17
shaping-requirements
Projektmanagementspezialisten

Iteratively define problem and solution shapes.

2026-04-17
assessing-code-health
Softwarequalitätssicherungsanalysten und -tester

Run linters/typecheckers to calculate health score.

2026-04-17
hardening-resilience
Softwarequalitätssicherungsanalysten und -tester

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

2026-04-17
auditing-interface-quality
Web- und digitale Schnittstellendesigner

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

2026-04-17
auditing-security
Informationssicherheitsanalysten

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

2026-04-17
brainstorm-feature-options
Projektmanagementspezialisten

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
Webentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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

2026-04-12
prd
Projektmanagementspezialisten

Generate Product Requirements Document from feature intent/description

2026-04-12
auth
Softwareentwickler

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

2026-04-11
component
Softwareentwickler

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

2026-04-11
dispatching-parallel-agents
Softwareentwickler

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

2026-04-11
gateway-api
Softwareentwickler

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

2026-04-11
gateway-backend
Softwareentwickler

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

2026-04-11
gateway-database
Datenbankarchitekten

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

2026-04-11
gateway-frontend
Softwareentwickler

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

2026-04-11
Zeigt die Top 40 von 58 gesammelten Skills in diesem Repository.