Skill Claude CodeCodex
Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.
Skill Claude CodeCodex
Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.
Plugin Claude Code
Plugin marketplace listing 13 plugins: prose, norsk, plain-language, pull-requests, github-actions.
Hook Claude Code
Runs when a session starts on startup and resume, executing session-setup.sh via bash. From staticaland/skills.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing vale_lint.py via python3. From staticaland/skills.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
Agent
Skill work in this marketplace repo - drafting a new skill, revising an existing SKILL.md, or the plugin packaging that ships it.
Instructions file CodexOpenCode
AGENTS.md instructions for staticaland/skills: A multi-plugin Claude Code marketplace: every directory under plugins/ is an independently installable plugin.
Instructions file
Claude Code instructions for staticaland/skills, covering skills marketplace, structure rules, vendored skills and validation.
Plugin Claude Code
Drive Chrome, web apps, and Electron apps from the command line with the agent-browser CLI.
Skill Claude CodeCodex
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…
Plugin Claude Code
Hold new dependency releases for a cooldown, configure Renovate, freeze install commands to their lock files, and deny install-time script execution.
Skill Claude CodeCodex
Set up dependency cooldowns - a minimum release age that holds back freshly published package versions - across a project's package managers and update bots. Use when the user wants protection from compromised releases, or mentions cooldown, minimum release age, or exclude-newer.
Skill Claude CodeCodex
Replace resolving install commands with frozen ones - npm ci, uv sync --locked - at every site meant to reproduce a lockfile: CI workflows, image builds, task runners, deploy scripts, and docs. Use when the user wants reproducible installs, or mentions npm install in CI, npm ci, clean-install, --frozen-lockfile, or…
Skill Claude CodeCodex
Stop dependency install scripts from executing - a committed ignore-scripts for npm, --no-build for uv - then allowlist by name the few packages that genuinely build something. Use when the user wants to block postinstall scripts, harden a project against a compromised release, or mentions ignore-scripts, lifecycle…
Skill Claude CodeCodex
Add or extend Renovate with a seven-day minimum release age and immutable updates: lock files and integrity hashes, GitHub Action SHAs, and container digests. Use when adopting Renovate, replacing another update bot, covering missing manifests, or updating tools, images, actions, or custom files.
Plugin Claude Code
Turn text, notes, code, or images into Anki flashcards built on Andy Matuschak's prompt-writing principles.
Skill Claude CodeCodex
Create Anki flashcards for spaced repetition learning. Use when the user wants to ankify content, asks for flashcards or Anki cards, or wants to memorize or study material from text, notes, code, or images.
Plugin Claude Code
Look at a module with fresh eyes and keep the simplest redesigns that survive its constraints.
Skill Claude CodeCodex
Look at a module, config, workflow, or design with fresh eyes: ignore how it works today, propose the simplest design that could serve the same purpose, and keep the proposals that survive the constraints that shaped the current one. Use when the user asks why something is so complicated, wants a first-principles or…
Plugin Claude Code
Run GitHub Actions workflow steps in parallel, replace repeated workflow configuration with YAML anchors, name every workflow, job, and step, and pin every action reference to a commit SHA on workflow edits.
Skill Claude CodeCodex
Make GitHub Actions steps run in parallel with the background, wait, wait-all, cancel, and parallel keywords. Use when the user wants a faster job, starts a service in a job, or asks for background or parallel steps.
Skill Claude CodeCodex
Check that every GitHub Actions workflow, job, and step has a name, and write the missing ones in imperative, sentence-case style. Use when the user wants workflow names added, reviewed, or tidied, when a run log shows raw run commands or job ids, or when writing a new workflow.
Skill Claude CodeCodex
Replace repeated configuration in a GitHub Actions workflow with YAML anchors and aliases. Use when the user wants a shorter workflow, mentions YAML anchors, or writes the same env, services, permissions, or path filter in more than one job of the same file.
Plugin Claude Code
Grill a plan until its design tree holds, and write the outcome up as domain terms and architecture decisions.