dwg2png
Render AutoCAD DWG drawings to multipage PNGs and extract a lossless, position-referenced text layer plus a metadata index, built for RAG/VLM ingestion and CAD content extraction.
π§ Codespaces
Agent skill that builds a queryable graph of a codebase using tree-sitter, mapping modules, boundaries, dependencies, and entities so AI coding agents can scope changes precisely: architecture discovery, blast-radius and impact analysis, and boundary checks.
When you're on track, stay on track.
10 days. 237 commits. 305,716 lines of code.
The gap between what's possible and what most teams settle for has never been wider.
---
On a media day Aleksei delivers what would take a typical senior dev ~47 days. On peak days (Mar 18)Β that stretches to ~712 human/days in a single calendar day. Sustained over 10 days at 43.9x his ownΒ median, that's roughly 5.6 years of typical industry output compressed into a week and a half.
CCBox remote β coming soon.
Secure access to your coding sessions from anywhere.
CCBox remote terminal is on the way.
You'll be able to connect to your ccbox instance securely in two ways:
- direct connection: point-to-point TLS tunnel between your client and the ccbox server, ideal for local network or VPN setups.
- relay connection: connect through an authenticated relay server when direct access isn't possible (NAT, firewalls, mobile networks).
End-to-end encrypted: the relay sees nothing.
Once connected, the full ccbox experience is available remotely:
- Spawn agents on your project from any device.
- Plan and track tasks across sessions.
- Watch project traces: session timelines, token usage, skill spans in real time.
- Browse and resume sessions without SSH or port forwarding.
No exposed ports. No credentials in plaintext. Just a secure channel to your running ccbox instance.
Stay tuned.
#opensource
diskd-ai/skills β a collection of skills for coding agents.
When you work with AI agents every day, you build up experience: how to correctly call an API, structure code reviews, and avoid repeating mistakes. We've packaged this into open-source skills that can be installed with a single command.
Compatibility: Claude Code, Cursor, Cline, Copilot, Codex, Windsurf, Gemini, and over 10 other agents through https://t.co/4FQhwIT8XV.
To install any skill:
npx skills add diskd-ai/<repo> --skill <name> --global --yes
API Integrations β ready-made templates for working with providers:
- claude-api β Anthropic Messages API, tool use, vision, streaming, prompt caching, extended thinking
- openai-api β Chat Completions, function calling, DALL-E, Whisper, Assistants API, fine-tuning
- gemini-api β multimodal input (images, video, audio, PDF), thinking, structured outputs, Veo/Lyria
- groq-api β ultra-fast inference, Whisper, Llama Guard, tool use
- together-api β open-source models, FLUX, Stable Diffusion, Whisper, fine-tuning, reranking
- cerebras-api β fast inference, reasoning models with thinking tokens, structured outputs
- perplexity-api β Sonar models with real-time web search and citations, deep research
- nebius-api β Token Factory, OpenAI-compatible API, batches, fine-tuning, custom models
Development Tools:
- code-review β structured review with importance tags, file+line, verdict. Works with GitHub PRs (gh) and GitLab MRs (glab)
- design-doc β generation of TRD/RFC/ADR/specs upon request
- prompting β prompt engineering: few-shot, chain-of-thought, role prompting, structured outputs
- redmine-cli β manage Redmine tasks from an agent: create, edit, comment, link
- tilt-config β Tiltfile, docker_build, live_update, k8s_resource, Helm/Compose workflow
- assemblyai-cli β transcribe audio/video to text/srt/vtt with speaker diarization
Other:
- clarify β decompose and clarify tasks from the tracker (uses redmine-cli, design-doc) before starting work on the task
- human-interface-guidelines-1992 β audit desktop UIs according to classic Apple 1992 guidelines (menus, dialogs, Balloon Help, accessibility)
---
ccbox + ccbox-insights β a separate story
ccbox is a TUI for viewing coding agent sessions (Claude, Codex, Gemini, OpenCode). It shows projects, timelines, and tool call histories.
ccbox-insights, however, is the real reason this was created, but it evolved beyond that.
Did you know that when developing with agents, up to 30% of time can be wasted on unnecessary work? An agent tries a path, makes mistakes, tries again, and the user corrects it β and the cycle repeats.
ccbox-insights analyzes unsuccessful sessions and extracts lessons:
- Finds recurring error patterns (invalid arguments, missing files, rejected actions, timeouts)
- Classifies failures into a taxonomy of 12 categories (invalid_input, path_not_found, permission_denied, wrong_tool_scope...)
- Evaluates the session's outcome and user satisfaction signals
- Generates ready-to-insert instructions for https://t.co/KaQI9ZZ310 (project-level) and global agent settings
In essence, it's a post-mortem for AI agents. Run it at the end of the workday to get specific rules to insert into the configuration β and the agent wonβt repeat yesterday's mistakes tomorrow.
---
Installation:
npx skills add diskd-ai/ccbox --skill ccbox-insights --global --yes
GitHub: https://t.co/RPbu8CPqEs
Catalog of all skills: https://t.co/MzbIBGn7ge
200+ installations, 16 skills, all MIT.
Did you know that when developing with agents, you can waste up to 30% of your time on unnecessary work?
Want to significantly increase the success rate and speed of agents? Simply remove incorrect steps to ensure that actions consistently hit the target.
Install the skill code-insights:
npx skills add diskd-ai/ccbox --skill ccbox-insights --global --yes
This tool analyzes unsuccessful project calls and suggests improvements in agent instructions, helping you save considerable time and resources.
https://t.co/pVq8qMztYG
The core idea of the ccbox project is to build an OpenClaw-like system for managing coding agents, specifically focused on software development workflows.
ccbox is a Rust TUI "box" for managing coding-agent sessions (Codex + Claude / comming soon): browse local session logs now, and later reconstruct exactly what the agent did (files, tools, tokens).
https://t.co/pVq8qMztYG
Roadmap:
- Manage spawned sessions (processes) and their lifecycle.
- Manage a tasks queue and assign tasks to an engine (Codex/Claude/etc).
- Support multi-session workflows (handoffs, context carry, session grouping).
- Manage Ralph loops.
- Loops planning and task decomposition routines.
- Remote control via channels: Telegram, WhatsApp, Signal, E-mail
Agent Skill for AssemblyAI that transcribes audio and video. Supports local files and automatically pulls content from YouTube using yt-dlp.
Designed to integrate with agents: Codex, Claude, Pi, OpenClaw).
https://t.co/vn0NBkAqZM