Skip to content
View BladeDancer743's full-sized avatar

Block or report BladeDancer743

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BladeDancer743/README.md

BladeDancer743 — tools for agents that need to see and understand

I build open-source tools that make complex systems easier for AI agents—and humans—to inspect.

My current work operates at two scales: software architecture and technical knowledge.

中文简介

我在构建让 AI Agent 与人类都能看清复杂系统的开源工具:Archiscope 把代码库转化为可校验、可缩放的架构视图,Interlinear 则用行间中文注释、 几何直觉与自适应解释降低技术论文的阅读门槛。共同目标是把隐藏结构变成 可检查、可纠正、可复用的知识。

Selected work

Project What it makes visible Proof
Archiscope The part of a codebase an agent needs right now 16 terminal-native views · 25 validation rules · Mermaid from one YAML source
Interlinear The terminology hiding inside a technical paper Reader-adaptive Chinese annotations · geometric intuition · portable agent skill

Working thesis

AI agents rarely fail because they cannot generate another page of text. They fail because the important structure is invisible:

  • dependencies are buried in a repository;
  • assumptions are buried in a paper;
  • confidence is buried in prose;
  • the user cannot inspect what the agent thinks matters.

I am building small, inspectable tools that expose that structure.

codebase ──→ architecture map ──→ focused decision
paper    ──→ interlinear notes ──→ continuous understanding

Current focus

  • Architecture intelligence for coding agents
  • Portable skills across Codex, Claude Code, and OpenCode
  • Human-readable validation instead of opaque agent memory
  • Better geometric explanations for technical concepts

Building with

Python · Markdown · YAML · Mermaid · GitHub Actions · Agent Skills

Principles

  1. Proof over claims. If a metric cannot be derived from the repository, do not advertise it.
  2. One source of truth. Views and explanations should trace back to inspectable data.
  3. Clarity over decoration. A repository should explain itself in under a minute.
  4. Human override. The user must be able to inspect, correct, and steer the agent.

Explore the repositories · Archiscope issues · Interlinear issues

Popular repositories Loading

  1. archiscope archiscope Public

    Architecture zoom lens for AI coding agents — focused Mermaid diagrams, 16 terminal-native views, and YAML validation from one source of truth.

    Python 3

  2. Interlinear Interlinear Public

    Agent skill for reading technical papers with inline Chinese annotations, reader-adaptive explanations, and geometric intuition.

    Python 2

  3. awesome-claude-skills awesome-claude-skills Public

    Forked from travisvn/awesome-claude-skills

    A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code

  4. awesome-agent-skills awesome-agent-skills Public

    Forked from VoltAgent/awesome-agent-skills

    A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.

  5. BladeDancer743 BladeDancer743 Public

    GitHub profile — building inspectable tools for AI agents.

    Python