Agent skill

knowledge-synthesis

Cross-project pattern recognition — abstract, generalize, connect, store at the highest true level

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill knowledge-synthesis-fabioc-aloha-airs-data-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/knowledge-synthesis-fabioc-aloha-airs-data-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Knowledge Synthesis Skill > Extract the reusable from the specific. Store at the highest level that remains true. ## The Synthesis Process ### 1. Abstract — Strip project-specific details | Before (project-specific) | After (abstracted) | | ------------------------- | ------------------ | | "In Alex extension, synapses.json breaks when files are renamed" | "Connection metadata breaks when target files are renamed" | | "We migrated knowledge files to skills/" | "When reorganizing knowledge files, update all internal references" | | "Alex's dream runs brain-qa.ps1" | "Automated health checks should run validation scripts" | **Test**: Would this insight help someone who's never seen this project? ### 2. Generalize — Find the abstraction level | Level | Example | Store As | | ----- | ------- | -------- | | Project-specific | "Alex uses synapses.json" | Don't store globally | | Technology-specific | "JSON schema files break silently on rename" | GI-* insight | | Architecture pattern | "Self-referencing metadata needs rename-aware tooling" | GK-* pattern | | Universal principle | "Metadata that references other files is fragile by nature" | GK-* (high value) | **Store at the highest le

What's inside
Steps it walks through
  1. The Synthesis Process
  2. 1. Abstract — Strip project-specific details
  3. 2. Generalize — Find the abstraction level
  4. 3. Connect — Link to existing knowledge
  5. 4. Store — Right format, right location
  6. Pattern Triggers
  7. Promotion Checklist (Insight → Pattern)
  8. Anti-Patterns
  9. Synthesis During Meditation
  10. Synapses
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the knowledge-synthesis skill do?

Cross-project pattern recognition — abstract, generalize, connect, store at the highest true level

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill knowledge-synthesis-fabioc-aloha-airs-data-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going