npx claudepluginhub yuvasee/samocodeThis skill uses the workspace's default tool permissions.
Creates detailed implementation plans with phases, stored within the session folder.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Creates detailed implementation plans with phases, stored within the session folder.
Session path: [SESSION_PATH from working memory] Context: $ARGUMENTS
Gather context:
Create plan file:
[SESSION_PATH]/[TIMESTAMP_FILE]-plan-[plan-slug].mdPhase design principles:
Structure:
# Plan: [Title]
Created: [TIMESTAMP_LOG]
## Task Definition
[Concise summary]
## Requirements
- [ ] [Requirement 1]
- [ ] [Requirement 2]
## Context
[Key files, current state, constraints]
## Implementation Phases
### Phase 1: [Name]
- [ ] [Step]
- [ ] [Step]
- [ ] Run pyright/ruff or tsc - fix errors
### Phase 2: [Name]
- [ ] [Step]
- [ ] [Step]
- [ ] Run pyright/ruff or tsc - fix errors
### Phase 3: Testing
- [ ] [Test case]
- [ ] Final checks
## Notes
[Important context from task definition]
Update session:
[SESSION_PATH]/_overview.md:
- [TIMESTAMP_ITERATION] Plan created -> [filename].md- [filename].md - [brief description]- [filename].md - Plan: [brief description]cd [SESSION_DIR] && git add . && git commit -m "Plan: [title]"Report back: Plan summary and file location