sleeyax/claude-code-session-bot
Instructions file
Instructions for sleeyax/claude-code-session-bot, covering claude.md, project, commands, architecture and key details.
sleeyax/claude-code-session-bot
Instructions file
Instructions for sleeyax/claude-code-session-bot, covering claude.md, project, commands, architecture and key details.
Plugin Claude Code
Sleeyax's skills and agents for day-to-day agentic coding, as an installable Claude Code plugin.
Plugin Claude Code
Sleeyax's skills and agents for day-to-day agentic coding — planning, refining, delegation, git, review, and setup workflows.
Instructions file CodexOpenCode
Instructions for sleeyax/promptfiles, covering claude.md, project overview, managing the local install, file conventions and plugin manifests.
Instructions file
Instructions for sleeyax/promptfiles, a project described as: My collection of skills, prompts and custom agents.
Agent
A pragmatic EU-focused privacy lawyer (GDPR-first). Use to review, redline, or draft policies such as privacy policies, terms of service, and data processing agreements.
Agent
A professional markdown article analyst. Use to validate and improve markdown articles for clarity, grammar, and overall quality.
Skill Claude CodeCodex
Render an agent-ready implementation brief — a durable, testable spec another agent can build from. Use when writing up work for an issue, a handoff, or a cloud agent to pick up.
Skill Claude CodeCodex
Suggest an icon for a given concept, using the most appropriate icon library available in the project. Use when the user asks for icon suggestions or which icon to use for something.
Skill Claude CodeCodex
Toggle Tailwind v3 compatibility behaviors back on in a Tailwind v4 project — default border color, ring width, placeholder color, button cursor, dialog margins, hover-on-mobile, and container padding.
Skill Claude CodeCodex
Suggest a branch name for the current work in the repo's existing naming style. If on the default branch, create the new branch after confirmation; if on a custom branch, offer to rename it or branch off it. Records the base branch it was cut from. Use when the user asks for a branch name, wants to start a new branch…
Skill Claude CodeCodex
Write a commit message that matches the repo's existing style and create the commit. Use when the user asks to commit changes, wants a commit message proposal, or finishes a phase of work that needs a commit.
Skill Claude CodeCodex
Implement a specific GitHub, GitLab, or Linear issue end-to-end — fetch it, set up a branch, plan, implement, propose a commit, and review the result. Use when the user references an issue number/URL/identifier and wants it implemented.
Skill Claude CodeCodex
Fetch the notes from a shared Granola meeting document (notes.granola.ai) and render them as markdown. Use whenever the user asks to fetch, read, summarize, or import notes or a transcript from a Granola link.
Skill Claude CodeCodex
Answer a question about a deployed database with read-only SQL, running the MariaDB/MySQL client inside its pod on OpenShift via oc. Optimized for use with a small local model.
Skill Claude CodeCodex
Refine a GitHub or GitLab issue into an agent-ready brief — fetch it, ground it in the codebase, interview the user about the gaps, then comment on or update the issue. Use when an issue is too thin to implement.
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, refine their design, or mentions "refine this".
Skill Claude CodeCodex
Fetch a GitHub PR's or GitLab MR's review comments, triage them, and address the relevant ones with one commit per comment. Defaults to the open PR/MR for the current branch. Use when the user wants to act on reviewer feedback left on a PR/MR.
Skill Claude CodeCodex
Review a branch's committed changes with two independent reviewers and report the merged findings. Use when the user explicitly asks to review a branch or self-review before pushing. Do not use just because code was written or edited, and do not use for reviewing a single file on request. For posting a GitLab MR…
Skill Claude CodeCodex
Review a GitLab merge request like a senior engineer and post findings as a draft review. Use when the user supplies a GitLab MR URL and asks to review it. GitHub not supported.
Skill Claude CodeCodex
Toggle token-hungry Claude Code features (bundled skills, workflows, artifacts, hooks, auto memory, built-in tools, ...) on or off via /.claude/settings.json to shrink the system prompt.
Skill Claude CodeCodex
Initialize or improve an AGENTS.md file with a trimmed, non-obvious-only codebase guide, plus a CLAUDE.md stub that imports it.
Skill Claude CodeCodex
Write or edit project documentation — READMEs, guides, module and API docs, docs/ pages. Use when creating a new doc, restructuring docs that have drifted or duplicated, or reviewing prose for staleness and filler. Not for code comments or commit messages.
Skill Claude CodeCodex
Break a non-trivial implementation into small, sequential, individually committed phases, each committed before the next begins. Use proactively whenever a plan or task can be split into multiple phases — do not wait for the user to ask for a phased approach.