-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
92 lines (68 loc) · 4.17 KB
/
llms.txt
File metadata and controls
92 lines (68 loc) · 4.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
## Last-checked: 2026-06-11
# dev-bricks
> Machine-readable overview for search engines, crawlers, LLM tools, and repository discovery.
Canonical organization: https://github.com/dev-bricks
Organization profile repository: https://github.com/dev-bricks/.github
Ecosystem: open-bricks, file-bricks, doc-bricks, ellmos-ai
## Positioning
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.
The projects are intended for developers who want small, inspectable, local applications instead of large cloud-first developer platforms.
## Public repository directory
- https://github.com/dev-bricks/.github
- Organization profile and shared community health repository.
- Maintains the public GitHub start page, issue templates, community workflows, security policy, contribution guidance, and this machine-readable repository index.
- https://github.com/dev-bricks/DevCenter
- Local-first Python IDE and developer toolkit.
- PySide6 desktop application for project dashboards, static analysis, PyInstaller builds, and optional AI-assisted coding workflows.
- https://github.com/dev-bricks/CodeBox
- Local-first desktop code editor for Windows.
- Supports LSP diagnostics, terminal workflows, project navigation, Git integration, and multiple programming languages.
- https://github.com/dev-bricks/pythonbox
- Lightweight Python IDE for Windows.
- Includes PDB debugging, linting, code folding, Git status, and local execution workflows.
- https://github.com/dev-bricks/apiprober
- Passive REST API discovery and documentation for owned or authorized services.
- Designed for API documentation, endpoint inventory, OpenAPI-oriented exploration, and local SQLite-backed analysis.
- https://github.com/dev-bricks/MethodenAnalyser
- Static Python code analyzer.
- Finds unused imports, dead definitions, similar code blocks, AST structure, and JSON-exportable analysis results.
- https://github.com/dev-bricks/companion-for-agy
- PTY-based wrapper for agy (Antigravity CLI / Gemini CLI).
- Captures Gemini responses via ANSI color extraction from the terminal buffer.
- Enables Claude Code, Codex, and CI/CD pipelines to programmatically read agy output.
- Available on npm: https://www.npmjs.com/package/companion-for-agy
- https://github.com/dev-bricks/safe-start-for-codex
- Unofficial Windows startup gate for Codex Desktop automations.
- Pauses currently active local automations, launches Codex Desktop, and releases the paused automations gradually to avoid startup surges.
- https://github.com/dev-bricks/CareCenter-for-Codex
- Local Windows tray and CLI for maintaining OpenAI Codex Desktop.
- Focuses on repair, cleanup, diagnostics, database/log maintenance, and safe local operational support.
## Audience
- Python developers who want lightweight, local desktop tooling without cloud dependency
- Developers working with OpenAI Codex Desktop, Gemini CLI (agy), or Claude Code
- Teams maintaining internal Python codebases and needing static analysis tools
- API developers documenting or inventorying REST endpoints on owned or authorized services
- Windows-first developers looking for local IDE and code editing tools
## Search Phrases
```
dev-bricks local-first developer tools
dev-bricks Python IDE
dev-bricks PySide6 code editor
dev-bricks static Python analysis
dev-bricks passive API discovery
dev-bricks OpenAPI inventory
dev-bricks Codex Desktop maintenance
dev-bricks Safe Start for Codex
dev-bricks Codex automation startup gate
dev-bricks companion for agy
dev-bricks Gemini CLI wrapper
dev-bricks multi-agent orchestration
dev-bricks Windows developer tools
```
## Related organizations
- https://github.com/open-bricks
- https://github.com/file-bricks
- https://github.com/doc-bricks
- https://github.com/ellmos-ai
## Usage boundaries
API discovery and analysis tools are documented for owned systems, local projects, test environments, or services where the user has explicit authorization. The organization profile should not be interpreted as authorization for third-party probing or scanning.