richardwooding

15 mods across 4 repositories, 45 stars between them.

richardwooding/feed-mcp

Skill Claude CodeCodex

AuditPs GitHub Actions workflows and action.yml metadata for the Node 20 to Node 24 runner deprecation, then bumps uses: action versions and rewrites runs.using: node20 to node24. Use when reviewing or upgrading any repo's .github/workflows/.yml or action.yml/action.yaml, or when the prompt mentions Node 20…

34 5d ago A 112 tokens original MIT

skill-authoring

02

richardwooding/feed-mcp

Skill Claude CodeCodex

Authors and reviews agent skills for this repo, enforcing progressive disclosure (metadata → instructions → resources), ≤500-line SKILL.md files, domain-split references, scripts over prose for deterministic work, and specific third-person descriptions. Use when creating a new skill, splitting an oversized SKILL.md…

34 5d ago A 71 tokens original MIT

richardwooding/feed-mcp

Instructions file GitHub Copilot

Instructions for richardwooding/feed-mcp, covering copilot instructions for mcp feed server, codebase structure & architecture, go conventions & patterns, design decisions and notable patterns.

34 5d ago A 635 tokens original MIT

feed-mcp CLAUDE.md

04

richardwooding/feed-mcp

Instructions file

Instructions for richardwooding/feed-mcp, covering claude.md, development commands, architecture, mcp surface and caching.

34 5d ago A 1,464 tokens original MIT

add-content-type

05

richardwooding/file-search-on

Skill Claude CodeCodex

Registers a new file-format content type in file-search-on by creating a file under internal/content/ that implements the four-method ContentType interface (Name, Extensions, MagicBytes, Attributes(ctx, fsys, path)), self-registers via init() calling content.Register(...), and for image variants relies on the image/…

5 5d ago A 163 tokens original MIT

add-mcp-tool

06

richardwooding/file-search-on

Skill Claude CodeCodex

Adds a new tool to file-search-on's MCP server in internal/mcpserver/server.go by defining JSON-tagged input/output structs (with jsonschema field tags), writing a handler that matches the SDK's ToolHandlerFor[In, Out] generic signature, registering it with mcp.AddTool inside New(), and adding an in-memory transport…

5 5d ago A 143 tokens original MIT

cut-release

07

richardwooding/file-search-on

Skill Claude CodeCodex

Cuts a tag-driven release of file-search-on (GoReleaser v2 + ko + Homebrew tap), watches the GitHub Actions Release workflow, and verifies the three publish targets — GitHub Release archives, ghcr.io OCI image, and the Homebrew tap commit at richardwooding/homebrew-tap — then surfaces the rollback procedure when…

5 5d ago A 128 tokens original MIT

extend-cel-schema

08

richardwooding/file-search-on

Skill Claude CodeCodex

Extends file-search-on's CEL attribute schema by editing the call sites that must move together — cel.Variable(...) declarations in celexpr.New (env.go), the ResolveName switch + zeroDefaults map in activation.go, and celexpr.Schema() — then runs an audit script that catches drift between them. Use when adding a new…

5 5d ago A 138 tokens original MIT

file-search-on-mcp

09

richardwooding/file-search-on

Skill Claude CodeCodex

Uses the file-search-on MCP server (43 tools — search / searchsemantic / validateexpr / stats / churnowners / coupling / circular / unusedexports / references / findduplicates / findnearduplicates / findduplicatefunctions / difftrees / apidiff / findmatches / importedby / finddefinition / codegraph / whocalls / calls…

5 5d ago A 327 tokens original MIT

richardwooding/file-search-on

Skill Claude CodeCodex

Audits GitHub Actions workflows and action.yml metadata for the Node 20 to Node 24 runner deprecation, then bumps uses: action versions and rewrites runs.using: node20 to node24. Use when reviewing or upgrading any repo's .github/workflows/.yml or action.yml/action.yaml, or when the prompt mentions Node 20…

5 5d ago A 112 tokens copy · 89% MIT

open-source-prep

11

richardwooding/file-search-on

Skill Claude CodeCodex

Audits a repository for open-source readiness — checks for LICENSE, README, CONTRIBUTING, CODEOFCONDUCT, SECURITY, CHANGELOG, .github/ issue and PR templates, dependabot config, CI workflow, repo metadata (description / homepage / topics via gh repo view), and likely-leaked secrets in git history — then emits a…

5 5d ago A 154 tokens original MIT

reddit-golang-post

12

richardwooding/file-search-on

Skill Claude CodeCodex

Drafts a self-post for the r/golang subreddit in Markdown with a YAML frontmatter title and optional flair, then runs a script that strips the frontmatter, places the body markdown on the macOS clipboard via pbcopy, and prints the title and flair to stderr so the user can paste them into Reddit's title field, flair…

5 5d ago A 149 tokens original MIT

reddit-mcp-post

13

richardwooding/file-search-on

Skill Claude CodeCodex

Drafts a self-post for the r/mcp subreddit (Model Context Protocol community) in Markdown with a YAML frontmatter title and optional flair, then runs a script that strips the frontmatter, places the body markdown on the macOS clipboard via pbcopy, and prints the title and flair to stderr so the user can paste them…

5 5d ago A 155 tokens original MIT

skill-authoring

14

richardwooding/file-search-on

Skill Claude CodeCodex

Authors and reviews agent skills for this repo, enforcing progressive disclosure (metadata → instructions → resources), ≤500-line SKILL.md files, domain-split references, scripts over prose for deterministic work, and specific third-person descriptions. Use when creating a new skill, splitting an oversized SKILL.md…

5 5d ago A 71 tokens copy · 100% MIT