Skip to content
View sscodeai's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report sscodeai

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.

Content in all repositories owned by your account will be closed.
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
sscodeai/README.md

I build AI that must survive production: affordable, trustworthy, accountable. My work is organized around one belief — AI entering enterprise production has to pass three gates at once, and I build a system for each gate.


🔐 Safe — distrust the input, distrust the keys

  • aiitg — AI Input Trust Gateway: hidden-content auditor for documents fed to LLMs and agents (zero-width chars, white text, hidden sheets). 102 tests.
  • keysmith — Go MCP server + CLI for agent-safe secrets: age-encrypted, masked views, self-healing rotation. Plaintext never enters agent context.

💰 Frugal — every token spent where it counts

  • fusion-cache — LLM API caching middleware: exact-match → semantic → upstream prefix-cache. 91 tests, up to 97% cost cut.
  • dsh-llm-cache — LLM response cache merged upstream into DeepSeek Harness (@deepseek-ai/dsh-llm-cache).

✅ Verified — agents propose, humans decide

  • takumi — model-agnostic platform for verifiable agentic software delivery: Manager / Executor / Auditor, verify-fail → repair → re-verify. 87/87 tests; 23-task eval 96% first-pass → 100% final.
  • proctor — agent eval: score, audit and explain agent trajectories, with metrics and causal failure attribution.
  • decision-workbench — expand the decision space before you decide: multi-model committee + human final call. Hidden-gold eval: 26% → 78% → 100% (12/12).
  • decision-space-expansion — the methodology behind decision-workbench, as a portable Agent Skill (EN/JA). Works with Claude Code, Cursor, Codex and Gemini CLI.

🌏 Japanese-market work

  • agency-agents-ja — 404 production-ready AI agents for Japanese dev teams (125 Japan-original), for Claude Code / Cursor / Copilot.
  • skills-ja-JP · superpowers-ja — Japanese localizations of engineering skill packs for AI coding agents.

www.sscodeai.com — portfolio: story, résumé, project deep-dives
sscodeai.com — product docs, tutorials & Japanese-market agent toolkits

Pinned Loading

  1. agency-agents-ja agency-agents-ja Public

    404体の即戦力AI専門エージェント集 — Claude Code / Cursor / Copilot 等に対応。日本市場向けオリジナル125体(SIer・受託開発・SaaS・製造DX・公共分野)。agency-agentsの日本語コミュニティ版

    Shell 6

  2. takumi takumi Public

    Model-agnostic platform for verifiable agentic software delivery: workflows, traceability, evidence-native testing, agent evals, and verify-before-done loops.

    TypeScript

  3. keysmith keysmith Public

    The keysmith for AI agents: Go MCP server + CLI for agent-safe secrets with age encryption, masked views, handle passing, self-healing rotation, and Vault short-TTL credentials.

    Go

  4. aiitg aiitg Public

    AI Input Trust Gateway — hidden content auditor for documents fed to LLMs/Agents

    Python

  5. ai-skill-maker ai-skill-maker Public

    AI Skill Maker is a meta-skill for creating and refreshing reusable AI skills and assistant instruction bundles across platforms.

    JavaScript 1

  6. proctor proctor Public

    Agent Eval tool: score, audit & explain agent trajectories — metrics + causal failure attribution in pure Go.

    Go