Almog Baku avatar

Almog Baku

Community

@almogbaku · Israel

111Followers
|
153Public Repos
|
27Published Skills

LLM hacker

Skills Distribution
DomainDeveloper To...Capability Lifecyc.. (40%)Knowledge Base Sys.. (30%)Commitment & Task .. (20%)Debug Adapter Prot.. (10%)

Agent Skills by Almog Baku

Showing 27 vetted skills indexed across 2 GitHub repositories.

AlmogBakuAlmogBaku
3

prefix-cap

Serves as the entry skill for validating prefix-format conventions.

Community
Basic
AlmogBakuAlmogBaku
3

prefix-cap-tidy

Scopes role-based tidying work to the main agent within a capability fixture.

Community
Basic
AlmogBakuAlmogBaku
3

bad-cap-sorted

Provides a lint fixture skill whose identifier already carries its prefix.

Community
Basic
AlmogBakuAlmogBaku
3

capture

Hands off execution to the refer skill and then the capture skill.

Community
Basic
AlmogBakuAlmogBaku
3

refer

Owns a nested reference fixture for testing nested-reference and reference-toc lint checks.

Community
Basic
AlmogBakuAlmogBaku
3

claude-helper

Provides a minimal fixture skill for testing reserved-word validation in lint tooling.

Community
Basic
AlmogBakuAlmogBaku
3

name-cap

Serves as the entry skill for the name fixture capability installation flow.

Community
Basic
AlmogBakuAlmogBaku
3

ghost

Provides an undeclared skill fixture for testing manifest validation checks.

Community
Basic
AlmogBakuAlmogBaku
3

init

Creates and scaffolds a new git-based knowledge base with zones, grants, and maintenance schedules.

Community
Advanced
AlmogBakuAlmogBaku
3

route

Routes content to the correct knowledge base using tags, rules, and model classification.

Community
Advanced
AlmogBakuAlmogBaku
3

kb

Explains knowledge base layout, queue semantics, expiry, links, and maintenance for git-backed markdown bases.

Community
Advanced
AlmogBakuAlmogBaku
3

adopt

Registers an existing knowledge tree as a base and reports divergence without writing into it.

Community
Intermediate
AlmogBakuAlmogBaku
3

recall

Answers questions from stored knowledge bases with cited sources and explicit gap reporting.

Community
Advanced
AlmogBakuAlmogBaku
3

import

Migrates external knowledge bases into a target base through interactive checkpointed batches.

Community
Advanced
AlmogBakuAlmogBaku
3

schedule

Estimates commitments and blocks calendar time for them within working hours.

Community
Intermediate
AlmogBakuAlmogBaku
3

update

Updates existing commitments in a knowledge base when users report progress, stalls, or abandonment.

Community
Intermediate
AlmogBakuAlmogBaku
3

steward

Maintains a commitments backlog by detecting overdue, stalled, and expired items via kb queries.

Community
Intermediate
AlmogBakuAlmogBaku
3

work-tracker

Answers questions about personal commitments by querying a knowledge base of tracked actions.

Community
Intermediate
AlmogBakuAlmogBaku
3

upgrade

Re-applies user MOD.md deltas onto fresh upstream capability renders with diff-gated commits.

Community
Advanced
AlmogBakuAlmogBaku
3

remove

Removes installed aos capabilities by walking lockfile entries backwards through jobs, symlinks, and config keys.

Community
Advanced
AlmogBakuAlmogBaku
3

install

Installs aos capabilities into an agent harness with name gating, rendering, and diff-gated materialization.

Community
Advanced
AlmogBakuAlmogBaku
3

evolve

Records per-user adjustments to installed aos capabilities in MOD.md so they survive upgrades.

Community
Advanced
AlmogBakuAlmogBaku
3

onboard

Runs capability onboarding interviews and writes typed answers to MOD.md overlay files.

Community
Intermediate
AlmogBakuAlmogBaku
3

contribute

Drafts and applies source-level changes to shared capability packages with scoped contribution workflows.

Community
Advanced

Frequently Asked Questions About Almog Baku

FAQPage Schema
What tasks can I perform with AlmogBaku's aos skills?▼

You can manage the full capability lifecycle (install, onboard, upgrade, evolve, remove, contribute, review, build), run personal knowledge bases (init, adopt, import, capture, route, recall), and track commitments (capture, schedule, update, steward). An existing skill also enables interactive source debugging via Debug Adapter Protocol.

Who are these skills designed for?▼

They target individual users running an aos harness who want persistent, personalized capabilities: people maintaining knowledge bases or Obsidian vaults, tracking their own commitments and calendar time, and contributors packaging or reviewing capabilities for upstream distribution.

How does capability installation and personalization work?▼

capability-install reads the capability briefing, gates claimed skill names, runs the onboarding interview, and renders agents, symlinks, schedules and context blocks behind a diff gate. Personal answers and tweaks live in the user's MOD.md overlay, which capability-upgrade re-applies to fresh upstream so personalization survives every update.

How do the knowledge base skills handle my existing notes?▼

kb-adopt registers an existing tree or Obsidian vault in place without writing to it, optionally running kb migrate for old layouts. kb-import bulk-imports another base's content interactively in checkpointed batches, leaving the source byte-intact. kb-init scaffolds a fresh base with zones, types and maintenance schedules.

What prerequisites do these skills assume?▼

Skills assume an installed aos harness with a manifest and lockfile, since lifecycle skills walk lockfile entries and gate skill-name claims. Knowledge base skills expect a base tree on disk or one to scaffold; work-tracker skills expect a commitments base and access to the user's calendar for time blocking.