Skip to main content
GitHub repository

agent-skills

agent-skills contains 32 collected skills from jiunbae, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
32
Stars
12
updated
2026-07-31
Forks
1
Occupation coverage
10 occupation categories ยท 100% classified
repository explorer

Skills in this repository

rpf
computer-occupations-all-other

Runs an explicit pointer-document-driven review, plan, work, and feedback loop with multiple agents, scheduling independent review, verification, and implementation work concurrently and pipelining revision-fenced read-only preparation between cycles until the living plan or policy converges or 128 cycles are reached. Safe for concurrent runs from different tools against one pointer. Use only when the user explicitly invokes `$rpf`; never trigger implicitly for ordinary review, planning, implementation, commit, or deployment requests.

2026-07-31
air-workbench
computer-occupations-all-other

Open AIR Workbench to discover local Agent Skills, visualize and round-trip a Skill workflow as AIR (Agent Intermediate Representation), review a native Codex or Claude plan, inspect observable execution evidence, or promote a reviewed plan or trace into a Skill draft. Use only when the user explicitly asks for AIR Workbench, the legacy Workflow Studio, Skill-to-graph or graph-to-Skill conversion, visual workflow editing, plan approval, observable tracing, or plan/trace promotion. Do not trigger for ordinary Skill execution, general planning, or routine Codex/Claude requests.

2026-07-30
korean-editor
technical-writers

๊ธฐ์กด ํ•œ๊ตญ์–ด ์ดˆ์•ˆ์„ ์˜๋ฏธยท์‚ฌ์‹คยท์ˆ˜์น˜ยท์ธ์šฉยท๋ฌธ์„œ ๊ตฌ์กฐ์™€ ์ž‘์„ฑ์ž์˜ ๋ชฉ์†Œ๋ฆฌ๋ฅผ ๋ณด์กดํ•˜๋ฉฐ ์ž์—ฐ์Šค๋Ÿฝ๊ฒŒ ํ‡ด๊ณ ํ•œ๋‹ค. ์‚ฌ์šฉ์ž๊ฐ€ ํ•œ๊ตญ์–ด ๊ธ€์˜ ์œค๋ฌธ, ํ‡ด๊ณ , ๊ต์ •, ๋ฒˆ์—ญํˆฌ ์™„ํ™”, ๊ธฐ๊ณ„์ ์ด๊ฑฐ๋‚˜ AI ๊ฐ™์€ ๋ฌธ์ฒด ์™„ํ™”, ๊ฐ„๊ฒฐํ™”, ํ†ค ์ •๋ฆฌ๋ฅผ ๋ช…์‹œ์ ์œผ๋กœ ์š”์ฒญํ•  ๋•Œ ์‚ฌ์šฉํ•œ๋‹ค. ๋นˆ ๋ฌธ์„œ์—์„œ ์ƒˆ ๊ธ€์„ ์“ฐ๋Š” ์š”์ฒญ, ๋ฒˆ์—ญยท์š”์•ฝยท์‚ฌ์‹ค ํ™•์žฅ, ์ฝ”๋“œ ์ˆ˜์ •์—๋Š” ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š”๋‹ค. PRยทLinearยทSlackยทNotion ๋ฌธ์„œ๋Š” ํ•ด๋‹น ๋ฌธ์„œ์˜ ๋‚ด์šฉ์„ ์ž‘์„ฑํ•˜๋Š” ์ผ๋ฐ˜ ์š”์ฒญ์ด ์•„๋‹ˆ๋ผ ๋ฌธ์ฒด ํŽธ์ง‘์„ ๋ช…์‹œ์ ์œผ๋กœ ์š”์ฒญํ•œ ๊ฒฝ์šฐ์—๋งŒ ์‚ฌ์šฉํ•œ๋‹ค.

2026-07-29
managing-vault-secrets
software-developers

Retrieves and stores credentials in the user's self-hosted Vaultwarden via the `bw` CLI. Use whenever a task needs a credential the environment does not already provide โ€” npm/PyPI publish tokens, API keys, DB passwords, registry logins โ€” and before ever telling the user a credential is missing. Triggers on "vault ์กฐํšŒ", "API ํ‚ค ๊ฐ€์ ธ์™€", "๋น„๋ฐ€๋ฒˆํ˜ธ ์ €์žฅ", "secret ๋“ฑ๋ก", "ํ† ํฐ ์–ด๋””", "npm token", "publish token", "๋ฐฐํฌ ํ† ํฐ", "credentials", "401 unauthorized".

2026-07-28
hello-agent
computer-occupations-all-other

Synthetic AIR example with no private session content

2026-07-28
background-implementer
software-developers

Run bounded parallel implementation with isolated workers (native worktrees or Codex), respect a dependency DAG, and verify each worker's diff before integrating. Use only when the user explicitly requests background, parallel, or multi-agent implementation, such as "๋ฐฑ๊ทธ๋ผ์šด๋“œ ๊ตฌํ˜„", "bg impl", or "๋ณ‘๋ ฌ ๊ตฌํ˜„". Do not trigger for ordinary implementation or code-writing requests.

2026-07-23
background-planner
software-developers

Run bounded parallel planning with independent planner personas and optional multi-LLM workers, then synthesize a single plan via stance-steered consensus with explicit conflicts and open questions. Use only when the user explicitly requests background, parallel, or multi-agent planning, such as "๋ฐฑ๊ทธ๋ผ์šด๋“œ ๊ธฐํš", "bg plan", "๋ณ‘๋ ฌ ๊ธฐํš", "๋ฉ€ํ‹ฐ AI ๊ธฐํš", or "N๋ช…์ด ๊ธฐํš". Do not trigger for ordinary planning or design requests.

2026-07-23
background-reviewer
software-quality-assurance-analysts-and-testers

Run bounded parallel code reviews with independent persona reviewers, verify findings adversarially, merge and prioritize by root cause, and optionally repeat a review-fix-verify cycle. Use only when the user explicitly requests a background, parallel, multi-agent, persona, multi-LLM, or iterative review such as "bg review", "๋ฉ€ํ‹ฐ ๋ฆฌ๋ทฐ", "ํŽ˜๋ฅด์†Œ๋‚˜ ๋ฆฌ๋ทฐ", "๋ฆฌ๋ทฐ ๋ฃจํ”„", or "keep reviewing". Do not trigger for an ordinary code review.

2026-07-23
obsidian-writer
software-developers

Save project context and articles to the configured Obsidian Vault, and publish Markdown to docs.jiun.dev through the Vault sync workflow. Use for "obsidian ์—…๋กœ๋“œ", "์˜ต์‹œ๋””์–ธ ์ €์žฅ", "vault ์—…๋กœ๋“œ", "์•„ํ‹ฐํด ์ €์žฅ", "๋ฌธ์„œ ๊ณต๊ฐœ", "docs ์—…๋กœ๋“œ", "์™ธ๋ถ€ ๊ณต์œ ", or "publish" requests. Use direct server maintenance only when the user explicitly asks to inspect, temporarily push, or delete a docs.jiun.dev document.

2026-07-22
incident-writer
software-developers

Creates and manages incident reports for jiun.dev/status with consistent formatting. Generates frontmatter, timeline, and body sections based on severity. Use for "์ธ์‹œ๋˜ํŠธ ์ž‘์„ฑ", "์žฅ์•  ๋ณด๊ณ ์„œ", "incident report", "status ์ž‘์„ฑ", "์žฅ์•  ๊ธฐ๋ก" requests.

2026-07-22
managing-context
software-developers

Discovers relevant project context in Markdown documentation by matching the current task to plans, architecture, guides, and operations notes. Use when a request depends on existing project decisions or explicitly asks to inspect project context. Do not trigger for simple questions or tasks that already have sufficient context.

2026-07-22
indexing-static-context
software-developers

Locates existing global context files under ~/.agents without assuming that optional files exist. Use when a task needs the user's profile, security rules, IaC conventions, service registry, Notion/Obsidian/Vault configuration, personas, or a direct "๋‚ด ์ •๋ณด" or "๊ธ€๋กœ๋ฒŒ ์„ค์ •" lookup. Do not use it to enumerate installed skills.

2026-07-22
appstore-screenshots
software-developers

Capture reproducible real-app App Store screenshots for iOS, iPadOS, and macOS; compose marketing frames; upload screenshot assets; and perform authenticated App Store Connect API inspection for apps, builds, and beta groups. Use for "App Store ์Šคํฌ๋ฆฐ์ƒท", "์•ฑ์Šคํ† ์–ด ์Šคํฌ๋ฆฐ์ƒท", "์Šคํ† ์–ด ์ด๋ฏธ์ง€ ์—…๋กœ๋“œ", "ASC API ์กฐํšŒ", "TestFlight ๋นŒ๋“œ ์กฐํšŒ", "screenshot capture", or "store screenshots" requests. Do not use for generic browser automation.

2026-07-22
committing-and-creating-pr
software-developers

Guides local Git commit preparation and pull-request drafting with staged-diff and secret checks. Use when the user asks to commit changes, prepare a conventional commit, or draft a PR. When a dedicated GitHub publishing workflow is available, use it for pushing and opening the PR after these local checks.

2026-07-22
managing-discord
software-developers

Manages Discord servers/channels via REST API. Supports channel CRUD, permissions, messaging, and webhooks. Use for "Discord", "๋””์Šค์ฝ”๋“œ", "์ฑ„๋„ ๊ด€๋ฆฌ", "discord bot" requests.

2026-07-22
managing-kubernetes
network-and-computer-systems-administrators

Manages Kubernetes clusters via kubectl. Supports pod/deployment/service management, log viewing, port-forwarding, and debugging. Use for "k8s", "kubectl", "ํŒŒ๋“œ", cluster management tasks.

2026-07-22
uploading-to-notion
software-developers

Uploads Claude session summaries or markdown reports to Notion. Use for "๋…ธ์…˜ ์—…๋กœ๋“œ", "๊ฒฐ๊ณผ ์ €์žฅ", "notion ์ •๋ฆฌ", "์„ธ์…˜ ์š”์•ฝ", "๋ฆฌํฌํŠธ ์—…๋กœ๋“œ", "๋ณด๊ณ ์„œ ์ž‘์„ฑ" requests.

2026-07-22
managing-services
network-and-computer-systems-administrators

Centrally manages Docker containers and services. Supports service registration, listing, status updates, and port conflict detection. Use for "์„œ๋น„์Šค ๋“ฑ๋ก", "์„œ๋น„์Šค ๋ชฉ๋ก", "ํฌํŠธ ํ™•์ธ", "์ปจํ…Œ์ด๋„ˆ ๊ด€๋ฆฌ", "docker ์ƒํƒœ" requests.

2026-07-22
developing-slack-apps
software-developers

Develops Slack apps and API integrations. Supports Bolt framework, Block Kit UI, event handling, and slash commands. Use for "Slack", "์Šฌ๋ž™", "๋ด‡", "webhook" requests or Slack app development.

2026-07-22
managing-skills
computer-occupations-all-other

Audits and maintains a local skill collection, including discovery, Codex compatibility, trigger scope, installation paths, bundled resources, and validation. Use for "์Šคํ‚ฌ ๋ถ„์„", "์Šคํ‚ฌ ํ˜„ํ™ฉ", "์Šคํ‚ฌ ์ ๊ฒ€", "์Šคํ‚ฌ ๊ฐœ์„ ", or skill ecosystem maintenance. Use the built-in skill creator for new skills and substantial rewrites.

2026-07-22
processing-audio
software-developers

Converts and processes audio files using ffmpeg. Supports format conversion, sample rate changes, mono/stereo conversion, and segment splitting. Use for "์˜ค๋””์˜ค ๋ณ€ํ™˜", "wav ๋ณ€ํ™˜", "์ƒ˜ํ”Œ๋ ˆ์ดํŠธ", "ffmpeg" requests.

2026-07-22
auditing-security
information-security-analysts

Audits repository security by analyzing current code and commit history for sensitive information leaks. Detects API keys, passwords, and credentials. Use for "๋ณด์•ˆ ์ ๊ฒ€", "๋ณด์•ˆ ๊ฐ์‚ฌ", "security audit", "๋ฏผ๊ฐ ์ •๋ณด ๊ฒ€์‚ฌ" requests.

2026-07-22
preparing-iac-deployment
network-and-computer-systems-administrators

Prepares IaC project deployment by analyzing the current project and generating K8s manifests, Dockerfiles, CI/CD workflows, Prometheus metrics, Grafana dashboards, Gitea mirror, webhooks, and secrets. Use for "๋ฐฐํฌ ์ค€๋น„", "IaC ์„ค์ •", "k8s ๋งค๋‹ˆํŽ˜์ŠคํŠธ", "deploy prep" requests.

2026-07-08
grilling-plans
project-management-specialists

Interviews the user relentlessly about a plan or design until you both reach a shared understanding, resolving each branch of the decision tree before any code is written. Use when the user wants to stress-test a plan, pressure-test a design, or says "grill me", "๊ณ„ํš ๊ฒ€์ฆ", "๊ทธ๋ฆด๋ฏธ", "์„ค๊ณ„ ์••๋ฐ• ์งˆ๋ฌธ".

2026-07-04
automating-browser
software-quality-assurance-analysts-and-testers

Provides Playwright-based browser automation and E2E testing. Supports screenshots, web scraping, and form automation. Use for "๋ธŒ๋ผ์šฐ์ €", "์Šคํฌ๋ฆฐ์ƒท", "E2E ํ…Œ์ŠคํŠธ", "์›น ์Šคํฌ๋ž˜ํ•‘" requests.

2026-03-17
syncing-ml-models
network-and-computer-systems-administrators

Synchronizes ML model files across servers. Supports rsync-based transfer with bandwidth control and checksum verification. Use for "๋ชจ๋ธ ๋™๊ธฐํ™”", "๋ชจ๋ธ ๋ฐฐํฌ", "rsync ๋ชจ๋ธ", "์„œ๋ฒ„๋กœ ์ „์†ก" requests.

2026-03-17
managing-obsidian-tasks
computer-occupations-all-other

Reads and manages tasks from Obsidian Vault's TaskManager. Supports Board.md (Kanban), Table.md (Dataview), Notes/*, with automatic workspace project sync. Use for "์ž‘์—… ๋ชฉ๋ก", "ํ• ์ผ ์กฐํšŒ", "task ์ฝ๊ธฐ", "obsidian ์ž‘์—…" requests.

2026-02-07
analyzing-business-model
management-analysts-131111market-research-analysts-and-marketing-specialists-131161

Analyzes the current repository's service from a business model perspective. Multiple BM expert agents (revenue strategist, market analyst, user value analyst, growth strategist) analyze in parallel and suggest monetization strategies. Use for "BM ๋ถ„์„", "์ˆ˜์ตํ™” ๋ถ„์„", "๋น„์ฆˆ๋‹ˆ์Šค ๋ชจ๋ธ ๋ถ„์„" requests.

2026-02-01
analyzing-proposals
management-analysts-131111

Analyzes business proposals and RFP documents, evaluating pricing, deadlines, and technical specifications for feasibility. Generates go/no-go reports. Use for proposal analysis, RFP review, bidding assessment, or business feasibility evaluation.

2026-02-01
managing-context-worktree
software-developersnetwork-and-computer-systems-administrators

Evaluates context similarity between new and existing work, automatically creating git worktree on a new branch when tasks differ. Activates on task start, new feature implementation, or switching to different issues.

2026-02-01
benchmarking-ml-models
data-scientists-152051

Runs ML model benchmarks and evaluations. Measures inference speed, memory usage, and accuracy metrics. Use for "๋ฒค์น˜๋งˆํฌ", "๋ชจ๋ธ ํ‰๊ฐ€", "์„ฑ๋Šฅ ํ…Œ์ŠคํŠธ", "inference ์†๋„" requests.

2026-02-01
deploying-triton
network-and-computer-systems-administrators

Deploys and manages NVIDIA Triton Inference Server containers. Automates model repository setup, config generation, and health checks. Use for "triton ์„œ๋ฒ„", "triton ์‹คํ–‰", "๋ชจ๋ธ ์„œ๋น™", "inference server" requests.

2026-02-01