You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Organization profile and community health files for [dev-bricks](https://github.com/dev-bricks).
4
4
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.
6
6
It also keeps the organization-level community workflows for stale issue handling and first-contributor welcomes.
7
7
8
8
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.
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.
14
14
15
15
The projects are intended for developers who want small, inspectable, local applications instead of large cloud-first developer platforms.
16
16
@@ -40,6 +40,11 @@ The projects are intended for developers who want small, inspectable, local appl
40
40
- Static Python code analyzer.
41
41
- Finds unused imports, dead definitions, similar code blocks, AST structure, and JSON-exportable analysis results.
42
42
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
+
43
48
- https://github.com/dev-bricks/companion-for-agy
44
49
- PTY-based wrapper for agy (Antigravity CLI / Gemini CLI).
45
50
- 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
59
64
- Polls periodically and notifies you the moment the model is reachable again.
60
65
- Delivers via Telegram, Discord, ntfy, desktop notification, or file fallback; runs 24/7 with autostart on Windows and macOS.
61
66
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.
Copy file name to clipboardExpand all lines: profile/README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# dev-bricks
6
6
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.**
8
8
9
9
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.
10
10
@@ -17,6 +17,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
17
17
| Lightweight Python IDE with debugger, linting, and Git status |[pythonbox](https://github.com/dev-bricks/pythonbox)|
18
18
| Passive REST API discovery for owned or authorized services |[apiprober](https://github.com/dev-bricks/apiprober)|
19
19
| 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)|
| Controlled startup gate for Codex Desktop automations |[safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex)|
22
23
| 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
32
33
|[pythonbox](https://github.com/dev-bricks/pythonbox)| Lightweight Windows Python IDE with PDB debugging, linting, code folding, Git status, and local execution workflows |
33
34
|[apiprober](https://github.com/dev-bricks/apiprober)| Passive REST API discovery, endpoint inventory, and OpenAPI-oriented documentation for owned or explicitly authorized services |
34
35
|[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 |
35
37
|[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 |
36
38
|[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 |
37
39
|[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
47
49
| 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 |
48
50
| 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 |
49
51
| 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 |
50
53
51
54
## Design Principles
52
55
@@ -71,6 +74,10 @@ Useful phrases for finding dev-bricks projects on GitHub and external search:
71
74
- dev-bricks Claude Fable 5 availability watcher for Claude Code
0 commit comments