A collection of open-source tools and experiments spanning terminal UX, market data, AI content tooling, and agent orchestration.
| Repository | Description | Topics |
|---|---|---|
| TalkTerm | Terminal-based communication tool | terminal, cli |
| markets | Market data and analysis tooling | finance, data |
| ContentTwin | AI-powered content generation and management | ai, content |
| bmad-bgreat-suite | BMAD agent workflow suite | agents, automation |
| .github | Org-wide standards, CI templates, and compliance tooling | standards, devops |
All repositories in this org follow shared engineering standards defined in .github:
- TDD — tests are written before implementation; coverage gates enforced in CI
- CodeQL — static analysis on every PR
- SonarCloud — code quality and security scanning
- Dependabot — automated dependency updates with automerge for patch-level changes
- Claude Code — AI-assisted development via agent standards
- Fork the relevant repository and create a branch off
main. - Follow the AGENTS.md guidelines for commit style, TDD, and CI requirements.
- Open a pull request — CI must pass before review.
Questions or feedback? Open an issue in the relevant repo.