specs
01Plugin Claude Code
Plugin marketplace listing 7 plugins: laravel, docker, linear, code, github.
Plugin Claude Code
Plugin marketplace listing 7 plugins: laravel, docker, linear, code, github.
Plugin Claude Code
A Specs plugin with cross-language code authoring conventions.
Skill Claude CodeCodex
Use this skill to automatically fix misaligned markdown tables in .md files. Triggers after editing any markdown file that contains a table, before finishing documentation work, or when the user says "fix the tables", "align the markdown tables", or "format the markdown". Runs markdown-table-formatter via the…
Skill Claude CodeCodex
Use this skill whenever writing or changing code in any language — implementing a feature, fixing a bug, refactoring, or scaffolding a file — to decide whether a comment is warranted at all before writing one. The default is no comment. Also triggers when the user says "too many comments", "stop adding comments"…
Plugin Claude Code
A Specs Docker specific plugin.
Command
Synchronize sibling PHP repositories by propagating relevant commits from the current repository.
Command
Update Specsnl PHP images (the Dockerfile dependencies and tooling) in isolated commits.
Skill Claude CodeCodex
Use this skill when working with Specsnl PHP Docker images. It covers what the images are, their repository structure and variants, which PHP versions are maintained, and how to locate sibling images both on GitHub and locally.
Plugin Claude Code
A GitHub-specific plugin for Specs.
Skill Claude CodeCodex
Use this skill after every code change in a repository to discover and run all CI checks locally before finishing work. Triggers automatically after completing any code edit, bug fix, refactor, or feature implementation. Also triggers when the user says "run the checks", "make sure everything is green", "verify the…
Skill Claude CodeCodex
Use this skill whenever creating a pull request. Audits .github/workflows/ to understand what CI will run, checks the PR title format requirement, runs CI checks locally (via ci-green-check where available), then creates the PR with the correct title and body. Always invoke this instead of running gh pr create…
Skill Claude CodeCodex
Use this skill whenever the user asks to read an issue and implement it — e.g. "read issue X (github or linear) and implement it", "implement this issue", "pick up GH-123 / ABC-456 and build it". Fetch the issue (GitHub via a GitHub MCP or the gh CLI, or Linear via the Linear MCP), create a new branch, implement the…
Plugin Claude Code
A Specs Laravel specific plugin.
Command
Update dependencies of Specs projects based on Laravel using isolated commits.
Skill Claude CodeCodex
Use this skill to write, expand, or structure Playwright end-to-end tests for a Laravel + Filament (Spatie-permission) application, especially multi-tenant apps with several panels/roles. Triggers when the user says "add e2e tests", "cover all roles", "write Playwright tests for the panels", "test each role", "e2e…
Skill Claude CodeCodex
REQUIRED: Execute this skill before running ANY project commands (composer, npm, php, docker, etc.). This ensures all commands run safely through the Taskfile. Do not run docker compose, npm, php, or composer directly on the host.
Skill Claude CodeCodex
Use this skill to find, fix, or translate source-language values in the Laravel translation files of a project — the PHP arrays under lang/ / and the JSON catalogues lang/ .json. Scans them for untranslated values, translates them to the target language, fixes errors and typos, commits the changes, and opens a PR.…
Skill Claude CodeCodex
Use this skill to prepare the environment and run the PHP/Laravel quality tools of a Specs project locally — PHPCodeSniffer, PHPStan/Larastan, PHPUnit, Rector and the markdown linter — all through the Taskfile. It is the PHP/Laravel layer of the ci-green-check skill, which invokes it whenever a repository has a…
Plugin Claude Code
A Specs plugin for creating Linear issues from raw client input.
Skill Claude CodeCodex
Use this skill to convert raw client input (email, WhatsApp, verbal, or a Linear issue URL) into a properly structured Linear issue in Specs style. Provide the raw text or a Linear issue URL and this skill will draft a developer-ready ticket with IST/SOLL structure, acceptance criteria, and QA steps.