Frontend Styling
Applies house styling rules to web code. Use when the user asks to write or restyle a React component.
Frontend Components
Builds new web components. Use when the user asks to write or restyle a React component.
Review Performance
Reviews Python code for performance defects. Use when the user asks to profile hot paths, reduce allocations, remove N+1 database round trips, or speed up a slow endpoint.
Admin Ui Component
Creates accessible React components for the internal admin console. Use when the user asks to add or modify a screen, form, dialog, or table in the admin app.
Skill Creator V2
Generates a new agent skill from a template. Use when the user asks to build a skill or add agent capabilities.
Code Review
Reviews a diff for defects. Use when the user asks to review a pull request or inspect changes.
Release Notes
Drafts customer-facing release notes from merged pull requests. Use when the user asks to prepare a changelog or announce a version.
[unterminated
broken
Ledger Db Query
Builds parameterised SQL against the ledger schema. Use when the user asks to read from or write to the accounts, postings, or journals tables.
Frontmatter List
A Claude skill from rakib-nyc/skillassay.
No Description Here
A Claude skill from rakib-nyc/skillassay.
Empty File
A Claude skill from rakib-nyc/skillassay.
Shared Lint
Runs the repo linter. Use when the user asks to lint or format the monorepo.
Unicode Heavy
Skill with emoji 🎯, CJK 日本語テキスト, RTL نص عربي, and combining marks é. Use when testing unicode.
Name From Directory
Frontmatter omits name; the harness derives it from the directory. Use when testing name inference.
Format Go
Formats Go source files. Use when the user asks to reformat, lint, or apply style rules to a .go file.
Format Python
Formats Python source files. Use when the user asks to reformat, lint, or apply style rules to a .py file.
Xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .xltx, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger…
Special Tokens
Explains tokenizer control sequences such as <|endoftext|> and <|im_start|>. Use when the user asks about tokenizer internals.
Bom Prefixed
Valid skill preceded by a UTF-8 byte order mark. Use when testing BOM handling.
Python Imports
Organises Python import blocks. Use when the user asks to sort or clean up imports in a .py module.
Review Security
Reviews Python code for security defects. Use when the user asks to check code for injection, authentication bypass, unsafe deserialization, or secret leakage.
Claude Api
|-
Template Skill
Replace with description of the skill and when Claude should use it.
Unterminated
A Claude skill from rakib-nyc/skillassay.
12345
Frontmatter name is a number, not a string. Use when testing type validation.
Crlf Endings
Valid skill using Windows line endings. Use when testing CRLF handling.
Pptx
Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting sli…
Code Review
Performs a code review pass. Use when the user asks to review code before merging.
Deploy
Deploys a service to production. Use when the user asks to ship, release, or roll back.
Skill Creator
Scaffolds a new agent skill directory. Use when the user asks to create a skill or add a new capability.
No Frontmatter
A Claude skill from rakib-nyc/skillassay.
Skillassay
Audits AI coding-agent context. Measures always-on context-window cost of CLAUDE.md, AGENTS.md and Agent Skills, and reports skills that will not load, stale path references, redundant instructions and duplicate skill names. Use when the user asks to audit, measure or reduce context cost, check whether a skill is valid or will load, review CLAUDE.md or AGENTS.md quality, or find duplicate, confli…
Docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from…