Skip to main content
Ar9av
ملف منشئ GitHub

Ar9av

عرض على مستوى المستودعات لـ ٧٠ skills مجمعة عبر ٣ مستودعات GitHub.

skills مجمعة
٧٠
مستودعات
٣
محدث
٦ سبتمبر ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

wiki-lint
غير مصنف

Audit and maintain the health of the Obsidian wiki. Use this skill when the user wants to check their wiki for issues, find orphaned pages, detect contradictions, identify stale content, fix broken wikilinks, or perform general maintenance on their knowledge…

٦ سبتمبر ٢٠٢٦
llm-wiki
غير مصنف

The foundational knowledge distillation pattern for building and maintaining an AI-powered Obsidian wiki. Based on Andrej Karpathy's LLM Wiki architecture. Use this skill whenever the user wants to understand the wiki pattern, set up a new knowledge base, or…

٥ سبتمبر ٢٠٢٦
wiki-ingest
غير مصنف

Ingest any source into the Obsidian wiki by distilling its knowledge into interconnected wiki pages. Handles structured documents (PDFs, markdown, articles, papers, notes, folders), raw/unstructured text (chat exports, conversation logs, Slack/Discord…

٢٦ أغسطس ٢٠٢٦
wiki-status
غير مصنف

Show the current state of the wiki — what's been ingested, what's pending, and the delta between sources and wiki content. Use this skill when the user asks "what's the status", "how much is ingested", "what's left to process", "show me the delta", "what…

٢٦ أغسطس ٢٠٢٦
wiki-capture
غير مصنف

Save the current conversation as a permanent, structured wiki note. Use this skill when the user says "save this", "/wiki-capture", "capture this", "file this conversation", "preserve this", "add this to my wiki", or wants to turn what was just discussed into…

٢٥ أغسطس ٢٠٢٦
wiki-setup
غير مصنف

Initialize a new Obsidian wiki vault with the correct structure, special files, and configuration. Use this skill when the user wants to set up a new wiki from scratch, initialize the vault structure, create the .env file, or says things like "set up my…

٢٥ أغسطس ٢٠٢٦
claude-history-ingest
غير مصنف

Ingest Claude Code conversation history into the Obsidian wiki. Use this skill when the user wants to mine their past Claude conversations for knowledge, import their ~/.claude folder, extract insights from previous coding sessions, or says things like…

٢٥ أغسطس ٢٠٢٦
codex-history-ingest
غير مصنف

Ingest Codex CLI conversation history into the Obsidian wiki. Use this skill when the user wants to mine their past Codex sessions for knowledge, import their ~/.codex folder, extract insights from previous coding sessions, or says things like "process my…

٢٥ أغسطس ٢٠٢٦
عرض 8 من أصل ٣٩ skills مجمعة.
iso-city-builder
مطوّرو الويب

Generates playable isometric city-builder "games" — zone residential/commercial/industrial land, draw roads, watch buildings grow (or abandon) as demand and land value change, with cars routing over whatever road network the player actually built. Use when…

١٧ أغسطس ٢٠٢٦
iso-living-world
مطوّرو الويب

Generates living isometric pixel-art world "games" — ambient explorable cities/villages with a movable player, wandering NPCs with speech bubbles, ambient traffic, and district-based world layout. No win condition; the world itself is the product. Use when…

٣ أغسطس ٢٠٢٦
audio-composer
مطوّرو البرمجيات

Generates genre-appropriate sound effects and looping background music for a generated game. When ELEVENLABS_API_KEY is set, calls the ElevenLabs text-to-sound-effects API for real MP3 audio; otherwise falls back to Web Audio oscillator synthesis. Produces…

٢٩ أبريل ٢٠٢٦
codesmith
مطوّرو البرمجيات

Writes the gameplay code for a Phaser 3 game (src/scenes/Game.js plus optional helpers). Reads the GDD, levels, and sprite/tile manifest; produces ES module code that consumes assets by name (never magic numbers). Use after sprite-artist and tile-artist have…

٢٩ أبريل ٢٠٢٦
gameforge
مطوّرو البرمجيات

Orchestrator skill that turns a one-line description into a runnable Phaser 3 game. Coordinates eight sub-skills (game-designer, world-architect, sprite-artist, tile-artist, bg-artist, codesmith, playtester, refiner) into a deterministic-where-possible,…

٢٩ أبريل ٢٠٢٦
manifest-auditor
محللو ضمان جودة البرمجيات والمختبرون

Static analysis of Game.js that cross-references every animation key and texture key against manifest.json. Catches "Animation not found" and "Texture not found" bugs before the browser is opened. Run after codesmith, before playtester.

٢٩ أبريل ٢٠٢٦
mobile-compat-checker
محللو ضمان جودة البرمجيات والمختبرون

Checks 5 mobile-compatibility properties in the generated game (roundPixels, image-rendering CSS, devicePixelRatio, touch input, AudioContext unlock) and patches any missing items. Run after codesmith, before playtester.

٢٩ أبريل ٢٠٢٦
palette-enforcer
مطوّرو البرمجيات

Quantizes all generated PNG assets (sprites, tiles, background) to a named 8-bit color palette to achieve visual coherence. Run after sprite-artist, tile-artist, and bg-artist, before codesmith. Writes state.style.palette so downstream skills know the chosen…

٢٩ أبريل ٢٠٢٦
عرض 8 من أصل ٢٢ skills مجمعة.
literature-review-agent
معلمو التعليم العالي، جميع الآخرون

Step 3 of the PaperOrchestra pipeline (arXiv:2604.05018). Execute the literature search strategy from outline.json — discover candidate papers via web search, verify them through Semantic Scholar (Levenshtein > 70 fuzzy title match, temporal cutoff, dedup by…

١٣ يوليو ٢٠٢٦
content-refinement-agent
المحررون

Step 5 of the PaperOrchestra pipeline (arXiv:2604.05018). Iteratively refine drafts/paper.tex by simulating peer review and applying targeted revisions, with strict accept/revert halt rules, deterministic 0-100 decision bands (Accept/Minor/Major/Reject) that…

١٣ يونيو ٢٠٢٦
paper-orchestra
المحررون

Orchestrate the full PaperOrchestra (Song et al., 2026, arXiv:2604.05018) five-agent pipeline to turn unstructured research materials (idea, experimental log, LaTeX template, conference guidelines, optional figures) into a submission-ready LaTeX manuscript…

٢ يونيو ٢٠٢٦
outline-agent
معلمو التعليم العالي، جميع الآخرون

Step 1 of the PaperOrchestra pipeline (arXiv:2604.05018). Convert (idea.md, experimental_log.md, template.tex, conference_guidelines.md) into a strict JSON outline containing a plotting plan, literature search plan (Intro + Related Work), and section-level…

٢ يونيو ٢٠٢٦
agent-research-aggregator
معلمو التعليم العالي، جميع الآخرون

Pre-pipeline aggregator that scans AI agent cache directories (.claude, .cursor, .antigravity, .openclaw) or any user-specified directory for experimentation logs, extracts insights and numeric results, and formats them as PaperOrchestra-ready inputs (idea.md…

١٧ أبريل ٢٠٢٦
plotting-agent
معلمو التعليم العالي، جميع الآخرون

Step 2 of the PaperOrchestra pipeline (arXiv:2604.05018). Execute the visualization plan from outline.json — render plots and conceptual diagrams from experimental_log.md and idea.md, optionally refine via VLM critique loop, and produce context-aware…

١٠ أبريل ٢٠٢٦
section-writing-agent
معلمو التعليم العالي، جميع الآخرون

Step 4 of the PaperOrchestra pipeline (arXiv:2604.05018). ONE single multimodal LLM call that drafts the remaining paper sections (Abstract, Methodology, Experiments, Conclusion), extracts numeric values from experimental_log.md into LaTeX booktabs tables,…

١٠ أبريل ٢٠٢٦
paper-autoraters
معلمو التعليم العالي، جميع الآخرون

Run the four paper-quality autoraters from PaperOrchestra (arXiv:2604.05018, App. F.3) — Citation F1 (P0/P1 partition + Precision/Recall/F1), Literature Review Quality (6-axis 0-100 with anti-inflation rules), SxS Overall Paper Quality (side-by-side), and SxS…

٩ أبريل ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
عرض ٣ من أصل ٣ مستودعات
تم تحميل كل المستودعات