onurpolat05

22 mods across 2 repositories, 34 stars between them.

create-skill

01

onurpolat05/ALBA

Skill Claude CodeCodex

Create one new skill end to end - asks about purpose, trigger phrases, tools and context, then writes .claude/skills/ /SKILL.md with valid frontmatter and registers it in CLAUDE.md. Use when user says "create a skill", "make a slash command for this", "turn this workflow into a skill", "new skill for X". Do NOT use…

20 1mo ago A 112 tokens original MIT

end

02

onurpolat05/ALBA

Skill Claude CodeCodex

Close a work session - asks what was completed, what was learned and what comes next, then updates dashboard, todo, learnings, errors and writes memory/daily/YYYY-MM-DD.md. Use when user says "end session", "wrap up", "I'm done for today", "save progress", "let's close", "log this session". Do NOT use for a week-level…

20 1mo ago A 97 tokens original MIT

extend

03

onurpolat05/ALBA

Skill Claude CodeCodex

Add one new capability to an existing ALBA setup - skill, hook, rule, slash command or MCP integration - interactively, then wire it into CLAUDE.md and settings.json. Use when user says "add a skill", "add a hook", "I want a rule for X", "connect Trello/Gmail/Linear", "extend my agent", "can ALBA also do X". Do NOT…

20 1mo ago A 132 tokens original MIT

reflect

04

onurpolat05/ALBA

Skill Claude CodeCodex

Cross-session pattern analysis - reads recent daily logs, errors and learnings to surface recurring problems, then proposes rules, skills or hooks with evidence. Runs in a forked subagent. Use when user says "reflect", "find patterns", "what keeps going wrong", "how can I improve my workflow", "analyze my sessions"…

20 1mo ago A 104 tokens original MIT

research

05

onurpolat05/ALBA

Skill Claude CodeCodex

Structured web research with cited sources and confidence levels; runs in a forked subagent, quick (3-5 sources) or deep (8-10 sources, saved to memory/research/). Use when user says "research X", "look into X", "find information about X", "investigate X", "what's the state of X". Do NOT use for questions answerable…

20 1mo ago A 117 tokens original MIT

setup

06

onurpolat05/ALBA

Skill Claude CodeCodex

One-time bootstrap of a personal ALBA agent system - asks 7 discovery questions, then generates CLAUDE.md, the memory tree, skills, hooks, rules and .claude/settings.json. Use when the user explicitly types /setup, has just cloned ALBA, and has no CLAUDE.md yet. Do NOT use to add a single skill, hook or rule to a…

20 1mo ago A 113 tokens original MIT

start

07

onurpolat05/ALBA

Skill Claude CodeCodex

Open a work session - reads dashboard and todo, checks for a resumable daily log, prints today's top priorities in under 10 lines. Use when user says "start", "let's begin", "good morning", "what am I working on today", "open the session", or types /start at the top of a session. Do NOT use for a mid-session check…

20 1mo ago A 109 tokens original MIT

status

08

onurpolat05/ALBA

Skill Claude CodeCodex

Read-only snapshot of the current focus, active/completed task counts and blockers, in under 8 lines. Use when user says "status", "where are we", "what's left", "any blockers", "quick check", or wants a mid-session pulse without changing anything. Do NOT use to open a session (use /start, which also looks for a…

20 1mo ago A 95 tokens original MIT

weekly-review

09

onurpolat05/ALBA

Skill Claude CodeCodex

Weekly retrospective - gathers this week's daily logs, learnings and errors, asks 3 questions, saves memory/state/weekly-reviews/YYYY-Www.md and refreshes the dashboard priorities. Use when user says "weekly review", "review my week", "how did this week go", "plan next week", "wrap up the week", or it is the end of…

20 1mo ago A 111 tokens original MIT

ALBA CLAUDE.md

10

onurpolat05/ALBA

Instructions file

Instructions for onurpolat05/ALBA, covering alba, quick start, what gets created, after setup and documentation.

20 1mo ago A 307 tokens original MIT

planner

11

onurpolat05/ALBA

Agent Claude Code

Breaks a complex goal into ordered, estimated steps with dependencies and risks. Use when a task needs 3+ steps, when sequencing or effort is unclear, or when the user says "plan this", "break this down", "how should we approach". Do NOT use for tasks with an obvious single path — plan overhead exceeds the value there.

20 1mo ago A 72 tokens original MIT

SessionStart

12

onurpolat05/ALBA

Hook Claude Code

Runs when a session starts, executing session-start.sh via bash. From onurpolat05/ALBA.

20 1mo ago A tokens not measured copy · 52% MIT

UserPromptSubmit

13

onurpolat05/ALBA

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing agent-suggest.sh via bash. From onurpolat05/ALBA.

20 1mo ago A tokens not measured copy · 47% MIT

PreToolUse

14

onurpolat05/ALBA

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing bash-validator.sh via bash. From onurpolat05/ALBA.

20 1mo ago A tokens not measured copy · 41% MIT

PostToolUse

15

onurpolat05/ALBA

Hook Claude Code

Runs after a tool call finishes for Bash tool calls, executing error-logger.sh via bash. From onurpolat05/ALBA.

20 1mo ago A tokens not measured original MIT

PostToolUseFailure

16

onurpolat05/ALBA

Hook Claude Code

Runs when a tool call fails, executing error-logger.sh via bash. From onurpolat05/ALBA.

20 1mo ago A tokens not measured original MIT

Stop

17

onurpolat05/ALBA

Hook Claude Code

Runs when the agent finishes a response, executing memory-check.sh via bash. From onurpolat05/ALBA.

20 1mo ago A tokens not measured copy · 39% MIT

SessionEnd

18

onurpolat05/ALBA

Hook Claude Code

Runs when a session ends, executing session-end.sh via bash. From onurpolat05/ALBA.

20 1mo ago A tokens not measured original MIT

PreCompact

19

onurpolat05/ALBA

Hook Claude Code

Runs before the context is compacted, executing pre-compact.sh via bash. From onurpolat05/ALBA.

20 1mo ago A tokens not measured copy · 50% MIT

PostCompact

20

onurpolat05/ALBA

Hook Claude Code

Runs after the context is compacted, executing post-compact.sh via bash. From onurpolat05/ALBA.

20 1mo ago A tokens not measured copy · 47% MIT

ALBA

21

onurpolat05/ALBA

Settings file Claude Code

Agent settings declaring 9 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse) and 12 allowed tools.

20 1mo ago C tokens not measured copy · 81% MIT

mcp-example

22

onurpolat05/n8n-Assistant

MCP server Claude CodeCodexCursor +2

A small local MCP server with tools for encoding and decoding Base64 text. Base64 is a way to represent data using ordinary text characters.

14 1y ago A tokens not measured copy · 88% MIT