.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/kdlbs/kandev
home/skills/kdlbs/kandev
kdlbs avatar

kdlbs/kandev

40 skills · 2 total installs

View on GitHub
$npx skills add kdlbs/kandev
SkillInstalls
e2eWrite and run web E2E tests (Playwright) using TDD — locations, patterns, commands, and debugging.2acp-debugDebug an ACP agent CLI by spawning it, speaking raw JSON-RPC, and capturing every frame to a JSONL file.—add-integrationAdd a new third-party integration (Jira/Linear-style) — per-workspace credentials, 90s auth-health poller, settings page, link/import buttons.—clean-branchesDelete local branches whose remote has been deleted ([gone]), including their worktrees. Use for branch cleanup after merging PRs.—code-reviewReview changed code for quality, security, and architecture compliance. Use after implementing features or before opening PRs.—commitStage and commit changes using Conventional Commits. Use when there are dirty/staged files to commit, the user says "commit", or before pushing a PR.—context-engineeringCurate the right project context before coding or debugging. Use when starting a new session, switching areas of the codebase, output quality is drifting, a…—create-kandev-pluginCreate, modify, debug, test, package, or publish a Kandev runtime plugin in its dedicated repository.—debugDiagnose Kandev bugs, running-instance issues, UI/browser failures, and runtime behavior.—docs-maintainerKeep public Kandev docs current when code or behavior changes affect CLI commands, config keys, install/deploy flows, workflows, executors, APIs, screenshots,…—fixFix bugs and issues — reproduce, find root cause, minimal fix with regression test. Use when something is broken.—harness-improvementImprove Kandev's AI harness from session learnings or explicit requests.—interview-meClarify what the user actually wants before specs, plans, or code.—kandev-approvalsClear the CEO approval queue when hire requests, budget grants, or other sensitive Office mutations are waiting for approve or reject decisions.—kandev-config-syncSynchronize Office workspace configuration with the .kandev folder when exporting reviewable config, importing committed config, seeding a workspace, or…—kandev-escalationEscalate to a human when required information, access, credentials, or a product decision blocks completion and no reasonable default is available.—kandev-projectsList and create Office projects, then place new tasks in the correct project when organizing workspace work by repository.—kandev-protocolFollow the core Office agent protocol on wakeup, including parsing KANDEV_* context, checking blockers, commenting progress, updating status, and using the CLI…—kandev-routinesCreate, inspect, pause, resume, or delete recurring Office routines when work should run on a cron schedule or webhook trigger.—kandev-task-opsOperate Office tasks when you need to list workspace tasks, read a conversation, or post an agent-authored comment.—kandev-team-adminManage the Office roster when delegating work, hiring agents, changing budgets or concurrency, retiring agents, or checking spend before approvals.—memoryRead, write, and summarize persistent Office memory when durable behavioral guidance or project knowledge should survive across agent sessions.—mobile-parityEnsures Kandev UI work uses native mobile interaction patterns instead of compressed desktop adaptations while preserving desktop/mobile capability parity,…—planplanner-orchestrationEnforce Kandev's planner-and-worker execution model. Use in the user-started primary session for feature, fix, debug, review, verification, and delivery work;…—playwright-cliAutomate browser interactions, test web pages and work with Playwright tests.—prCreate a PR from a committed, post-commit-verified, and pushed branch. Ready PRs return to the planner for delegated fixup.—pr-fixupWait for CI checks and automated reviews (CodeRabbit, Greptile, Claude, OpenCode, cubic) on a PR, fix failures and address comments, then push.—product-demo-seedingSeed coherent, disposable Kandev demo scenarios for screenshots, product films, landing-page media, and reproducible UI captures.—product-video-captureRecord, camera-process, encode, stage, and validate polished Kandev product films, landing-page loops, screenshots, and alternate framing from isolated demo…—pushPush an already verified and committed branch. With --fixup, return control to the planner for delegated CI and review handling.—qaVerify a feature works after implementation. Actively try to break it — edge cases, error paths, integration wiring, and real usage flows.—recordKeep durable architecture decisions and product specs in sync with the work happening in the conversation.—releaseKandev release & versioning conventions — single SemVer across npm, Homebrew, GitHub release.—simplifySimplify recently changed code — inline one-off abstractions, remove speculative code, reduce nesting, replace cleverness with clarity.—specWrite a feature spec — the "what & why" of a kandev product feature, before coding.—spec-driven-developmentSingle planner entrypoint for Kandev spec-driven implementation.—tddImplement changes using Test-Driven Development (Red-Green-Refactor). Use for bug fixes, new features, or any code change that should have test coverage.—using-agent-skillsDiscover 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…—verifyVerify the committed artifact before push, reusing proven pre-commit hook coverage and escalating to full checks when impact requires it.—