skillhub β The Skill Composer for AI Agents
There are 50+ tools to install AI agent skills. There is exactly one that merges them.
Compose skills from 13 ecosystems β Anthropic, OpenAI, GitHub Copilot, Microsoft, Google, Vercel, and 8 more β into one unified expert skill with AI-powered conflict resolution.
pip install skillhub-ai
# Merge skills from 3 different companies into one expert
skillhub compose anthropic:claude-api openai:aspnet-core google:agent-platform-deploy -o cloud-expert
# AI-powered merge β Claude resolves section conflicts intelligently
skillhub compose python-patterns security-review -o secure-python --strategy aiSupported ecosystems: anthropic: Β· openai: Β· copilot: Β· microsoft: Β· google: Β· skills.sh: Β· agency-agents: Β· addyosmani: Β· scientific: Β· antigravity: Β· gamedev: Β· tech-leads: Β· github:
Fragile Safety: Automated Circuit Discovery is Vulnerable to Dormant Feature Bundling Chandrashekar DP β Zenodo Preprint, June 2026 Β· arXiv submission pending
Automated circuit discovery tools used for AI safety verification are structurally vulnerable to adversarial inputs. A linear probe achieving 97.5% accuracy on clean data fails completely on adversarial inputs (0% detection rate). The adversarial distribution is geometrically inseparable from clean positives at the anchor token (cosine similarity 0.989). Reproduced on Pythia-410m using TransformerLens. Practical mitigation: context-aware probing at the last sequence token achieves 100% adversarial detection with clean accuracy preserved.
π Preprint β Zenodo Β· π» Code
| Project | What it is | Status |
|---|---|---|
| skillhub | Skill composer for AI agents β merge skills from 13 ecosystems | β Live on PyPI |
| TransformerLens | Contributing test coverage for Google DeepMind's mech-interp library (3,500+ β) β 4 PRs merged | β Ongoing |
| enterprise-rag-patterns | Production RAG architectures from the GenAI in Production newsletter β RCA agent (80% triage reduction), RAG eval at scale | β Active |
| ComplianceShield | AI compliance assistant β PII detection, session audit logging, HITL review, multi-LLM | π¨ Building |
| nanoGPT β micrograd β minbpe | Working through Karpathy's series β transformers from raw math, not API calls | π Ongoing |
The LLM observability gap β LLMs are in production everywhere. Engineers have nothing equivalent to what researchers have in TransformerLens. No production-grade "Sentry for model reasoning." This is the problem I keep returning to.
Evaluation is harder than training β Writing the RAG evaluation framework made this concrete. Measuring whether an LLM is correct is a deeper problem than making it correct. Most teams skip it. The ones who don't, ship reliable AI.
Interpretability as infrastructure β The people who build the measurement tools shape what the whole field builds next. Open-source research infrastructure is underrated leverage.
| Book | Why | |
|---|---|---|
| π§ | Concrete Problems in AI Safety β Amodei et al. | Foundation for safety research |
| π | Attention Is All You Need β Vaswani et al. | Primary source, always worth re-reading |
| ποΈ | Designing Machine Learning Systems β Chip Huyen | Production ML thinking |
| π§© | Thinking, Fast and Slow β Kahneman | Applies directly to how humans evaluate AI outputs |


