revanth1108

↗ HN profile [ 24.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Skill Atlas is a standalone, serverless IDE designed specifically to solve this problem. It parses your entire skill repository and automatically constructs a visual Directed Acyclic Graph (DAG). By treating your…

  2. TLDR: Documentation like READMEs and ARCHITECTURE.md files are passive and easily ignored, leading to repetitive PR reviews and technical debt. I built Agentic Gatekeeper to turn these Markdown docs into active,…

  3. Hey HN, I built Agentic Gatekeeper, a headless pre-commit hook baked into the VS Code Source Control panel that autonomously patches code before you commit it. The Problem: Whether I'm writing code manually or letting…

  4. Hey guys, I built devin-cli to use Devin (the AI Engineer) as a composable subprocess. It lets you chain agents (e.g. Claude -> Devin) and script workflows without leaving your terminal. Example: devin create-session…