yakeworld
Community@yakeworld
yakeworld maintains Synthos, an MIT-licensed cognitive-atom skill system for academic research pipelines: literature retrieval, knowledge extraction, hypothesis generation, and quality-gated paper production.
Agent Skills by yakeworld
Showing 149 vetted skills indexed across 1 GitHub repositories.
viewpoint-verification
Validates hypotheses and arguments through falsification testing, Bayesian scoring, and robustness analysis.
task-router
Routes user queries to cognitive atom chains and records execution in pipeline_trace.json.
quality-gate
Validates research papers through layered quality gates with automated runner scripts and repair loops.
knowledge-extraction
Extract structured entities, relations, claims, and evidence from academic papers into KnowledgeItem JSON.
knowledge-acquisition
Search academic literature and download verified PDFs via DOI with multi-source fallback.
hypothesis-generation
Generates falsifiable, scored research hypotheses from gap analysis and association outputs.
association-discovery
Identify cross-paper associations and research gaps from structured knowledge items.
argument-expression
Transforms hypotheses into structured academic arguments using Toulmin, CARS, and IMRaD frameworks.
research
Monitors PubMed and arXiv literature across multiple research directions with local date filtering.
k230-development-lessons
Automate K230 board management via direct Pyboard serial calls instead of ampy run.
xhs-content
Generates Xiaohongshu post packages with body text, tags, cover copy, and compliant figures.
reference-directory-cleanup
Reconciles PDF files in paper directories against BibTeX entries and verifies LaTeX compilation.
paper-improvement-patterns
Improves compilable LaTeX papers by adding frontier citations, ablation studies, statistical tests, and availability statements.
google-search
Execute web searches through a four-level fallback chain of APIs, SearXNG, and Tor.
pidd-leakage-audit
Detects and fixes data leakage in PIDD machine learning pipelines using fold-isolated preprocessing.
mlops
Route machine learning operations requests to subdomain skills for training, inference, evaluation, and deployment.
latex-compilation-troubleshooting
Diagnose and fix LaTeX compilation errors, BibTeX citation failures, and elsarticle package conflicts.
pima-audit
Audit machine learning experiments for data leakage and validate claims against published literature.
paperjury
Reviews research papers by independently reproducing experimental metrics and auditing claims against code outputs.
competition-proposal
Fill DOCX competition application templates with structured four-part narratives using python-docx.
ellipse-to-3d-circle
Reconstructs 3D circle geometry from 2D ellipse projections using camera intrinsics and prior constraints.
paper-experiment-audit
Audits LaTeX paper experiments for dataset version consistency, ablation reproducibility, and citation integrity.
linux-environment-troubleshoot
Diagnose and repair Linux environment failures including MiKTeX locks, Python venv isolation, and dpkg interruptions.
synthos-skill-audit
Audit AI skill files against the Synthos five-section standard with privacy scanning.
Frequently Asked Questions About yakeworld
FAQPage SchemaWhat tasks can I automate using yakeworld's Synthos skills?▼
You can automate literature search and PDF download, structured knowledge extraction from papers, cross-paper association discovery (contradiction, complement, evolution, gaps), hypothesis generation, citation verification with DOI back-checking, and quality-gated LaTeX paper production with fixed pipeline gates.
Who is the target user for these skills?▼
Graduate students, academic researchers, and research engineers running paper-production pipelines. Supporting skills also serve DevOps operators (cron diagnostics, Linux environment repair, privacy scanning) and content creators (XHS posts, figures, presentations), but the core audience is clinical and ML research authors.
How do the skills execute at runtime?▼
The task-router skill analyzes a query, selects an execution mode, builds an atom chain, and dispatches cognitive or mechanical atoms, emitting a pipeline_trace.json. Skills run via terminal, file read/write, web search, and session search permissions, with chained pipelines like ACQ→EXT→download→quality-gate.
Are yakeworld's skills open source and what do they cost?▼
Yes. Every skill in the manifest carries an MIT license, so they are free to use, modify, and redistribute. There is no stated cost; some skills depend on external services (Semantic Scholar, Crossref, PubMed, model endpoints) that may have their own terms or API keys.
What prerequisites and dependencies do the skills require?▼
Skills assume a terminal environment with file read/write and session search access. Specific pipelines reference jabkit-rs, doi-fetch, pdflatex, Playwright, and Jupyter kernels; several cognitive atoms pin the anthropic/claude-4-opus-max model and enforce a 0.85 golden-set pass threshold.