sevenlayer
Zero-knowledge proof education, math explanations, and knowledge graphs
All Skills in This Repository (3)
Pure Emerald Level Indicatorsmath-explainer
Generate step-by-step mathematical explanations with SageMath calculations and Manim visualizations.
llm-wiki
Automate creation and maintenance of Markdown knowledge wikis in git repositories.
graphify
Convert diverse inputs into a knowledge graph with Python.
Frequently Asked Questions
FAQPage SchemaHow to install sevenlayer?โผ
Run `npx skills add CharlesHoskinson/sevenlayer --all -g -y` in your terminal to install all skills in this collection globally.
What is the Proving Nothing book about?โผ
It is a complete guide to zero-knowledge proof systems that walks through seven layers of the ZK stack, from trusted setup to on-chain verification, in plain language.
How does the math-explainer skill work?โผ
It turns a request like 'explain Pedersen commitments' into book-ready material with dependency checks, Sage-generated figures, fact verification, and comprehension exercises.
How to turn research papers into a knowledge graph?โผ
The graphify skill scans any folder of papers, code, or notes and produces an interactive knowledge graph with community detection and an honest audit trail of every connection.
Can I build a personal research wiki with citations?โผ
Yes. The llm-wiki skill ingests sources into an Obsidian-compatible markdown wiki where every claim carries a provenance marker and contradictions are flagged, not overwritten.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides