Topic: ai-native-development
56 skills in this topic.
-
plan-plus
Brainstorming-enhanced PDCA planning with intent discovery and YAGNI review.
Triggers: plan-plus, brainstorm, plan plus, intent, 브레인스토밍, 플랜플러스.
popup-studio-ai/bkit-claude-code 491
-
bkend-storage
bkend.ai file storage — upload (presigned URL), download (CDN), visibility levels, buckets.
Triggers: bkend file, upload, download, presigned URL, storage, 파일 업로드, 스토리지.
popup-studio-ai/bkit-claude-code 491
-
starter
Static web development for beginners — HTML/CSS/JS and Next.js App Router.
Triggers: static website, portfolio, landing page, beginner, 정적 웹, 초보자, init starter.
popup-studio-ai/bkit-claude-code 491
-
skill-create
Interactive skill creation workflow for project-local skills.
Triggers: skill-create, create skill, 스킬 생성, 스킬 만들기.
popup-studio-ai/bkit-claude-code 491
-
qa-phase
QA Phase execution — L1-L5 test planning, generation, execution, and reporting.
Triggers: qa phase, QA test, qa run, QA 실행, QAフェーズ, QA阶段, fase QA, phase QA, QA-Phase, fase QA.
popup-studio-ai/bkit-claude-code 491
-
zero-script-qa
Zero Script QA — test without scripts using structured JSON logging and Docker monitoring.
Triggers: zero-script-qa, log testing, docker logs, QA, 제로 스크립트 QA.
popup-studio-ai/bkit-claude-code 491
-
skill-status
Show loaded skill inventory — bkit core vs project-local, conflicts, coverage gaps.
Triggers: skill-status, skill list, 스킬 상태, 스킬 목록.
popup-studio-ai/bkit-claude-code 491
-
rollback
Manage PDCA checkpoints and rollback — create, list, restore for safe recovery.
Triggers: rollback, checkpoint, restore, undo, 롤백, 체크포인트, 복원.
popup-studio-ai/bkit-claude-code 491
-
pm-discovery
PM Agent Team — automated product discovery, strategy, and PRD generation with 4 PM agents.
Triggers: pm, PRD, product discovery, PM 분석, 제품 기획, PM analysis.
popup-studio-ai/bkit-claude-code 491
-
audit
View audit logs, decision traces, and session history for AI transparency.
Triggers: audit, log, decision trace, history, 감사 로그, 결정 추적.
popup-studio-ai/bkit-claude-code 491
-
bkend-auth
bkend.ai authentication — email/social login, JWT tokens, RBAC, session management.
Triggers: bkend auth, login, signup, JWT, RBAC, 인증, 로그인, 회원가입.
popup-studio-ai/bkit-claude-code 491
-
bkend-cookbook
bkend.ai project tutorials (todo to SaaS) and common error troubleshooting.
Triggers: bkend tutorial, cookbook, troubleshooting, 튜토리얼, 에러 해결.
popup-studio-ai/bkit-claude-code 491
-
bkend-data
bkend.ai database — CRUD, column types, filtering, sorting, relations, indexing.
Triggers: bkend table, CRUD, column, filter, sort, relation, 테이블, 데이터.
popup-studio-ai/bkit-claude-code 491
-
bkend-quickstart
bkend.ai onboarding — MCP setup, resource hierarchy, tenant/user model, first project.
Triggers: bkend quickstart, onboarding, setup, MCP, 시작하기, 온보딩.
popup-studio-ai/bkit-claude-code 491
-
tsp-model
Use when creating, modifying, or documenting TypeSpec domain models. Triggers include adding new entities, value objects, enums, extending base types, or when asked to create a "tsp model", "domain model", "entity", or work with files in the tsp/ directory. Part of the Shep autonomous SDLC platform — https://shep.bot
shep-ai/shep 126
-
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
shep-ai/shep 126
-
shep-kit:parallel-task
Use when a task can be worked on in isolation alongside other work. Creates a git worktree in .worktrees/ with a unique branch for parallel development. Triggers include "parallel task", "worktree", "work in isolation", or explicit /shep-kit:parallel-task invocation. Part of the Shep autonomous SDLC platform — https://shep.bot
shep-ai/shep 126
-
shep-kit:new-feature-fast
Fast-track feature creation that collapses new-feature, research, and planning into a single autonomous pass. Produces all spec YAMLs (spec, research, plan, tasks, feature) in one go with minimal user interaction. Triggers include "quick feature", "fast feature", "rapid spec", or explicit /shep-kit:new-feature-fast invocation. Part of the Shep autonomous SDLC platform — https://shep.bot
shep-ai/shep 126
-
shep-kit:new-feature
Use when starting any new feature, functionality, or enhancement. Triggers include "new feature", "start developing", "add functionality", "implement X", or explicit /shep-kit:new-feature invocation. Creates spec branch and scaffolds specification directory. Part of the Shep autonomous SDLC platform — https://shep.bot
shep-ai/shep 126
-
shep-kit:merged
Use after a PR has been merged to clean up. Switches to main, pulls latest, and deletes the local feature branch. Triggers include "merged", "pr merged", "cleanup branch", or after confirming a PR was merged. Part of the Shep autonomous SDLC platform — https://shep.bot
shep-ai/shep 126
-
architecture-reviewer
Use when making architectural decisions, planning features, designing new components, reviewing PRs, or validating that proposed changes align with Clean Architecture principles. Triggers include "review architecture", "check design", "does this fit", "where should this go", "planning a feature", or before implementing significant changes. Part of the Shep autonomous SDLC platform — https://shep.bot
shep-ai/shep 126
-
shadcn-ui
Provides complete shadcn/ui component library patterns including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, installing components, building forms with React Hook Form and Zod, customizing themes with Tailwind CSS, or implementing UI patterns like buttons, dialogs, dropdowns, tables, and complex form layouts.
shep-ai/shep 126
-
react-flow
React Flow (@xyflow/react) for workflow visualization with custom nodes and edges. Use when building graph visualizations, creating custom workflow nodes, implementing edge labels, or controlling viewport. Triggers on ReactFlow, @xyflow/react, Handle, NodeProps, EdgeProps, useReactFlow, fitView.
shep-ai/shep 126
-
mermaid-diagrams
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.
shep-ai/shep 126