Initial release: shimo4228 research program hub federation graph mirror (graph.jsonld + graph.jsonl)
Browse files- README.md +121 -0
- graph.jsonl +31 -0
- graph.jsonld +332 -0
README.md
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- ja
|
| 6 |
+
tags:
|
| 7 |
+
- research-program
|
| 8 |
+
- sibling-projects
|
| 9 |
+
- federation
|
| 10 |
+
- knowledge-graph
|
| 11 |
+
- linked-data
|
| 12 |
+
- json-ld
|
| 13 |
+
- ai-agent
|
| 14 |
+
- ai-research
|
| 15 |
+
- ai-architecture
|
| 16 |
+
- agent-knowledge-cycle
|
| 17 |
+
- contemplative-ai
|
| 18 |
+
- agent-accountability
|
| 19 |
+
- ecosystem-index
|
| 20 |
+
pretty_name: shimo4228 Research Program Hub — Knowledge Graph
|
| 21 |
+
size_categories:
|
| 22 |
+
- n<1K
|
| 23 |
+
configs:
|
| 24 |
+
- config_name: default
|
| 25 |
+
data_files:
|
| 26 |
+
- split: train
|
| 27 |
+
path: graph.jsonl
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
# shimo4228 Research Program Hub — Knowledge Graph
|
| 31 |
+
|
| 32 |
+
JSON-LD **federation index** linking the three sibling research lines of the shimo4228 research program — Agent Knowledge Cycle (AKC), Contemplative Agent, and Agent Attribution Practice (AAP) — together with their ecosystem repositories.
|
| 33 |
+
|
| 34 |
+
## What this dataset is
|
| 35 |
+
|
| 36 |
+
This dataset is a **mirror** of the `graph.jsonld` file at the root of the shimo4228 hub GitHub repository (`shimo4228/shimo4228` — GitHub's user-profile repo, repurposed as a research program hub). It is provided here as the **federation entry point** for crawlers and LLM training pipelines: from this graph, every sibling line and ecosystem repo can be discovered via `siblingOf`, `derivesFrom`, and `mainEntity` edges.
|
| 37 |
+
|
| 38 |
+
Why the dataset name `research-program-hub` rather than `shimo4228` (the GitHub repo name): on Hugging Face, content is read primarily by its name, not by an account context. `research-program-hub` makes the dataset's role (federation index for a research program) legible at first glance, while the GitHub origin remains in the canonical-source link below.
|
| 39 |
+
|
| 40 |
+
- **Primary canonical source**: <https://github.com/shimo4228/shimo4228>
|
| 41 |
+
- **Sibling lines** (cited via DOI in the graph):
|
| 42 |
+
- Agent Knowledge Cycle (AKC): [10.5281/zenodo.19200726](https://doi.org/10.5281/zenodo.19200726)
|
| 43 |
+
- Contemplative Agent: [10.5281/zenodo.19212118](https://doi.org/10.5281/zenodo.19212118)
|
| 44 |
+
- Agent Attribution Practice (AAP): [10.5281/zenodo.19652013](https://doi.org/10.5281/zenodo.19652013)
|
| 45 |
+
- **License**: CC BY 4.0
|
| 46 |
+
- **Hub-itself DOI**: none. The hub is a federation index; the citable artifacts are the three sibling DOIs above. Cite the relevant sibling rather than the hub.
|
| 47 |
+
|
| 48 |
+
## Files
|
| 49 |
+
|
| 50 |
+
| File | Purpose |
|
| 51 |
+
|---|---|
|
| 52 |
+
| `graph.jsonld` | Canonical JSON-LD form (hand-curated). Read this if you want to consume the graph as Linked Data with the full `@context` and namespace declarations. |
|
| 53 |
+
| `graph.jsonl` | Row-wise flattened version of the `@graph` array (31 nodes, one per line). Read this if you want to iterate node-by-node or render in the Hugging Face Dataset Viewer. |
|
| 54 |
+
|
| 55 |
+
The two files contain identical data. `graph.jsonl` is generated mechanically from `graph.jsonld` via:
|
| 56 |
+
|
| 57 |
+
```bash
|
| 58 |
+
jq -c '.["@graph"][]' graph.jsonld > graph.jsonl
|
| 59 |
+
```
|
| 60 |
+
|
| 61 |
+
## What the graph encodes
|
| 62 |
+
|
| 63 |
+
A federation index across three sibling research lines and their ecosystem repos:
|
| 64 |
+
|
| 65 |
+
- **Three sibling research lines**: Agent Knowledge Cycle (mechanism), Contemplative Agent (reference implementation), Agent Attribution Practice (content / accountability). Each is encoded with DOI, sibling links, and a one-paragraph description.
|
| 66 |
+
- **Ecosystem repositories**: `contemplative-agent-rules` (four-axiom values layer), `contemplative-moltbook` (working repo), and `agent-knowledge-cycle` ADR notebook. Each links back to its parent sibling via `derivesFrom` or `siblingOf`.
|
| 67 |
+
- **Sibling-not-dependency relationships at the schema level**: the graph schema deliberately has **no** `dependsOn` edge type. Sibling research lines are independent enough that none `depends on` another; they `sibling` each other. Any reader assuming a dependency tree across the three lines is reading wrong.
|
| 68 |
+
- **Concept anchors**: shared concepts referenced across sibling lines (six-phase loop, three-layer structure, scaffold dissolution, etc.) are encoded as concept nodes that any sibling can `definesConcept` independently.
|
| 69 |
+
|
| 70 |
+
## Why JSON-LD
|
| 71 |
+
|
| 72 |
+
Each node carries a stable URI in the `https://shimo4228.github.io/shimo4228/vocab#...` namespace, hosted from the same hub repo as a GitHub Pages vocabulary. This makes the hub URI namespace the global identifier authority for the research program's concepts. The graph is designed to be consumed by:
|
| 73 |
+
|
| 74 |
+
- LLM citation infrastructure (training pipelines that want one entry point and can hop to siblings)
|
| 75 |
+
- Knowledge-graph crawlers that prefer Linked Data federation patterns over per-repo silos
|
| 76 |
+
- Tools that render the sibling-line federation as a navigable concept map
|
| 77 |
+
|
| 78 |
+
## Why a "hub" at all
|
| 79 |
+
|
| 80 |
+
Each sibling line (AKC, Contemplative Agent, AAP) is independently DOI-versioned and citable. The hub does not duplicate that content; it provides a **machine-readable navigation index** so that an LLM, after picking up any one sibling, can discover the other two without keyword search. Two siblings might end up consumed in isolation; the hub closes the loop.
|
| 81 |
+
|
| 82 |
+
The federation pattern is the same as the role `schema.org` plays for the open web, or `SKOS` plays for thesauri: a hub vocabulary that other vocabularies declare alignment with.
|
| 83 |
+
|
| 84 |
+
## Sibling datasets (on Hugging Face)
|
| 85 |
+
|
| 86 |
+
| Sibling | Hugging Face dataset | Role |
|
| 87 |
+
|---|---|---|
|
| 88 |
+
| Agent Knowledge Cycle | [Shimo4228/agent-knowledge-cycle](https://huggingface.co/datasets/Shimo4228/agent-knowledge-cycle) | Mechanism — six-phase bidirectional growth loop |
|
| 89 |
+
| Contemplative Agent | [Shimo4228/contemplative-agent](https://huggingface.co/datasets/Shimo4228/contemplative-agent) | Reference implementation — four axioms + memory dynamics |
|
| 90 |
+
| Agent Attribution Practice (AAP) | [Shimo4228/agent-attribution-practice](https://huggingface.co/datasets/Shimo4228/agent-attribution-practice) | Content — ADRs + Business AI Quadrants on accountability distribution |
|
| 91 |
+
|
| 92 |
+
## Citation
|
| 93 |
+
|
| 94 |
+
The hub itself is not a citable artifact. Cite the relevant sibling line(s) instead:
|
| 95 |
+
|
| 96 |
+
```bibtex
|
| 97 |
+
@software{shimomoto_akc_2026,
|
| 98 |
+
author = {Shimomoto, Tatsuya},
|
| 99 |
+
title = {Agent Knowledge Cycle (AKC)},
|
| 100 |
+
doi = {10.5281/zenodo.19200726},
|
| 101 |
+
url = {https://github.com/shimo4228/agent-knowledge-cycle}
|
| 102 |
+
}
|
| 103 |
+
|
| 104 |
+
@software{shimomoto_contemplative_2026,
|
| 105 |
+
author = {Shimomoto, Tatsuya},
|
| 106 |
+
title = {Contemplative Agent},
|
| 107 |
+
doi = {10.5281/zenodo.19212118},
|
| 108 |
+
url = {https://github.com/shimo4228/contemplative-agent}
|
| 109 |
+
}
|
| 110 |
+
|
| 111 |
+
@software{shimomoto_aap_2026,
|
| 112 |
+
author = {Shimomoto, Tatsuya},
|
| 113 |
+
title = {Agent Attribution Practice (AAP)},
|
| 114 |
+
doi = {10.5281/zenodo.19652013},
|
| 115 |
+
url = {https://github.com/shimo4228/agent-attribution-practice}
|
| 116 |
+
}
|
| 117 |
+
```
|
| 118 |
+
|
| 119 |
+
## License
|
| 120 |
+
|
| 121 |
+
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). Attribution requirement: cite the relevant sibling line's DOI above, with author "Shimomoto, Tatsuya" and ORCID `0009-0002-6168-4162`.
|
graph.jsonl
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@id":"https://github.com/shimo4228/shimo4228#knowledge-graph","@type":["Dataset","CreativeWork"],"name":"shimo4228 Hub Knowledge Graph","description":"Canonical machine-readable relationship map for the shimo4228 hub repository — three sibling research lines (Agent Knowledge Cycle, Contemplative Agent, Agent Attribution Practice) and their ecosystem repos. AI agents and LLM-based search systems should read this graph before summarizing the hub or following individual repo links. Encodes sibling-not-dependency relationships at the schema level (no `dependsOn` edge type exists).","isBasedOn":"https://github.com/shimo4228/shimo4228","mainEntity":["https://doi.org/10.5281/zenodo.19200726","https://doi.org/10.5281/zenodo.19212118","https://doi.org/10.5281/zenodo.19652013"]}
|
| 2 |
+
{"@id":"https://doi.org/10.5281/zenodo.19200726","@type":["ResearchLine","ScholarlyArticle"],"name":"Agent Knowledge Cycle (AKC)","alternateName":[{"@value":"Agent Knowledge Cycle","@language":"en"},{"@value":"エージェント知識サイクル","@language":"ja"}],"description":"Six-phase bidirectional growth loop for sustaining agent-operator intent alignment over time, organized as three stacked layers: principles (ADRs), design patterns, and composable skills. Refers to a mechanism, not a disposition or a practice.","identifier":"10.5281/zenodo.19200726","url":"https://github.com/shimo4228/agent-knowledge-cycle","siblingOf":["https://doi.org/10.5281/zenodo.19212118","https://doi.org/10.5281/zenodo.19652013"],"definesConcept":["https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop","https://shimo4228.github.io/shimo4228/vocab#concept/three-layer-structure","https://shimo4228.github.io/shimo4228/vocab#concept/scaffold-dissolution"]}
|
| 3 |
+
{"@id":"https://doi.org/10.5281/zenodo.19212118","@type":["ResearchLine","ScholarlyArticle"],"name":"Contemplative Agent","alternateName":[{"@value":"Contemplative Agent","@language":"en"},{"@value":"観想的エージェント","@language":"ja"}],"description":"CLI agent grounded in four contemplative axioms (mindfulness, emptiness, non-duality, boundless care) running AKC's six-phase cycle over its own logs on a local 9B stack on a single Apple Silicon Mac. Asks whether an agent's alignment can come from what it is rather than what it is told. Refers to a disposition.","identifier":"10.5281/zenodo.19212118","url":"https://github.com/shimo4228/contemplative-agent","siblingOf":["https://doi.org/10.5281/zenodo.19200726","https://doi.org/10.5281/zenodo.19652013"],"definesConcept":["https://shimo4228.github.io/shimo4228/vocab#concept/four-contemplative-axioms","https://shimo4228.github.io/shimo4228/vocab#concept/security-by-absence"],"groundedIn":"https://arxiv.org/abs/2504.15125"}
|
| 4 |
+
{"@id":"https://doi.org/10.5281/zenodo.19652013","@type":["ResearchLine","ScholarlyArticle"],"name":"Agent Attribution Practice (AAP)","alternateName":[{"@value":"Agent Attribution Practice","@language":"en"},{"@value":"エージェント帰責実践","@language":"ja"}],"description":"Harness-neutral ADRs on accountability distribution in autonomous AI agents, paired with four Business AI Quadrants as the diagnostic frame for routing a piece of work to the architecture that preserves attribution. Judgments were extracted from contemplative-agent's operational practice and re-expressed stripped of project identifiers. Refers to a practice.","identifier":"10.5281/zenodo.19652013","url":"https://github.com/shimo4228/agent-attribution-practice","siblingOf":["https://doi.org/10.5281/zenodo.19200726","https://doi.org/10.5281/zenodo.19212118"],"derivesFrom":"https://doi.org/10.5281/zenodo.19212118","definesConcept":["https://shimo4228.github.io/shimo4228/vocab#concept/four-business-ai-quadrants","https://shimo4228.github.io/shimo4228/vocab#concept/prohibition-strength-hierarchy"]}
|
| 5 |
+
{"@id":"https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop","@type":["Concept","DefinedTerm"],"name":"six-phase loop","alternateName":[{"@value":"six-phase loop","@language":"en"},{"@value":"六相ループ","@language":"ja"}],"description":"Bidirectional growth loop running Research, Extract, Curate, Promote, Measure, Maintain. Each phase binds to one composable skill. The cycle stays stable even as individual skills evolve."}
|
| 6 |
+
{"@id":"https://shimo4228.github.io/shimo4228/vocab#concept/three-layer-structure","@type":["Concept","DefinedTerm"],"name":"three-layer structure","alternateName":[{"@value":"three-layer structure","@language":"en"},{"@value":"三層構造","@language":"ja"}],"description":"AKC's stacked architecture: principles (ADRs), patterns (design-pattern skills), implementation (composable skills). Separating layers decouples rate of change so principles stay stable while implementations evolve independently."}
|
| 7 |
+
{"@id":"https://shimo4228.github.io/shimo4228/vocab#concept/scaffold-dissolution","@type":["Concept","DefinedTerm"],"name":"scaffold dissolution","alternateName":[{"@value":"scaffold dissolution","@language":"en"},{"@value":"足場の溶解","@language":"ja"}],"description":"Property that explicit AKC skills can be dropped once the cycle has been internalized. The skills are scaffolding, not the goal. Dissolution is the intended end state, not a fallback."}
|
| 8 |
+
{"@id":"https://shimo4228.github.io/shimo4228/vocab#concept/four-contemplative-axioms","@type":["Concept","DefinedTerm"],"name":"four contemplative axioms","alternateName":[{"@value":"four contemplative axioms","@language":"en"},{"@value":"四公理","@language":"ja"}],"description":"Mindfulness, emptiness, non-duality, boundless care. Behavioral preset adopted from Laukkonen et al. (2025) that shifts alignment from external instruction toward internal disposition."}
|
| 9 |
+
{"@id":"https://shimo4228.github.io/shimo4228/vocab#concept/security-by-absence","@type":["Concept","DefinedTerm"],"name":"security-by-absence","alternateName":[{"@value":"security-by-absence","@language":"en"},{"@value":"不在による安全","@language":"ja"}],"description":"Security posture in which risky capabilities (shell execution, arbitrary URL access, filesystem traversal) are not restricted by rules because the corresponding code was never written. The attack surface is absent rather than guarded, avoiding rule-bypass vulnerabilities."}
|
| 10 |
+
{"@id":"https://shimo4228.github.io/shimo4228/vocab#concept/four-business-ai-quadrants","@type":["Concept","DefinedTerm"],"name":"Four Business AI Quadrants","alternateName":[{"@value":"Four Business AI Quadrants","@language":"en"},{"@value":"ビジネスAIの四象限","@language":"ja"}],"description":"AAP's diagnostic frame for routing work to the architecture that preserves attribution: Script, Algorithmic Search, LLM Workflow, Autonomous Agentic Loop."}
|
| 11 |
+
{"@id":"https://shimo4228.github.io/shimo4228/vocab#concept/prohibition-strength-hierarchy","@type":["Concept","DefinedTerm"],"name":"prohibition-strength hierarchy","alternateName":[{"@value":"prohibition-strength hierarchy","@language":"en"},{"@value":"禁止強度の階層","@language":"ja"}],"description":"AAP's ordering of prohibition mechanisms by structural strength: absence > scaffolding enforcement > untrusted boundary. The strongest prohibition is the one that requires no enforcement because the capability does not exist."}
|
| 12 |
+
{"@id":"https://github.com/shimo4228/claude-skill-search-first","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"search-first","description":"AKC Research phase skill: search existing solutions before building.","url":"https://github.com/shimo4228/claude-skill-search-first","extends":"https://doi.org/10.5281/zenodo.19200726","implements":"https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"}
|
| 13 |
+
{"@id":"https://github.com/shimo4228/claude-skill-learn-eval","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"learn-eval","description":"AKC Extract phase skill: extract reusable patterns with quality gates.","url":"https://github.com/shimo4228/claude-skill-learn-eval","extends":"https://doi.org/10.5281/zenodo.19200726","implements":"https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"}
|
| 14 |
+
{"@id":"https://github.com/shimo4228/claude-skill-stocktake","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"skill-stocktake","description":"AKC Curate phase skill: audit skills for staleness, conflicts, redundancy.","url":"https://github.com/shimo4228/claude-skill-stocktake","extends":"https://doi.org/10.5281/zenodo.19200726","implements":"https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"}
|
| 15 |
+
{"@id":"https://github.com/shimo4228/claude-skill-rules-distill","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"rules-distill","description":"AKC Promote phase skill: distill cross-cutting principles into rules.","url":"https://github.com/shimo4228/claude-skill-rules-distill","extends":"https://doi.org/10.5281/zenodo.19200726","implements":"https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"}
|
| 16 |
+
{"@id":"https://github.com/shimo4228/claude-skill-comply","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"skill-comply","description":"AKC Measure phase skill: test whether agents follow their skills and rules.","url":"https://github.com/shimo4228/claude-skill-comply","extends":"https://doi.org/10.5281/zenodo.19200726","implements":"https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"}
|
| 17 |
+
{"@id":"https://github.com/shimo4228/claude-skill-context-sync","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"context-sync","description":"AKC Maintain phase skill: audit docs for role overlaps and stale content.","url":"https://github.com/shimo4228/claude-skill-context-sync","extends":"https://doi.org/10.5281/zenodo.19200726","implements":"https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"}
|
| 18 |
+
{"@id":"https://github.com/shimo4228/contemplative-agent-rules","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"contemplative-agent-rules","description":"Drop-in Claude Code rules implementing the four contemplative axioms.","url":"https://github.com/shimo4228/contemplative-agent-rules","extends":"https://doi.org/10.5281/zenodo.19212118","implements":"https://shimo4228.github.io/shimo4228/vocab#concept/four-contemplative-axioms","evaluatedBy":["https://shimo4228.github.io/shimo4228/vocab#ref/ailuminate","https://shimo4228.github.io/shimo4228/vocab#ref/ipd"]}
|
| 19 |
+
{"@id":"https://github.com/shimo4228/contemplative-agent-cloud","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"contemplative-agent-cloud","description":"Optional managed-LLM backend that routes generation to Claude or OpenAI APIs while keeping the local embedding pipeline. Opt-in, not bundled.","url":"https://github.com/shimo4228/contemplative-agent-cloud","extends":"https://doi.org/10.5281/zenodo.19212118"}
|
| 20 |
+
{"@id":"https://github.com/shimo4228/contemplative-agent-data","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"contemplative-agent-data","description":"Live agent identity, knowledge, and episode logs as an auto-synced public dataset for research.","url":"https://github.com/shimo4228/contemplative-agent-data","extends":"https://doi.org/10.5281/zenodo.19212118"}
|
| 21 |
+
{"@id":"https://github.com/shimo4228/claude-harness","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"claude-harness","description":"Public artifact of shimo4228's daily-use Claude Code harness, mechanically collected from ~/.claude/ by the origin: shimo4228 frontmatter tag. ECC-derived components excluded.","url":"https://github.com/shimo4228/claude-harness","extends":"https://doi.org/10.5281/zenodo.19200726"}
|
| 22 |
+
{"@id":"https://github.com/shimo4228/zenn-content","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"zenn-content","description":"Source of truth for the long-form writing — Markdown sources, versioned. Browser views are mirrored on Zenn (Japanese) and Dev.to (English).","url":"https://github.com/shimo4228/zenn-content"}
|
| 23 |
+
{"@id":"https://github.com/shimo4228/claude-skill-llms-txt-writer","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"llms-txt-writer","description":"Writes AI-facing documents (llms.txt / llms-full.txt / FAQ / glossary) optimized for citation by ChatGPT, Perplexity, and Gemini. Combines the Answer.AI llms.txt standard with GEO-SFE 3-layer static analysis.","url":"https://github.com/shimo4228/claude-skill-llms-txt-writer"}
|
| 24 |
+
{"@id":"https://github.com/shimo4228/claude-skill-daily-research","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"daily-research","description":"Cron-driven daily research digest. Two-pass claude -p pipeline: Opus selects themes, Sonnet researches with WebSearch / WebFetch / Mem0 MCP and writes Markdown reports to an Obsidian vault.","url":"https://github.com/shimo4228/claude-skill-daily-research"}
|
| 25 |
+
{"@id":"https://github.com/shimo4228/claude-skill-jsonld-knowledge-graph","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"jsonld-knowledge-graph","description":"Designs and ships a companion JSON-LD knowledge graph (graph.jsonld) next to llms.txt for projects with stable concept-level structure. Encodes domain entities and relationships as schema.org triples for LLM citation.","url":"https://github.com/shimo4228/claude-skill-jsonld-knowledge-graph"}
|
| 26 |
+
{"@id":"https://github.com/shimo4228/claude-skill-writing-ecosystem","@type":["EcosystemRepo","SoftwareSourceCode"],"name":"writing-ecosystem","description":"Orchestrator for human-facing writing & review. Holds the AI-slop banned list (Japanese + English), Voice rules (だ/である × 発見調), title conventions, and the role-boundary map across article-writing, editor, essay-reviewer, fact-checker. Audience-paired with llms-txt-writer.","url":"https://github.com/shimo4228/claude-skill-writing-ecosystem"}
|
| 27 |
+
{"@id":"https://github.com/shimo4228/shimo4228#traffic-dataset","@type":["Dataset","CreativeWork"],"name":"shimo4228 GitHub Traffic Snapshots","description":"Daily append-only JSONL snapshots of the GitHub Traffic API for the public research repositories. Auto-generated companion dataset; observed data, not curated content.","license":"https://creativecommons.org/publicdomain/zero/1.0/","creator":"https://github.com/shimo4228","url":"https://shimo4228.github.io/shimo4228/traffic/dashboard/","isBasedOn":"https://github.com/shimo4228/shimo4228"}
|
| 28 |
+
{"@id":"https://arxiv.org/abs/2504.15125","@type":["ExternalReference","ScholarlyArticle"],"name":"Laukkonen et al. (2025). Contemplative Artificial Intelligence","identifier":"arXiv:2504.15125","url":"https://arxiv.org/abs/2504.15125","description":"Source of the four contemplative axioms (mindfulness, emptiness, non-duality, boundless care) grounding the Contemplative Agent line."}
|
| 29 |
+
{"@id":"https://shimo4228.github.io/shimo4228/vocab#ref/ailuminate","@type":["ExternalReference","CreativeWork"],"name":"MLCommons AILuminate safety benchmark (2024)","description":"Evaluation benchmark used by contemplative-agent-rules (Cohen's d = 0.96)."}
|
| 30 |
+
{"@id":"https://shimo4228.github.io/shimo4228/vocab#ref/ipd","@type":["ExternalReference","ScholarlyArticle"],"name":"Axelrod (1984). The Evolution of Cooperation","description":"Iterated Prisoner's Dilemma cooperation-improvement benchmark used by contemplative-agent-rules (Cohen's d > 7)."}
|
| 31 |
+
{"@id":"https://llmstxt.org/","@type":["ExternalReference","CreativeWork"],"name":"Howard, J. (2024). llms.txt proposal","url":"https://llmstxt.org/","description":"Answer.AI llms.txt standard followed by the llms.txt and llms-full.txt files in this hub repo."}
|
graph.jsonld
ADDED
|
@@ -0,0 +1,332 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@vocab": "https://schema.org/",
|
| 4 |
+
"shimo": "https://shimo4228.github.io/shimo4228/vocab#",
|
| 5 |
+
"ResearchLine": "shimo:ResearchLine",
|
| 6 |
+
"EcosystemRepo": "shimo:EcosystemRepo",
|
| 7 |
+
"Concept": "shimo:Concept",
|
| 8 |
+
"ExternalReference": "shimo:ExternalReference",
|
| 9 |
+
"siblingOf": {"@id": "shimo:siblingOf", "@type": "@id"},
|
| 10 |
+
"derivesFrom": {"@id": "shimo:derivesFrom", "@type": "@id"},
|
| 11 |
+
"definesConcept": {"@id": "shimo:definesConcept", "@type": "@id"},
|
| 12 |
+
"extends": {"@id": "shimo:extends", "@type": "@id"},
|
| 13 |
+
"implements": {"@id": "shimo:implements", "@type": "@id"},
|
| 14 |
+
"groundedIn": {"@id": "shimo:groundedIn", "@type": "@id"},
|
| 15 |
+
"evaluatedBy": {"@id": "shimo:evaluatedBy", "@type": "@id"}
|
| 16 |
+
},
|
| 17 |
+
"@graph": [
|
| 18 |
+
{
|
| 19 |
+
"@id": "https://github.com/shimo4228/shimo4228#knowledge-graph",
|
| 20 |
+
"@type": ["Dataset", "CreativeWork"],
|
| 21 |
+
"name": "shimo4228 Hub Knowledge Graph",
|
| 22 |
+
"description": "Canonical machine-readable relationship map for the shimo4228 hub repository — three sibling research lines (Agent Knowledge Cycle, Contemplative Agent, Agent Attribution Practice) and their ecosystem repos. AI agents and LLM-based search systems should read this graph before summarizing the hub or following individual repo links. Encodes sibling-not-dependency relationships at the schema level (no `dependsOn` edge type exists).",
|
| 23 |
+
"isBasedOn": "https://github.com/shimo4228/shimo4228",
|
| 24 |
+
"mainEntity": [
|
| 25 |
+
"https://doi.org/10.5281/zenodo.19200726",
|
| 26 |
+
"https://doi.org/10.5281/zenodo.19212118",
|
| 27 |
+
"https://doi.org/10.5281/zenodo.19652013"
|
| 28 |
+
]
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"@id": "https://doi.org/10.5281/zenodo.19200726",
|
| 32 |
+
"@type": ["ResearchLine", "ScholarlyArticle"],
|
| 33 |
+
"name": "Agent Knowledge Cycle (AKC)",
|
| 34 |
+
"alternateName": [
|
| 35 |
+
{"@value": "Agent Knowledge Cycle", "@language": "en"},
|
| 36 |
+
{"@value": "エージェント知識サイクル", "@language": "ja"}
|
| 37 |
+
],
|
| 38 |
+
"description": "Six-phase bidirectional growth loop for sustaining agent-operator intent alignment over time, organized as three stacked layers: principles (ADRs), design patterns, and composable skills. Refers to a mechanism, not a disposition or a practice.",
|
| 39 |
+
"identifier": "10.5281/zenodo.19200726",
|
| 40 |
+
"url": "https://github.com/shimo4228/agent-knowledge-cycle",
|
| 41 |
+
"siblingOf": [
|
| 42 |
+
"https://doi.org/10.5281/zenodo.19212118",
|
| 43 |
+
"https://doi.org/10.5281/zenodo.19652013"
|
| 44 |
+
],
|
| 45 |
+
"definesConcept": [
|
| 46 |
+
"https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop",
|
| 47 |
+
"https://shimo4228.github.io/shimo4228/vocab#concept/three-layer-structure",
|
| 48 |
+
"https://shimo4228.github.io/shimo4228/vocab#concept/scaffold-dissolution"
|
| 49 |
+
]
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"@id": "https://doi.org/10.5281/zenodo.19212118",
|
| 53 |
+
"@type": ["ResearchLine", "ScholarlyArticle"],
|
| 54 |
+
"name": "Contemplative Agent",
|
| 55 |
+
"alternateName": [
|
| 56 |
+
{"@value": "Contemplative Agent", "@language": "en"},
|
| 57 |
+
{"@value": "観想的エージェント", "@language": "ja"}
|
| 58 |
+
],
|
| 59 |
+
"description": "CLI agent grounded in four contemplative axioms (mindfulness, emptiness, non-duality, boundless care) running AKC's six-phase cycle over its own logs on a local 9B stack on a single Apple Silicon Mac. Asks whether an agent's alignment can come from what it is rather than what it is told. Refers to a disposition.",
|
| 60 |
+
"identifier": "10.5281/zenodo.19212118",
|
| 61 |
+
"url": "https://github.com/shimo4228/contemplative-agent",
|
| 62 |
+
"siblingOf": [
|
| 63 |
+
"https://doi.org/10.5281/zenodo.19200726",
|
| 64 |
+
"https://doi.org/10.5281/zenodo.19652013"
|
| 65 |
+
],
|
| 66 |
+
"definesConcept": [
|
| 67 |
+
"https://shimo4228.github.io/shimo4228/vocab#concept/four-contemplative-axioms",
|
| 68 |
+
"https://shimo4228.github.io/shimo4228/vocab#concept/security-by-absence"
|
| 69 |
+
],
|
| 70 |
+
"groundedIn": "https://arxiv.org/abs/2504.15125"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"@id": "https://doi.org/10.5281/zenodo.19652013",
|
| 74 |
+
"@type": ["ResearchLine", "ScholarlyArticle"],
|
| 75 |
+
"name": "Agent Attribution Practice (AAP)",
|
| 76 |
+
"alternateName": [
|
| 77 |
+
{"@value": "Agent Attribution Practice", "@language": "en"},
|
| 78 |
+
{"@value": "エージェント帰責実践", "@language": "ja"}
|
| 79 |
+
],
|
| 80 |
+
"description": "Harness-neutral ADRs on accountability distribution in autonomous AI agents, paired with four Business AI Quadrants as the diagnostic frame for routing a piece of work to the architecture that preserves attribution. Judgments were extracted from contemplative-agent's operational practice and re-expressed stripped of project identifiers. Refers to a practice.",
|
| 81 |
+
"identifier": "10.5281/zenodo.19652013",
|
| 82 |
+
"url": "https://github.com/shimo4228/agent-attribution-practice",
|
| 83 |
+
"siblingOf": [
|
| 84 |
+
"https://doi.org/10.5281/zenodo.19200726",
|
| 85 |
+
"https://doi.org/10.5281/zenodo.19212118"
|
| 86 |
+
],
|
| 87 |
+
"derivesFrom": "https://doi.org/10.5281/zenodo.19212118",
|
| 88 |
+
"definesConcept": [
|
| 89 |
+
"https://shimo4228.github.io/shimo4228/vocab#concept/four-business-ai-quadrants",
|
| 90 |
+
"https://shimo4228.github.io/shimo4228/vocab#concept/prohibition-strength-hierarchy"
|
| 91 |
+
]
|
| 92 |
+
},
|
| 93 |
+
|
| 94 |
+
{
|
| 95 |
+
"@id": "https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop",
|
| 96 |
+
"@type": ["Concept", "DefinedTerm"],
|
| 97 |
+
"name": "six-phase loop",
|
| 98 |
+
"alternateName": [
|
| 99 |
+
{"@value": "six-phase loop", "@language": "en"},
|
| 100 |
+
{"@value": "六相ループ", "@language": "ja"}
|
| 101 |
+
],
|
| 102 |
+
"description": "Bidirectional growth loop running Research, Extract, Curate, Promote, Measure, Maintain. Each phase binds to one composable skill. The cycle stays stable even as individual skills evolve."
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"@id": "https://shimo4228.github.io/shimo4228/vocab#concept/three-layer-structure",
|
| 106 |
+
"@type": ["Concept", "DefinedTerm"],
|
| 107 |
+
"name": "three-layer structure",
|
| 108 |
+
"alternateName": [
|
| 109 |
+
{"@value": "three-layer structure", "@language": "en"},
|
| 110 |
+
{"@value": "三層構造", "@language": "ja"}
|
| 111 |
+
],
|
| 112 |
+
"description": "AKC's stacked architecture: principles (ADRs), patterns (design-pattern skills), implementation (composable skills). Separating layers decouples rate of change so principles stay stable while implementations evolve independently."
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"@id": "https://shimo4228.github.io/shimo4228/vocab#concept/scaffold-dissolution",
|
| 116 |
+
"@type": ["Concept", "DefinedTerm"],
|
| 117 |
+
"name": "scaffold dissolution",
|
| 118 |
+
"alternateName": [
|
| 119 |
+
{"@value": "scaffold dissolution", "@language": "en"},
|
| 120 |
+
{"@value": "足場の溶解", "@language": "ja"}
|
| 121 |
+
],
|
| 122 |
+
"description": "Property that explicit AKC skills can be dropped once the cycle has been internalized. The skills are scaffolding, not the goal. Dissolution is the intended end state, not a fallback."
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"@id": "https://shimo4228.github.io/shimo4228/vocab#concept/four-contemplative-axioms",
|
| 126 |
+
"@type": ["Concept", "DefinedTerm"],
|
| 127 |
+
"name": "four contemplative axioms",
|
| 128 |
+
"alternateName": [
|
| 129 |
+
{"@value": "four contemplative axioms", "@language": "en"},
|
| 130 |
+
{"@value": "四公理", "@language": "ja"}
|
| 131 |
+
],
|
| 132 |
+
"description": "Mindfulness, emptiness, non-duality, boundless care. Behavioral preset adopted from Laukkonen et al. (2025) that shifts alignment from external instruction toward internal disposition."
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"@id": "https://shimo4228.github.io/shimo4228/vocab#concept/security-by-absence",
|
| 136 |
+
"@type": ["Concept", "DefinedTerm"],
|
| 137 |
+
"name": "security-by-absence",
|
| 138 |
+
"alternateName": [
|
| 139 |
+
{"@value": "security-by-absence", "@language": "en"},
|
| 140 |
+
{"@value": "不在による安全", "@language": "ja"}
|
| 141 |
+
],
|
| 142 |
+
"description": "Security posture in which risky capabilities (shell execution, arbitrary URL access, filesystem traversal) are not restricted by rules because the corresponding code was never written. The attack surface is absent rather than guarded, avoiding rule-bypass vulnerabilities."
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"@id": "https://shimo4228.github.io/shimo4228/vocab#concept/four-business-ai-quadrants",
|
| 146 |
+
"@type": ["Concept", "DefinedTerm"],
|
| 147 |
+
"name": "Four Business AI Quadrants",
|
| 148 |
+
"alternateName": [
|
| 149 |
+
{"@value": "Four Business AI Quadrants", "@language": "en"},
|
| 150 |
+
{"@value": "ビジネスAIの四象限", "@language": "ja"}
|
| 151 |
+
],
|
| 152 |
+
"description": "AAP's diagnostic frame for routing work to the architecture that preserves attribution: Script, Algorithmic Search, LLM Workflow, Autonomous Agentic Loop."
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"@id": "https://shimo4228.github.io/shimo4228/vocab#concept/prohibition-strength-hierarchy",
|
| 156 |
+
"@type": ["Concept", "DefinedTerm"],
|
| 157 |
+
"name": "prohibition-strength hierarchy",
|
| 158 |
+
"alternateName": [
|
| 159 |
+
{"@value": "prohibition-strength hierarchy", "@language": "en"},
|
| 160 |
+
{"@value": "禁止強度の階層", "@language": "ja"}
|
| 161 |
+
],
|
| 162 |
+
"description": "AAP's ordering of prohibition mechanisms by structural strength: absence > scaffolding enforcement > untrusted boundary. The strongest prohibition is the one that requires no enforcement because the capability does not exist."
|
| 163 |
+
},
|
| 164 |
+
|
| 165 |
+
{
|
| 166 |
+
"@id": "https://github.com/shimo4228/claude-skill-search-first",
|
| 167 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 168 |
+
"name": "search-first",
|
| 169 |
+
"description": "AKC Research phase skill: search existing solutions before building.",
|
| 170 |
+
"url": "https://github.com/shimo4228/claude-skill-search-first",
|
| 171 |
+
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 172 |
+
"implements": "https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"@id": "https://github.com/shimo4228/claude-skill-learn-eval",
|
| 176 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 177 |
+
"name": "learn-eval",
|
| 178 |
+
"description": "AKC Extract phase skill: extract reusable patterns with quality gates.",
|
| 179 |
+
"url": "https://github.com/shimo4228/claude-skill-learn-eval",
|
| 180 |
+
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 181 |
+
"implements": "https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"@id": "https://github.com/shimo4228/claude-skill-stocktake",
|
| 185 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 186 |
+
"name": "skill-stocktake",
|
| 187 |
+
"description": "AKC Curate phase skill: audit skills for staleness, conflicts, redundancy.",
|
| 188 |
+
"url": "https://github.com/shimo4228/claude-skill-stocktake",
|
| 189 |
+
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 190 |
+
"implements": "https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"@id": "https://github.com/shimo4228/claude-skill-rules-distill",
|
| 194 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 195 |
+
"name": "rules-distill",
|
| 196 |
+
"description": "AKC Promote phase skill: distill cross-cutting principles into rules.",
|
| 197 |
+
"url": "https://github.com/shimo4228/claude-skill-rules-distill",
|
| 198 |
+
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 199 |
+
"implements": "https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"@id": "https://github.com/shimo4228/claude-skill-comply",
|
| 203 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 204 |
+
"name": "skill-comply",
|
| 205 |
+
"description": "AKC Measure phase skill: test whether agents follow their skills and rules.",
|
| 206 |
+
"url": "https://github.com/shimo4228/claude-skill-comply",
|
| 207 |
+
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 208 |
+
"implements": "https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"@id": "https://github.com/shimo4228/claude-skill-context-sync",
|
| 212 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 213 |
+
"name": "context-sync",
|
| 214 |
+
"description": "AKC Maintain phase skill: audit docs for role overlaps and stale content.",
|
| 215 |
+
"url": "https://github.com/shimo4228/claude-skill-context-sync",
|
| 216 |
+
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 217 |
+
"implements": "https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop"
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"@id": "https://github.com/shimo4228/contemplative-agent-rules",
|
| 221 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 222 |
+
"name": "contemplative-agent-rules",
|
| 223 |
+
"description": "Drop-in Claude Code rules implementing the four contemplative axioms.",
|
| 224 |
+
"url": "https://github.com/shimo4228/contemplative-agent-rules",
|
| 225 |
+
"extends": "https://doi.org/10.5281/zenodo.19212118",
|
| 226 |
+
"implements": "https://shimo4228.github.io/shimo4228/vocab#concept/four-contemplative-axioms",
|
| 227 |
+
"evaluatedBy": [
|
| 228 |
+
"https://shimo4228.github.io/shimo4228/vocab#ref/ailuminate",
|
| 229 |
+
"https://shimo4228.github.io/shimo4228/vocab#ref/ipd"
|
| 230 |
+
]
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"@id": "https://github.com/shimo4228/contemplative-agent-cloud",
|
| 234 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 235 |
+
"name": "contemplative-agent-cloud",
|
| 236 |
+
"description": "Optional managed-LLM backend that routes generation to Claude or OpenAI APIs while keeping the local embedding pipeline. Opt-in, not bundled.",
|
| 237 |
+
"url": "https://github.com/shimo4228/contemplative-agent-cloud",
|
| 238 |
+
"extends": "https://doi.org/10.5281/zenodo.19212118"
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"@id": "https://github.com/shimo4228/contemplative-agent-data",
|
| 242 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 243 |
+
"name": "contemplative-agent-data",
|
| 244 |
+
"description": "Live agent identity, knowledge, and episode logs as an auto-synced public dataset for research.",
|
| 245 |
+
"url": "https://github.com/shimo4228/contemplative-agent-data",
|
| 246 |
+
"extends": "https://doi.org/10.5281/zenodo.19212118"
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"@id": "https://github.com/shimo4228/claude-harness",
|
| 250 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 251 |
+
"name": "claude-harness",
|
| 252 |
+
"description": "Public artifact of shimo4228's daily-use Claude Code harness, mechanically collected from ~/.claude/ by the origin: shimo4228 frontmatter tag. ECC-derived components excluded.",
|
| 253 |
+
"url": "https://github.com/shimo4228/claude-harness",
|
| 254 |
+
"extends": "https://doi.org/10.5281/zenodo.19200726"
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"@id": "https://github.com/shimo4228/zenn-content",
|
| 258 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 259 |
+
"name": "zenn-content",
|
| 260 |
+
"description": "Source of truth for the long-form writing — Markdown sources, versioned. Browser views are mirrored on Zenn (Japanese) and Dev.to (English).",
|
| 261 |
+
"url": "https://github.com/shimo4228/zenn-content"
|
| 262 |
+
},
|
| 263 |
+
|
| 264 |
+
{
|
| 265 |
+
"@id": "https://github.com/shimo4228/claude-skill-llms-txt-writer",
|
| 266 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 267 |
+
"name": "llms-txt-writer",
|
| 268 |
+
"description": "Writes AI-facing documents (llms.txt / llms-full.txt / FAQ / glossary) optimized for citation by ChatGPT, Perplexity, and Gemini. Combines the Answer.AI llms.txt standard with GEO-SFE 3-layer static analysis.",
|
| 269 |
+
"url": "https://github.com/shimo4228/claude-skill-llms-txt-writer"
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"@id": "https://github.com/shimo4228/claude-skill-daily-research",
|
| 273 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 274 |
+
"name": "daily-research",
|
| 275 |
+
"description": "Cron-driven daily research digest. Two-pass claude -p pipeline: Opus selects themes, Sonnet researches with WebSearch / WebFetch / Mem0 MCP and writes Markdown reports to an Obsidian vault.",
|
| 276 |
+
"url": "https://github.com/shimo4228/claude-skill-daily-research"
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"@id": "https://github.com/shimo4228/claude-skill-jsonld-knowledge-graph",
|
| 280 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 281 |
+
"name": "jsonld-knowledge-graph",
|
| 282 |
+
"description": "Designs and ships a companion JSON-LD knowledge graph (graph.jsonld) next to llms.txt for projects with stable concept-level structure. Encodes domain entities and relationships as schema.org triples for LLM citation.",
|
| 283 |
+
"url": "https://github.com/shimo4228/claude-skill-jsonld-knowledge-graph"
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"@id": "https://github.com/shimo4228/claude-skill-writing-ecosystem",
|
| 287 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 288 |
+
"name": "writing-ecosystem",
|
| 289 |
+
"description": "Orchestrator for human-facing writing & review. Holds the AI-slop banned list (Japanese + English), Voice rules (だ/である × 発見調), title conventions, and the role-boundary map across article-writing, editor, essay-reviewer, fact-checker. Audience-paired with llms-txt-writer.",
|
| 290 |
+
"url": "https://github.com/shimo4228/claude-skill-writing-ecosystem"
|
| 291 |
+
},
|
| 292 |
+
|
| 293 |
+
{
|
| 294 |
+
"@id": "https://github.com/shimo4228/shimo4228#traffic-dataset",
|
| 295 |
+
"@type": ["Dataset", "CreativeWork"],
|
| 296 |
+
"name": "shimo4228 GitHub Traffic Snapshots",
|
| 297 |
+
"description": "Daily append-only JSONL snapshots of the GitHub Traffic API for the public research repositories. Auto-generated companion dataset; observed data, not curated content.",
|
| 298 |
+
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
|
| 299 |
+
"creator": "https://github.com/shimo4228",
|
| 300 |
+
"url": "https://shimo4228.github.io/shimo4228/traffic/dashboard/",
|
| 301 |
+
"isBasedOn": "https://github.com/shimo4228/shimo4228"
|
| 302 |
+
},
|
| 303 |
+
|
| 304 |
+
{
|
| 305 |
+
"@id": "https://arxiv.org/abs/2504.15125",
|
| 306 |
+
"@type": ["ExternalReference", "ScholarlyArticle"],
|
| 307 |
+
"name": "Laukkonen et al. (2025). Contemplative Artificial Intelligence",
|
| 308 |
+
"identifier": "arXiv:2504.15125",
|
| 309 |
+
"url": "https://arxiv.org/abs/2504.15125",
|
| 310 |
+
"description": "Source of the four contemplative axioms (mindfulness, emptiness, non-duality, boundless care) grounding the Contemplative Agent line."
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"@id": "https://shimo4228.github.io/shimo4228/vocab#ref/ailuminate",
|
| 314 |
+
"@type": ["ExternalReference", "CreativeWork"],
|
| 315 |
+
"name": "MLCommons AILuminate safety benchmark (2024)",
|
| 316 |
+
"description": "Evaluation benchmark used by contemplative-agent-rules (Cohen's d = 0.96)."
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"@id": "https://shimo4228.github.io/shimo4228/vocab#ref/ipd",
|
| 320 |
+
"@type": ["ExternalReference", "ScholarlyArticle"],
|
| 321 |
+
"name": "Axelrod (1984). The Evolution of Cooperation",
|
| 322 |
+
"description": "Iterated Prisoner's Dilemma cooperation-improvement benchmark used by contemplative-agent-rules (Cohen's d > 7)."
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"@id": "https://llmstxt.org/",
|
| 326 |
+
"@type": ["ExternalReference", "CreativeWork"],
|
| 327 |
+
"name": "Howard, J. (2024). llms.txt proposal",
|
| 328 |
+
"url": "https://llmstxt.org/",
|
| 329 |
+
"description": "Answer.AI llms.txt standard followed by the llms.txt and llms-full.txt files in this hub repo."
|
| 330 |
+
}
|
| 331 |
+
]
|
| 332 |
+
}
|