finguard
49Skill Claude CodeCodex
A local security checker that scans source code for specific vulnerability patterns and applies severity-based gates before or after code changes. It uses FinGuard’s Semgrep-based rules.
Skill Claude CodeCodex
A local security checker that scans source code for specific vulnerability patterns and applies severity-based gates before or after code changes. It uses FinGuard’s Semgrep-based rules.
Skill Claude CodeCodex
Build and packaging instructions for a frontend project, covering dependency installation, pnpm workspaces, native build tools, offline hosting, and embedding output in another program.
Skill Claude CodeCodex
A set of guidelines for writing, reviewing, and refactoring Go programs, using Go 1.22 or newer. Go is a programming language commonly used for services, command-line tools, and network software.
Skill Claude CodeCodex
A skill for checking an agent's stored project memories against the current code, database, issue tracker, and filesystem. It reports memories that may be outdated or false without automatically deleting them.
Skill Claude CodeCodex
A planning skill for mobile websites and apps that creates a visual storyboard and a separate set of business rules. A storyboard shows how screens look, while business rules describe validation, interactions, and edge cases.
Skill Claude CodeCodex
A web-app implementation guide that turns a storyboard and a set of business rules into a working Next.js or Vite-and-React application. It treats those planning documents as the required specification.
Skill Claude CodeCodex
A skill for designing, implementing, and refactoring React components using React 19. It covers state placement, effects, asynchronous requests, accessibility, and unnecessary re-rendering.
Skill Claude CodeCodex
A project-management skill that coordinates a software project from planning through implementation and security checks. It passes work between specialist coding agents in a fixed order and checks each stage before continuing.
Skill Claude CodeCodex
A tool for recording live lectures, meetings, or training sessions while converting speech to text. It saves the original audio, creates rolling summaries and possible questions, and stores each session’s files in a dated folder.
Skill Claude CodeCodex
A feedback-driven tool for improving SKILL.md files, which are instruction documents for coding-agent skills. It turns mistakes and user feedback into lasting rules and updates the skill in an isolated Git branch.
Skill Claude CodeCodex
A skill for working with SQLite, a database stored in a single file rather than run as a separate server. It focuses on safe reading, file locking, write-ahead logging, migrations, and dynamic table names.