Skip to main content
Run any Skill in Manus
with one click
GitHub repository

luckyplans

luckyplans contains 18 collected skills from takeshi-su57, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
18
Stars
0
updated
2026-05-19
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

add-testing-foundation
software-quality-assurance-analysts-and-testers

Use when introducing or expanding tests in LuckyPlans, especially service logic, shared utilities, controllers, and resolvers.

2026-05-19
add-frontend-page
web-developers

Use when adding a new Next.js App Router page in apps/web, including route structure, data hooks usage, and auth/session-aware behavior.

2026-05-19
apply-ui-baseline
web-and-digital-interface-designers

Use when implementing or modifying frontend UI in apps/web to enforce the repository's HeroUI + Notion-style baseline consistently.

2026-05-19
create-graphql-hook
web-developers

Use when adding a new GraphQL query or mutation in apps/web so the operation is defined inline in a hook and consumed by components.

2026-05-19
customize-frontend-component
web-developers

Use when modifying or extending an existing frontend component in apps/web while preserving project styling conventions, hook boundaries, and accessibility.

2026-05-19
enforce-apollo-state-boundary
software-developers

Use when introducing or modifying frontend state management to keep GraphQL data in Apollo cache and avoid mixed-state ownership.

2026-05-19
enforce-frontend-auth-boundary
software-developers

Use when implementing frontend auth-adjacent behavior to preserve gateway-managed session architecture and avoid token handling in the browser.

2026-05-19
follow-nextjs-route-conventions
software-developers

Use when creating or reorganizing routes in apps/web so route groups, layout behavior, and path conventions remain consistent.

2026-05-19
frontend-reference-minimal
software-developers

Use when you need LuckyPlans-specific frontend reference constraints that are not covered by task-specific frontend skills.

2026-05-19
implement-apollo-page-boundary
software-developers

Use when building or modifying Next.js pages that consume frontend hooks so server/client component boundaries and Apollo provider placement are correct.

2026-05-19
run-frontend-codegen
software-developers

Use when adding or changing inline graphql() operations in apps/web so generated client types remain in sync.

2026-05-19
maintain-project-docs
software-developers

Use when code or infrastructure changes require synchronized updates to docs under apps/web/content and related architecture references.

2026-05-19
prisma-safe-migrations
software-developers

Use when modifying Prisma schema or creating migrations on tables with existing data, especially when adding columns or tightening constraints.

2026-05-19
update-shared-kernel
software-developers

Use when adding or changing shared contracts or cross-cutting utilities in packages/shared, including entity types, message patterns, and reusable helper functions.

2026-05-19
create-gateway-module
software-developers

Use when creating a standard NestJS module in the API gateway, and when a new service is not justified by CPU-heavy, cron, or independent scaling requirements.

2026-05-19
scaffold-microservice
software-developers

Use when deciding whether a new NestJS microservice is justified and, if justified, creating the full LuckyPlans microservice stack from app bootstrap through Docker, Helm, and ArgoCD deployment.

2026-05-19
write-conventional-commit
software-developers

Use when preparing a git commit message to enforce conventional-commit format and repository commit hygiene.

2026-05-19
write-github-issue
software-developers

Use when creating or refining a GitHub issue for bugs, features, chores, docs, or refactors with reproducible context and acceptance criteria.

2026-05-19