seasonedcc

21 mods across 1 repository, 3 stars between them.

background-jobs

02

seasonedcc/discord-manager

Skill Claude CodeCodex

Write background work against the in-process scheduler — makeJob and makeCronJob, registration in the jobs array, retries and dedupe, idempotency in an append-only store, fan-out, and the tests that prove each. Use when adding or changing a job, enqueuing work from business or ingest code, editing…

3 27d ago A 101 tokens original MIT

business-folder

03

seasonedcc/discord-manager

Skill Claude CodeCodex

Organize domain logic in app/business/ by domain cohesion and transport independence. Use when creating a file in app/business/, adding a function to one, naming a business module, deciding whether logic belongs in business or in a transport (app/mcp/, app/ingest/), or choosing what a business file may import.

3 27d ago A 68 tokens original MIT

seasonedcc/discord-manager

Skill Claude CodeCodex

Build business functions with the composable-functions library — applySchema, context validation with capability flags, combinators, and Result handling. Use when writing or changing a function in app/business/, validating input or context, composing with pipe/sequence/all/collect/branch, throwing InputError or…

3 27d ago A 73 tokens original MIT

database-design

05

seasonedcc/discord-manager

Skill Claude CodeCodex

Design SQLite tables and migrations under the project's zero-exception append-only, event-sourced doctrine. Use when creating tables, writing migrations, adding columns, modeling a state change, deriving current state, choosing between an identity and an event table, or writing the dev seed.

3 27d ago A 57 tokens original MIT

env-vars

06

seasonedcc/discord-manager

Skill Claude CodeCodex

Manage environment variables through the two-tier typed env pattern — a framework env and an app env, both built with make-typed-env and Zod. Use when adding or renaming an env var, editing app/framework/env.server.ts or app/env.server.ts, updating .env.example, or wiring configuration into framework, business, MCP…

3 27d ago A 74 tokens original MIT

framework-folder

07

seasonedcc/discord-manager

Skill Claude CodeCodex

Enforce the separation between reusable framework code and product code in app/framework/. Use when adding a file or a helper to app/framework/, importing a framework module, wiring the database connection or the scheduler, or deciding where a new abstraction belongs.

3 27d ago A 51 tokens original MIT

grill-me

08

seasonedcc/discord-manager

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

3 27d ago A 49 tokens copy · 86% MIT

seasonedcc/discord-manager

Skill Claude CodeCodex

The standard every Discord API operation follows — request and outcome events in the domain's own append-only tables, status derived in SQL behind a named silence window, exhaustive mapped copy with a concrete next action, and no raw vendor text at the owner-facing boundary. Use when adding or changing any Discord…

3 27d ago A 94 tokens original MIT

kysely

10

seasonedcc/discord-manager

Skill Claude CodeCodex

Write Kysely queries and SQLite migrations following project conventions — CamelCasePlugin naming, builder over raw SQL, transactions, and regenerating app/db/types.d.ts. Use when writing a migration, creating a table or index, adding a column, writing a database query, using a transaction, or running db:migrate…

3 27d ago A 77 tokens original MIT

mcp-server

11

seasonedcc/discord-manager

Skill Claude CodeCodex

Build and extend the MCP stdio server in app/mcp/ — the product's entire user surface — keeping the tool surface equal to the business surface. Use when adding or changing a tool, wiring a new domain into the server, editing app/mcp/, working on the parity test or its exemptions, naming a tool, or shaping a tool's…

3 27d ago A 82 tokens original MIT

orchestration

12

seasonedcc/discord-manager

Skill Claude CodeCodex

Run delegated work reliably — writing subagent charters, verifying subagent claims, keeping judgment at the orchestrator tier, ledger discipline, recovering from interruptions, and shipping and merging lane PRs. Use when spawning subagents or workflows, coordinating parallel lanes, resuming after a session limit or…

3 27d ago A 94 tokens original MIT

product-copy

13

seasonedcc/discord-manager

Skill Claude CodeCodex

Write the words this product ships — tool names, tool and parameter descriptions, error and refusal messages, and the README — as facts in the owner's vocabulary, with a named next action and nothing the server does not actually do. Use when adding or rewording a tool description, a Zod field message, an InputError, a…

3 27d ago A 105 tokens original MIT

self-improvement

14

seasonedcc/discord-manager

Skill Claude CodeCodex

Codify lessons from a completed task into repo improvements — skill updates, CLAUDE.md changes, or root-cause tooling fixes — delivered as PRs the user reviews and merges. Use when a task has met every other Definition of Done criterion, when a long effort concludes, or when the user asks to derive lessons from recent…

3 27d ago A 72 tokens original MIT

skill-manager

15

seasonedcc/discord-manager

Skill Claude CodeCodex

Create, manage, and debug Claude Code Agent Skills. Use when creating new skills, debugging skill activation issues, writing SKILL.md files, managing skill structure, or learning about Claude Code skills. Helps with personal skills, project skills, YAML frontmatter, descriptions, and troubleshooting.

3 27d ago B 59 tokens original MIT

subagents

16

seasonedcc/discord-manager

Skill Claude CodeCodex

Spawn subagents and dynamic workflows well — size each task to the context window (33% of 1M target) and pick the right model tier. Use whenever delegating work to subagents, launching a Workflow, or deciding how to split a task across agents.

3 27d ago A 57 tokens original MIT

testing

17

seasonedcc/discord-manager

Skill Claude CodeCodex

Write and run Vitest unit tests against a real throwaway SQLite database and end-to-end specs that drive the real MCP server over stdio. Use when writing or fixing a test, running test:unit, test:e2e, or test:seed-coverage, practising TDD, mutation-proving an assertion, adding fixtures, editing the E2E seed or its…

3 27d ago A 101 tokens original MIT

type-safety

18

seasonedcc/discord-manager

Skill Claude CodeCodex

Write minimal, correct TypeScript — inference first, annotations only where removing them would lose safety, and no any. Use when adding types, declaring variables, writing a function signature, creating a type alias, deriving a type from a Zod schema, or reviewing code for redundant annotations and stray assertions.

3 27d ago A 65 tokens original MIT

worktrees

19

seasonedcc/discord-manager

Skill Claude CodeCodex

Run parallel tasks in isolated git worktrees, each with its own env file and its own SQLite store. Use when creating or removing a worktree, running parallel lanes or agents, running gates or a server for a specific worktree, or when the user mentions worktree, parallel lanes, or isolated environments.

3 27d ago A 65 tokens original MIT

discord-manager

20

seasonedcc/discord-manager

MCP server Claude CodeCodexCursor +2

MCP server "discord-manager" as configured in seasonedcc/discord-manager. Launched with pnpm run mcp.

3 27d ago A tokens not measured original MIT

seasonedcc/discord-manager

Instructions file

Instructions for seasonedcc/discord-manager, covering discord manager, the append-only doctrine, essential development commands, tooling and typescript guidelines.

3 27d ago A 4,134 tokens original MIT