Skip to main content

kdlbs/kandev

SkillsMP는 kdlbs/kandev에서 41개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
41
GitHub 스타
649
GitHub 포크
94

수집된 skill 41개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Kandev release and version-channel conventions — unified Stable SemVer plus deterministic npm-only Nightlies. Use when cutting a release, changing channels, debugging artifacts, or answering version-channel questions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Review changed code for quality, security, and architecture compliance. Use only when the user explicitly requests local review or a PR finding requires it.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Stage and commit changes using Conventional Commits. Use when there are dirty/staged files to commit, the user says "commit", or before pushing a PR.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Curate the right project context before coding or debugging. Use when starting a new session, switching areas of the codebase, output quality is drifting, a task spans backend/frontend/docs, or external instructions need to be reconciled with Kandev…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnose Kandev bugs, running-instance issues, UI/browser failures, and runtime behavior. Use when the user reports unexpected behavior, asks to investigate, asks to add logs/instrumentation, or when a fix needs root-cause evidence before implementing. Triage…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Write and run web E2E tests (Playwright) using TDD — locations, patterns, commands, and debugging.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnose a bug, update its behavioral spec, create reviewable fix plan and task files, then hand off for explicit implementation with TDD.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Improve Kandev's AI harness from session learnings or explicit requests. Use when the user asks to record learnings, update or create skills, agents, subagents, commands, AGENTS.md/CLAUDE.md guidance, or adapt harness files across Claude, Codex, Cursor, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create a committed implementation plan from a feature spec. Explores the codebase, designs the approach, and produces docs/plans/<feature>/plan.md plus individual task files. Use after writing a spec and before implementing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automate browser interactions, test web pages and work with Playwright tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Wait for CI and automated reviews on a PR, fix valid failures and comments in the primary conversation, verify, and push.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create a PR from a committed and pushed branch after task-defined checks pass. Ready PRs continue to fixup in the primary conversation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Push a committed branch whose task-defined checks passed. With --fixup, continue with CI and review handling in the primary conversation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Add, roll out, promote, graduate, or remove Kandev runtime feature flags and release toggles across the backend and frontend. Use whenever a task mentions a feature flag, release toggle, staged rollout, kill switch, or graduating a flag.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Implement changes using Test-Driven Development (Red-Green-Refactor). Use for bug fixes, new features, or any code change that should have test coverage.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Discover and choose the right Kandev agent skill for a task. Use when starting a session, when the user asks which skill applies, when work spans multiple phases, or when existing skill references need to be mapped to this repo's actual skills.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Create, modify, debug, test, package, or publish a Kandev runtime plugin in its dedicated repository. Use only when the requested work targets a Kandev plugin implementation or its release and marketplace lifecycle, including fixing a bug in an existing…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Ensures Kandev UI work uses native mobile interaction patterns instead of compressed desktop adaptations while preserving desktop/mobile capability parity, responsive behavior, and mobile Playwright E2E coverage. Use when implementing, planning, reviewing, or…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Enforce Kandev's single-session, user-controlled model workflow for feature, fix, debug, review, verification, and delivery work.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Single-session Kandev feature workflow: clarify intent, create durable specs, plans, and task files, then hand off for user-directed model selection before implementation and verification.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Write a feature spec — the "what & why" of a Kandev product feature, before coding. Use for a product feature, or from `/fix` to amend/create the concise behavioral repair spec required before implementation. Do not use for incident postmortems,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Keep public Kandev docs current when code or behavior changes affect CLI commands, config keys, install/deploy flows, workflows, executors, APIs, screenshots, or user-facing terminology. Use this before finishing any change with public documentation impact,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Debug an ACP agent CLI by spawning it, speaking raw JSON-RPC, and capturing every frame to a JSONL file. Use when the user asks to probe an agent's capabilities, compare agents, test a prompt against an agent, inspect raw ACP wire frames, or investigate why…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Run a broad local verification audit only when the user explicitly requests it or PR/CI remediation requires it.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Verify a feature works after implementation. Actively try to break it — edge cases, error paths, integration wiring, and real usage flows.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Simplify recently changed code — inline one-off abstractions, remove speculative code, reduce nesting, replace cleverness with clarity. Use only on explicit request or PR-review remediation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Add a new third-party integration (Jira/Linear-style) — per-workspace credentials, 90s auth-health poller, settings page, link/import buttons. Use when scaffolding a new external service integration.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Escalate to a human when required information, access, credentials, or a product decision blocks completion and no reasonable default is available.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

List and create Office projects, then place new tasks in the correct project when organizing workspace work by repository.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Follow the core Office agent protocol on wakeup, including parsing KANDEV_* context, checking blockers, commenting progress, updating status, and using the CLI safely.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Operate Office tasks when you need to list workspace tasks, read a conversation, or post an agent-authored comment.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Clarify what the user actually wants before specs, plans, or code. Use when an ask is underspecified, when the user says "interview me", "grill me", "stress-test my thinking", or when you would otherwise fill in important product/architecture assumptions…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Seed coherent, disposable Kandev demo scenarios for screenshots, product films, landing-page media, and reproducible UI captures. Use when media needs believable tasks, workflows, agents, executors, integrations, plans, sessions, diffs, reviews, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Record, camera-process, encode, stage, and validate polished Kandev product films, landing-page loops, screenshots, and alternate framing from isolated demo data. Use when the user asks for product videos, GIF-like feature demos, cursor-follow camera motion,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Keep durable architecture decisions and product specs in sync with the work happening in the conversation. AUTO-INVOKE when a request establishes or changes a long-lived architectural boundary, public contract, data ownership rule, operational invariant, or…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Clear the CEO approval queue when hire requests, budget grants, or other sensitive Office mutations are waiting for approve or reject decisions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Synchronize Office workspace configuration with the .kandev folder when exporting reviewable config, importing committed config, seeding a workspace, or reviewing a config diff.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Create, inspect, pause, resume, or delete recurring Office routines when work should run on a cron schedule or webhook trigger.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Manage the Office roster when delegating work, hiring agents, changing budgets or concurrency, retiring agents, or checking spend before approvals.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Read, write, and summarize persistent Office memory when durable behavioral guidance or project knowledge should survive across agent sessions.

원문 언어: 영어

업데이트
수집된 skill 41개 중 40개를 표시합니다.