atebites-hub

22 mods across 1 repository, 2 stars between them.

memory-system

01

atebites-hub/PJTemplate

Skill Claude CodeCodex

Read and write task memories in docs/memories/. Use when planning, starting work, after searches or user feedback, and when completing tasks.

2 9d ago A 32 tokens original MIT

reasoning-system

02

atebites-hub/PJTemplate

Skill Claude CodeCodex

Structured reasoning after planning and before editing code: requirements, retrieval (docs, memory, code), design, implementation plan, and testing/decision (risks and regressions expressed as tests and checks). Uses the sequentialthinking tool. Triggers before implementing a feature, refactoring, making an…

2 9d ago A 71 tokens original MIT

taskboard-workflow

03

atebites-hub/PJTemplate

Skill Claude CodeCodex

Per-repo Taskboard coordination: one ticket per sprint item, C3 memories stay the ledger, link via Taskboard: . Use after a plan is approved, when creating or claiming sprint tickets, and when marking a task complete.

2 9d ago A 54 tokens original MIT

gitnexus

04

atebites-hub/PJTemplate

MCP server Claude CodeCodexCursor

Graph-powered code intelligence for AI agents. Index any codebase, query via MCP or CLI. Runs locally from the gitnexus npm package.

2 9d ago A tokens not measured copy · 100% MIT

atebites-hub/PJTemplate

Instructions file CodexOpenCode

Instructions for atebites-hub/PJTemplate, covering agents.md - project rules, guidelines for filling out this template, memory system, reasoning system and dynamic workflows (open-dynamic-workflows).

2 9d ago A 5,384 tokens original MIT

app_flow_template

08

atebites-hub/PJTemplate

Agent

This document describes the user interface flows, state transitions, and data interactions for [Project Name], ensuring seamless navigation and consistency.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document defines mandatory coding standards for [Project Name]. It adapts two foundational frameworks into actionable, language-agnostic rules that all source code, scripts, and tests must follow.

2 9d ago B 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document defines documentation practices for [Project Name], ensuring maintainability, onboarding speed, and reliable agent comprehension. Documentation is a living artifact and must evolve with code.

2 9d ago A 0 tokens original MIT

enforcement_matrix

12

atebites-hub/PJTemplate

Agent

This template enforces process artifacts — task memories (docs/memories/), docs/code/ mirrors for every code file, and recorded reasoning — through a single script, scripts/check-task-compliance.sh. The script is the one source of truth for "is this change compliant?"; everything else is just a trigger that runs it.

2 9d ago B 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document outlines the file organization for [Project Name], ensuring modularity and maintainability across source, scripts, tests, and docs.

2 9d ago A 0 tokens original MIT

odw_executor_matrix

16

atebites-hub/PJTemplate

Agent

ODW does not embed models. Each agent() call names an executor string; the host supplies RunOptions.executors: Record . An Executor is (ExecOptions) => Promise — typically spawn a coding-agent CLI, feed the prompt (stdin or argv), parse stdout/JSONL, return final text / structured output.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document outlines the high-level requirements, objectives, and scope for [Project Name], serving as the foundation for all development. It defines user needs, core features, and boundaries to guide sprints and agents.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document defines the server architecture, data models, and rules for [Project Name], ensuring scalable and secure data management.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document lists the technologies, packages, dependencies, APIs, and tools for [Project Name], with purposes and documentation links to guide implementation.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document defines testing strategy and test-quality standards for [Project Name]. Tests are the executable safety net for refactoring, deployment confidence, and regression prevention.

2 9d ago A 0 tokens original MIT

upgrade

22

atebites-hub/PJTemplate

Agent

Lockfiles (requirements.txt, requirements-dev.txt, requirements-notebooks.txt) are compiled from the .in sources with hashes. Never edit a .txt directly; bump the .in and re-compile.

2 9d ago A 0 tokens original MIT