llodev

21 mods across 1 repository, 2 stars between them.

llodev

01

llodev/skills

Plugin Claude Code

Plugin marketplace listing 14 plugins: pm-tasks-core, pm-tasks-trello, pm-tasks-asana, pm-tasks-jira, pm-tasks-linear.

2 4d ago A tokens not measured original MIT

skills CLAUDE.md

02

llodev/skills

Instructions file

Instructions for llodev/skills, covering @llodev/skills — agent guide, universal rules, dev workflow and release convention.

2 4d ago A 782 tokens original MIT

llodev/skills

Skill Claude CodeCodex

Design robust Django database schemas with model best practices, migration patterns, and primary key strategy (incremental, UUID, UUIDv7). Use when designing Django models, choosing PK types, writing migrations, or reviewing app schema. Covers Django ORM, PostgreSQL, indexes, constraints, and security considerations…

2 4d ago A 66 tokens original MIT

pm-tasks-asana

04

llodev/skills

Skill Claude CodeCodex

Asana adapter for the @llodev/pm-tasks- family. Use when the user mentions Asana, asks to "create Asana task", "publish to Asana", "post to Asana", "publish", "add comment in Asana", or uses --publish-asana; OR for CRUD on existing tasks (check subtask, close task, change due-date, assign person, comment); OR when…

2 4d ago B 222 tokens original MIT

pm-tasks-bitrix24

05

llodev/skills

Skill Claude CodeCodex

Placeholder. Will follow the same architecture as pm-tasks-trello and pm-tasks-asana once bitrix24's MCP is integrated. See ../pm-tasks-core/SKILL.md and ../pm-tasks-trello/SKILL.md for the pattern.

2 4d ago A 66 tokens original MIT

pm-tasks-clickup

06

llodev/skills

Skill Claude CodeCodex

Placeholder. Will follow the same architecture as pm-tasks-trello and pm-tasks-asana once clickup's MCP is integrated. See ../pm-tasks-core/SKILL.md and ../pm-tasks-trello/SKILL.md for the pattern.

2 4d ago A 64 tokens copy · 84% MIT

pm-tasks-core

07

llodev/skills

Skill Claude CodeCodex

Core extraction + vocabulary for the @llodev/pm-tasks- family. Use when working with any pm-tasks- adapter (Trello, Asana, etc.) — provides Phases 1–3 (identify input, extract structure, build the generic card) plus the canonical CRUD vocabulary (task.create, checklist.check, task.close, task.due-date.set…

2 4d ago A 185 tokens original MIT

pm-tasks-jira

08

llodev/skills

Skill Claude CodeCodex

Jira adapter for the @llodev/pm-tasks- family. Use when the user mentions Jira, asks to "create Jira issue", "publish to Jira", "log to Jira", "check subtask in Jira", or uses --publish-jira; OR for CRUD on existing issues (check subtask, close issue, change due-date, assign person, comment, set estimate, set parent)…

2 4d ago B 263 tokens original MIT

pm-tasks-linear

09

llodev/skills

Skill Claude CodeCodex

Linear adapter for the @llodev/pm-tasks- family. Use when the user mentions Linear, asks to "create Linear issue", "publish to Linear", "log to Linear", "set cycle/sprint", "check sub-issue", or uses --publish-linear; OR for CRUD on existing issues (check sub-issue, close, due-date, assign, comment, estimate, parent…

2 4d ago B 280 tokens original MIT

pm-tasks-monday

10

llodev/skills

Skill Claude CodeCodex

Placeholder. Will follow the same architecture as pm-tasks-trello and pm-tasks-asana once monday's MCP is integrated. See ../pm-tasks-core/SKILL.md and ../pm-tasks-trello/SKILL.md for the pattern.

2 4d ago A 63 tokens original MIT

pm-tasks-notion

11

llodev/skills

Skill Claude CodeCodex

Placeholder. Will follow the same architecture as pm-tasks-trello and pm-tasks-asana once notion's MCP is integrated. See ../pm-tasks-core/SKILL.md and ../pm-tasks-trello/SKILL.md for the pattern.

2 4d ago A 64 tokens copy · 86% MIT

pm-tasks-todoist

12

llodev/skills

Skill Claude CodeCodex

Placeholder. Will follow the same architecture as pm-tasks-trello and pm-tasks-asana once todoist's MCP is integrated. See ../pm-tasks-core/SKILL.md and ../pm-tasks-trello/SKILL.md for the pattern.

2 4d ago A 65 tokens original MIT

pm-tasks-trello

13

llodev/skills

Skill Claude CodeCodex

Trello adapter for the @llodev/pm-tasks- family. Use when the user mentions Trello, asks to "create card", "publish to Trello", "post to Trello", "publish", or uses --publish; OR for CRUD on existing cards (check checklist item, close card, change due-date, add member, comment); OR when invoked autonomously by another…

2 4d ago A 184 tokens original MIT

ts-ddd-controller

14

llodev/skills

Skill Claude CodeCodex

Create, review, or guide HTTP controllers in a TypeScript + DDD api. Use when the request involves .controller.ts under apps/api/src/ /presentation/controllers/, route definition, ApiKeyGuard on mutations, ZodValidationPipe against @acme/ -contracts schemas, use case orchestration, mapping Result to HTTP via…

2 4d ago A 130 tokens original MIT

llodev/skills

Skill Claude CodeCodex

Create, review, or guide pure Domain Service implementation in a TypeScript + DDD monorepo. Use when the request involves .service.ts files inside apps/api/src/ /domain/services/, domain policies, pure calculations/rules across multiple entities/VOs, naming patterns (Policy, Calculator, Resolver, Specification)…

2 4d ago A 163 tokens original MIT

ts-ddd-dto

16

llodev/skills

Skill Claude CodeCodex

Create, review, or guide Data Transfer Objects in a TypeScript + DDD monorepo. Use when the request involves the per-BC contracts package (libs/contracts/ /src/{interfaces,schemas,dtos}/), Zod 4 schemas paired with z.infer DTO types, closed-set values modelled as string-backed XxxEnum (with z.literal(EnumName.X) for…

2 4d ago A 159 tokens original MIT

ts-ddd-entity

17

llodev/skills

Skill Claude CodeCodex

Create, review, or guide Domain Entity implementation in a TypeScript + DDD codebase. Use when: the request touches .entity.ts files under apps/api/src/ /domain/entities/ or their tests under apps/api/test/ /domain/entities/; modeling business rules with Entity from @acme/shared (dual API create/tryCreate, Result /…

2 4d ago A 210 tokens original MIT

ts-ddd-repository

18

llodev/skills

Skill Claude CodeCodex

Create, review, or guide repository contracts and implementations in a TypeScript + DDD codebase. Use when the request involves .repository.ts files under apps/api/src/ /domain/repositories/ or apps/api/src/ /infra/{firestore,memory}/, persistence operations (save / findBy / list), the REPOSITORY DI token, adapting…

2 4d ago A 156 tokens original MIT

ts-ddd-use-case

19

llodev/skills

Skill Claude CodeCodex

Create, review, or guide use case (application service) implementation in a TypeScript + DDD codebase. Use when the request involves .usecase.ts files under apps/api/src/ /application/usecases/, application/services/ .service.ts orchestrators, UseCase from @acme/shared, NestJS @Injectable() + @Inject( ) wiring…

2 4d ago A 192 tokens original MIT

ts-ddd-value-object

20

llodev/skills

Skill Claude CodeCodex

Create, review, or guide Value Object implementation in a TypeScript + DDD codebase. Use when the request involves 'value object', 'VO', .vo.ts files (either shared at libs/shared/src/vo/... or BC-local at apps/api/src/ /domain/value-objects/...), domain attribute validation/normalization, closed-set VOs derived from…

2 4d ago A 133 tokens original MIT

ts-query-cqrs

21

llodev/skills

Skill Claude CodeCodex

Create, review, or guide read-side queries in a TypeScript + DDD CQRS codebase. Use when the request involves Query interfaces, .query.ts files, read use cases (find-), DTO projections for API/front consumption, pagination/filters/aggregations, or separating read (query) from write (repository/command).

2 4d ago A 80 tokens original MIT