Skip to main content

AleksandarBisevac/claude-plugins

SkillsMP は AleksandarBisevac/claude-plugins から 11 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
11
GitHub スター
4
GitHub フォーク
0

このリポジトリの skills

2 件の職業カテゴリ · 55% 分類済み

収集済み skill 11 件中 11 件を表示しています。

職業分類
未分類
説明

Edit, split or share the CSS and JavaScript under plugins/audit/scripts/ui/ — files Python concatenates into one inline <style> and one inline <script> carrying code, in a self-contained page opened over file://. Covers the assembly contract and the…

原文の言語: 英語

更新
職業分類
未分類
説明

How Python is written in this repo — free functions over classes, structured returns instead of mutated arguments, comprehensions, no module state, and the stdlib-only, annotation-free, Python 3.8 dialect the AST lints enforce. Covers modular structure and…

原文の言語: 英語

更新
職業分類
未分類
説明

Write Python whose failures are visible and checks that actually fire — distinct sentinels for success and error, filters that narrow to nothing without reading as "all clear", output never discarded on a non-zero exit, and selftest cases proven red before…

原文の言語: 英語

更新
職業分類
未分類
説明

Decide what is worth making faster in this repo, and prove it paid — measure the thing instead of grepping for it, separate wall clock from total CPU from the critical path, rank targets by shape rather than by how many modules import them, and decline the…

原文の言語: 英語

更新
職業分類
未分類
説明

How browser JavaScript is written in this repo — both surfaces now speak one modern dialect and this says what that means for the code you type, where ES modules are impossible and where they are merely unused, and how to pick a feature (Baseline plus a…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Run the CI gate on your machine so it agrees with the runner — deriving the exact command, paths, markers, and env from the workflow file instead of the Makefile, unblocking gate steps that short-circuit and hide the next failure, pinning the linter version…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Design and review long-running batch or sync jobs that process many items against a remote API and persist checkpoint state — exit codes that report partial failure, checkpoints that are safe to resume, per-item tolerance vs. fatal abort, telling "zero" apart…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Confirms what a third-party library, remote API, build backend, or scraped document actually does before writing code that depends on it — throwaway probes that run in seconds, permissive clients that forward wrong arguments instead of rejecting them,…

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

How CSS is written in this repo — every value comes from a design token, one component gets one name across both surfaces, and the five theme lints decide what ships. Covers the token layer and the half-finished spacing migration, modern syntax that is…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when someone wants a whole codebase audited and fixed as tracked, resumable work — "audit this codebase", "find and fix everything wrong in this repo", "go through the app and clean it up", "set up an audit plan", "what audit phase is next" — rather than…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when someone asks what their Claude Code work has cost — "what did that cost", "how much have we spent", "where did the tokens go", "which model is burning the budget", "is the cache actually helping" — and wants it attributed to the work rather than a…

原文の言語: 英語

更新
収集済み skill 11 件中 11 件を表示しています。