Skip to content

Commit 5a200f1

Browse files
author
Lukas Geiger
committed
docs: refresh dev-bricks org profile index
1 parent 29d3830 commit 5a200f1

3 files changed

Lines changed: 33 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Organization profile and community health files for [dev-bricks](https://github.com/dev-bricks).
44

5-
This repository controls the public organization overview shown on GitHub and the shared contribution, security, issue, and pull request templates used across the dev-bricks developer-tool projects.
5+
This repository controls the public organization overview shown on GitHub and the shared contribution, security, issue, and pull request templates used across the dev-bricks developer-tool, agent-workflow, and knowledge-scaffolding projects.
66
It also keeps the organization-level community workflows for stale issue handling and first-contributor welcomes.
77

88
The profile README also serves as the public repository directory for the organization. Keep it synchronized with the live public repo list when new dev-bricks projects are added.

llms.txt

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Last-checked: 2026-06-14
1+
## Last-checked: 2026-06-18
22

33
# dev-bricks
44

@@ -10,7 +10,7 @@ Ecosystem: open-bricks, file-bricks, doc-bricks, ellmos-ai
1010

1111
## Positioning
1212

13-
dev-bricks is a GitHub organization for local-first developer tools, desktop IDE utilities, static code analysis, passive API discovery, Gemini CLI integration, and local maintenance tooling and startup gates for OpenAI Codex Desktop environments.
13+
dev-bricks is a GitHub organization for local-first developer tools, desktop IDE utilities, static code analysis, passive API discovery, Gemini CLI integration, multi-agent workflow routing, file locking, structured knowledge-stub datasets, and local maintenance tooling and startup gates for OpenAI Codex Desktop environments.
1414

1515
The projects are intended for developers who want small, inspectable, local applications instead of large cloud-first developer platforms.
1616

@@ -40,6 +40,11 @@ The projects are intended for developers who want small, inspectable, local appl
4040
- Static Python code analyzer.
4141
- Finds unused imports, dead definitions, similar code blocks, AST structure, and JSON-exportable analysis results.
4242

43+
- https://github.com/dev-bricks/WikiStub-Seed
44+
- Local-first bilingual JSON knowledge framework for AI-assisted research, documentation, learning systems, ontology seeds, and LLM workflows.
45+
- Ships 630+ compact German/English knowledge stubs across 12 scientific and cultural domains, with prepared ES/ZH/JA/RU language slots.
46+
- Includes Python tools for validation, statistics, consistency checks, Markdown export, and PWA-ready data scaffolding.
47+
4348
- https://github.com/dev-bricks/companion-for-agy
4449
- PTY-based wrapper for agy (Antigravity CLI / Gemini CLI).
4550
- Captures Gemini responses via ANSI color extraction from the terminal buffer.
@@ -59,10 +64,20 @@ The projects are intended for developers who want small, inspectable, local appl
5964
- Polls periodically and notifies you the moment the model is reachable again.
6065
- Delivers via Telegram, Discord, ntfy, desktop notification, or file fallback; runs 24/7 with autostart on Windows and macOS.
6166

67+
- https://github.com/dev-bricks/ticket-master
68+
- Cross-platform, multi-provider triage console for bugs, requests, and local AI work routing.
69+
- Files structured tickets, scores them, and routes work to Claude, Codex, agy/Gemini, sub-agents, or a project task board.
70+
71+
- https://github.com/dev-bricks/lock-master
72+
- Portable zero-dependency multi-agent file-lock system.
73+
- Uses LOCK*.txt project and component locks with scopes, expiry, stale cleanup, and a fast overview cache for local agent coordination.
74+
6275
## Audience
6376

6477
- Python developers who want lightweight, local desktop tooling without cloud dependency
6578
- Developers working with OpenAI Codex Desktop, Gemini CLI (agy), or Claude Code
79+
- Multi-agent teams that need local file locking, ticket routing, and workflow handoff utilities
80+
- LLM builders who need structured JSON/Markdown seed data for research, documentation, ontology, or RAG contexts
6681
- Teams maintaining internal Python codebases and needing static analysis tools
6782
- API developers documenting or inventorying REST endpoints on owned or authorized services
6883
- Windows-first developers looking for local IDE and code editing tools
@@ -83,6 +98,12 @@ dev-bricks companion for agy
8398
dev-bricks Gemini CLI wrapper
8499
dev-bricks Claude Fable 5 availability watcher
85100
dev-bricks Claude Code model monitor
101+
dev-bricks ticket-master AI ticket routing
102+
dev-bricks lock-master multi-agent file locking
103+
dev-bricks WikiStub-Seed JSON knowledge framework
104+
dev-bricks multilingual knowledge stubs
105+
dev-bricks LLM knowledge base seed
106+
dev-bricks ontology seed dataset
86107
dev-bricks multi-agent orchestration
87108
dev-bricks Windows developer tools
88109
```

profile/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# dev-bricks
66

7-
**Local-first developer tools for Windows, Python, code analysis, API discovery, Codex maintenance, and Gemini CLI integration.**
7+
**Local-first developer tools for Windows, Python, code analysis, API discovery, Codex maintenance, Gemini CLI integration, and structured LLM workflow scaffolding.**
88

99
dev-bricks builds small, practical tools for software-development workflows: editing code, analyzing projects, probing owned APIs, keeping local developer workspaces understandable, and bridging AI agent ecosystems — without depending on heavy cloud platforms.
1010

@@ -17,6 +17,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
1717
| Lightweight Python IDE with debugger, linting, and Git status | [pythonbox](https://github.com/dev-bricks/pythonbox) |
1818
| Passive REST API discovery for owned or authorized services | [apiprober](https://github.com/dev-bricks/apiprober) |
1919
| Static Python analysis for imports, dead definitions, and similar blocks | [MethodenAnalyser](https://github.com/dev-bricks/MethodenAnalyser) |
20+
| JSON knowledge stubs for research, documentation, learning maps, and LLM context pipelines | [WikiStub-Seed](https://github.com/dev-bricks/WikiStub-Seed) |
2021
| PTY-based wrapper to capture agy (Gemini CLI) responses · [npm](https://www.npmjs.com/package/companion-for-agy) | [companion-for-agy](https://github.com/dev-bricks/companion-for-agy) |
2122
| Controlled startup gate for Codex Desktop automations | [safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex) |
2223
| Local maintenance tray and CLI for OpenAI Codex Desktop | [CareCenter-for-Codex](https://github.com/dev-bricks/CareCenter-for-Codex) |
@@ -32,6 +33,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
3233
| [pythonbox](https://github.com/dev-bricks/pythonbox) | Lightweight Windows Python IDE with PDB debugging, linting, code folding, Git status, and local execution workflows |
3334
| [apiprober](https://github.com/dev-bricks/apiprober) | Passive REST API discovery, endpoint inventory, and OpenAPI-oriented documentation for owned or explicitly authorized services |
3435
| [MethodenAnalyser](https://github.com/dev-bricks/MethodenAnalyser) | Static Python analyzer for unused imports, dead definitions, similar code blocks, AST structure, and JSON-exportable findings |
36+
| [WikiStub-Seed](https://github.com/dev-bricks/WikiStub-Seed) | Local-first bilingual JSON knowledge framework with 630+ DE/EN stubs, prepared ES/ZH/JA/RU language slots, Markdown export, and PWA-ready data scaffolding for AI research, documentation, ontology seeds, and LLM workflows |
3537
| [companion-for-agy](https://github.com/dev-bricks/companion-for-agy) · [npm](https://www.npmjs.com/package/companion-for-agy) | PTY-based wrapper for agy (Gemini CLI) that captures responses via ANSI color extraction; enables Claude Code, Codex, and CI/CD to read agy output |
3638
| [safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex) | Unofficial Windows startup gate for Codex Desktop automations; pauses active automations, launches Codex Desktop, and releases them gradually |
3739
| [CareCenter-for-Codex](https://github.com/dev-bricks/CareCenter-for-Codex) | Local Windows tray and CLI for OpenAI Codex Desktop repair, cleanup, diagnostics, and safe maintenance |
@@ -47,6 +49,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
4749
| Desktop IDEs | [DevCenter](https://github.com/dev-bricks/DevCenter), [CodeBox](https://github.com/dev-bricks/CodeBox), [pythonbox](https://github.com/dev-bricks/pythonbox) | Local PySide6 developer interfaces for editing, debugging, project navigation, and build workflows |
4850
| Analysis and discovery | [MethodenAnalyser](https://github.com/dev-bricks/MethodenAnalyser), [apiprober](https://github.com/dev-bricks/apiprober) | Static code inspection and passive API documentation for authorized systems |
4951
| Agent tooling | [companion-for-agy](https://github.com/dev-bricks/companion-for-agy), [safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex), [CareCenter-for-Codex](https://github.com/dev-bricks/CareCenter-for-Codex), [fable-5-hunter](https://github.com/dev-bricks/fable-5-hunter), [ticket-master](https://github.com/dev-bricks/ticket-master), [lock-master](https://github.com/dev-bricks/lock-master) | Gemini CLI response capture, Codex Desktop startup gating, repair, cleanup, local operational support, Claude model availability monitoring, AI-provider ticket routing, and portable multi-agent file locking |
52+
| Knowledge scaffolding | [WikiStub-Seed](https://github.com/dev-bricks/WikiStub-Seed) | Structured JSON and Markdown seed data for documentation glossaries, learning maps, ontology seeds, local RAG, and LLM context pipelines |
5053

5154
## Design Principles
5255

@@ -71,6 +74,10 @@ Useful phrases for finding dev-bricks projects on GitHub and external search:
7174
- dev-bricks Claude Fable 5 availability watcher for Claude Code
7275
- dev-bricks multi-agent orchestration tools
7376
- dev-bricks lock-master multi-agent file locking
77+
- dev-bricks WikiStub-Seed JSON knowledge framework
78+
- dev-bricks multilingual knowledge stubs
79+
- dev-bricks LLM knowledge base seed
80+
- dev-bricks ontology seed dataset
7481
- dev-bricks Windows developer tools
7582

7683
## Machine-Readable Context
@@ -85,4 +92,4 @@ dev-bricks is the developer-tool branch of the brick suite:
8592

8693
Part of the [ellmos-ai](https://github.com/ellmos-ai) ecosystem.
8794

88-
<!-- last-checked: 2026-06-14 -->
95+
<!-- last-checked: 2026-06-18 -->

0 commit comments

Comments
 (0)