KS
Killer-Skills

phase-2-convention — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Code Review Agents needing standardized coding conventions and compliance checks. bkit Vibecoding Kit for OpenAI Codex - PDCA + Context Engineering for AI-native development

popup-studio-ai popup-studio-ai
[0]
[0]
Updated: 3/4/2026

Quality Score

Top 5%
54
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add popup-studio-ai/bkit-codex

Agent Capability Analysis

The phase-2-convention MCP Server by popup-studio-ai is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for Code Review Agents needing standardized coding conventions and compliance checks.

Core Value

Empowers agents to establish and enforce consistent coding standards using PDCA and Context Engineering, reducing code review friction and preventing confusion, with features like convention document generation and linting for compliance.

Capabilities Granted for phase-2-convention MCP Server

Generating convention documents for AI-native development
Checking code compliance with established conventions
Starting and managing Phase 2 coding conventions

! Prerequisites & Limits

  • Requires bkit Vibecoding Kit for OpenAI Codex
  • Specific to AI-native development and coding conventions
Project
SKILL.md
3.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Phase 2: Coding Conventions

Establish coding standards before writing application code.

Purpose

Phase 2 sets the rules everyone (human and AI) follows. Consistent conventions prevent confusion and reduce code review friction.

Actions

ActionDescriptionExample
startBegin Phase 2$phase-2-convention start
generateGenerate convention doc$phase-2-convention generate
lintCheck convention compliance$phase-2-convention lint

Deliverables

  1. Convention Document - docs/01-plan/convention.md
  2. ESLint/Prettier Config - Automated enforcement
  3. File Naming Rules - Directory and file naming patterns
  4. Component Naming Rules - UI component conventions
  5. Git Commit Conventions - Commit message format

Process

Step 1: Language & Framework Conventions

markdown
1## TypeScript Conventions 2- Strict mode enabled 3- No `any` type (use `unknown` if needed) 4- Interfaces over Types for object shapes 5- Enum for fixed value sets 6- Async/await over .then() chains

Step 2: Naming Rules

ElementConventionExample
Files (components)PascalCaseUserProfile.tsx
Files (utilities)camelCaseformatDate.ts
Files (styles)kebab-caseuser-profile.module.css
VariablescamelCaseuserName, isActive
ConstantsUPPER_SNAKEMAX_RETRY_COUNT
Types/InterfacesPascalCaseUserProfile, ApiResponse
HookscamelCase with useuseAuth, useQuery
ComponentsPascalCaseUserCard, NavBar
API routeskebab-case/api/user-profile
Databasesnake_caseuser_profile, created_at

Step 3: Directory Structure Rules

  • Group by feature, not by type
  • Max 3 levels deep
  • index.ts for barrel exports
  • tests/ next to source files

Step 4: Git Conventions

<type>(<scope>): <description>

Types: feat, fix, docs, style, refactor, test, chore
Scope: component or module name
Description: imperative mood, lowercase, no period

Examples:
- feat(auth): add social login support
- fix(api): handle null response from user endpoint

Step 5: Code Style Enforcement

json
1{ 2 "extends": ["next/core-web-vitals", "prettier"], 3 "rules": { 4 "no-console": "warn", 5 "no-unused-vars": "error", 6 "@typescript-eslint/no-explicit-any": "error" 7 } 8}

Convention Patterns

See references/naming-conventions.md for detailed patterns.

Output Location

docs/01-plan/
├── convention.md      # Full convention document
project/
├── .eslintrc.json     # ESLint config
├── .prettierrc        # Prettier config
└── .editorconfig      # Editor config

Next Phase

When conventions are established, proceed to $phase-3-mockup for UI/UX design.

Common Mistakes

MistakeSolution
No automated enforcementSet up ESLint + Prettier from day 1
Too many rulesStart minimal, add rules as needed
Inconsistent namingUse a naming decision table
No commit conventionsUse commitlint with husky
Mixing conventionsOne language = one convention set

Related Skills

Looking for an alternative to phase-2-convention or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication