staticaland

51 mods across 1 repository, 2 stars between them.

writing-for-agents

01

staticaland/skills

Skill Claude CodeCodex

Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.

2 2d ago A 28 tokens

staticaland-skills

02

staticaland/skills

Plugin Claude Code

Plugin marketplace listing 13 plugins: prose, norsk, plain-language, pull-requests, github-actions.

2 2d ago A tokens not measured

SessionStart

03

staticaland/skills

Hook Claude Code

Runs when a session starts on startup and resume, executing session-setup.sh via bash. From staticaland/skills.

2 2d ago A tokens not measured

PostToolUse

04

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.

2 2d ago A tokens not measured

skills

05

staticaland/skills

Settings file Claude Code

Agent settings declaring 2 hook events (SessionStart, PostToolUse).

2 2d ago A tokens not measured

write-skill

06

staticaland/skills

Agent

Skill work in this marketplace repo - drafting a new skill, revising an existing SKILL.md, or the plugin packaging that ships it.

2 2d ago A 32 tokens

skills AGENTS.md

07

staticaland/skills

Instructions file CodexOpenCode

AGENTS.md instructions for staticaland/skills: A multi-plugin Claude Code marketplace: every directory under plugins/ is an independently installable plugin.

2 2d ago A 70 tokens

skills CLAUDE.md

08

staticaland/skills

Instructions file

Claude Code instructions for staticaland/skills, covering skills marketplace, structure rules, vendored skills and validation.

2 2d ago A 879 tokens

browser

09

staticaland/skills

Plugin Claude Code

Drive Chrome, web apps, and Electron apps from the command line with the agent-browser CLI.

2 2d ago A tokens not measured

agent-browser

10

staticaland/skills

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…

2 2d ago A 200 tokens

dependencies

11

staticaland/skills

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.

2 2d ago A tokens not measured

dependency-cooldown

12

staticaland/skills

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.

2 2d ago A 55 tokens

frozen-install

13

staticaland/skills

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…

2 2d ago A 93 tokens

install-scripts

14

staticaland/skills

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…

2 2d ago C 90 tokens

renovate-setup

15

staticaland/skills

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.

2 2d ago A 66 tokens

flashcards

16

staticaland/skills

Plugin Claude Code

Turn text, notes, code, or images into Anki flashcards built on Andy Matuschak's prompt-writing principles.

2 2d ago A tokens not measured

Anki Flashcards

17

staticaland/skills

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.

2 2d ago A 51 tokens

fresh-eyes

18

staticaland/skills

Plugin Claude Code

Look at a module with fresh eyes and keep the simplest redesigns that survive its constraints.

2 2d ago A tokens not measured

fresh-eyes

19

staticaland/skills

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…

2 2d ago A 82 tokens

github-actions

20

staticaland/skills

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.

2 2d ago A tokens not measured

parallel-steps

21

staticaland/skills

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.

2 2d ago A 51 tokens

workflow-names

22

staticaland/skills

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.

2 2d ago A 66 tokens

yaml-anchors

23

staticaland/skills

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.

2 2d ago A 55 tokens

grilling

24

staticaland/skills

Plugin Claude Code

Grill a plan until its design tree holds, and write the outcome up as domain terms and architecture decisions.

2 2d ago A tokens not measured