RADAR SKILL · GITHUB
Agent Skills utili, ordinati per utilizzo reale.
Confronta Skills verificati per funzione, contenuto del pacchetto, installazioni e affidabilità della fonte.
- AMBITO CATALOGO
- VERIFICATO
- Skills
- 5771
- repository
- 824
- ultimo aggiornamento
- 8 set 2026
almasumdevmitm-prevention
Preventing man-in-the-middle attacks on mobile — user CA posture on newer Android and iOS, cleartext traffic policies, and platform configuration. Use when configuring the app's network security baseline.
- installazioni
- 1
- GitHub Stars
- 2
- Aggiornato
- 19 apr
almasumdevprivacy-by-design
Privacy-by-design principles on mobile — data minimization, purpose binding, consent. Use when introducing new data collection or third-party SDKs.
- installazioni
- 1
- GitHub Stars
- 2
- Aggiornato
- 19 apr
almasumdevroot-jailbreak-detection
Detecting rooted Android and jailbroken iOS devices as a risk signal — not a silver bullet. Use when deciding which operations to allow on a compromised device.
- installazioni
- 1
- GitHub Stars
- 2
- Aggiornato
- 19 apr
almasumdevtls-pinning
TLS certificate pinning on mobile — pin sets, backup pins, kill switch, and library-specific wiring for OkHttp, URLSession, Dio, and TrustKit. Use when hardening the network layer.
- installazioni
- 1
- GitHub Stars
- 2
- Aggiornato
- 19 apr
arsenforte-ui
- Build and style UI with @forte-ui/react — an accessible React component library themed entirely through CSS variables: seed colors (accent, secondary, neutral tint) rebuild the whole palette, and every size, radius, and duration is a token. Use this skill whenever the project depends on @forte-ui/react and the task touches UI in any way: installing or wiring the stylesheet, setting a brand color or dark mode, rendering or composing components (Button, Dialog, Select, Tabs, Toast, …), overriding or customizing component styles, integrating Tailwind v4, or looking up which props, tokens, or theming knobs exist. Also use it when styling looks broken in a forte-ui app (components lost their padding, utilities don't compile, a theme override "does nothing") — the usual causes are documented here.
- installazioni
- 1
- GitHub Stars
- 1
- Aggiornato
- 4 set
apidojo-ioscraping-youtube-comments
Scrapes comments from any YouTube video using apidojo's YouTube scraper on Apify. Triggers when the user asks to: get all comments on a YouTube video, export YouTube comment data, scrape what viewers say about a YouTube video, fetch comment text and likes from a YouTube URL, collect comment threads from a YouTube video, or download audience feedback from a YouTube video. Returns commenter username, comment text, like count, reply count, and timestamp per comment. Ideal for sentiment researchers, product teams, and content analysts.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 13 mag
benjilegnardngrx-toolkit
Generates code and provides guidance for @angular-architects/ngrx-toolkit, the community extension library for NgRx SignalStore. Trigger when working with withDevtools, updateState, withCallState, withDataService, withUndoRedo, withRedux, withResource, withEntityResources, withMutations, httpMutation, rxMutation, withStorageSync, withConditional, withReset, withImmutableState, withPagination, or any @angular-architects/ngrx-toolkit import.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 7 lug
howarewoowoostack-audit
Use to audit standing code — an explicit file, directory, module, or whole repo at rest (not a diff) — from multiple angles, with optional exact verified read-only Linear, Plane, or GitHub context, code simplification, and production readiness. Synthesizes an all-added diff and drives woostack-review's swarm plus one evidence adjudicator, then writes a sanitized, non-authoritative diagnostic report under .woostack/audits/. Never mutates Linear, Plane, GitHub, or source, gates, posts, remediates, or merges. Invoke via /woostack-audit .
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
howarewoowoostack-bootstrap
Bootstrap a genuinely greenfield web, mobile, desktop, API, or daemon project from scratch—gather requirements, research current technologies, approve the design, collision-check the target, and scaffold app-local code with shared packages only when needed. Linear, Plane, or GitHub artifacts are optional.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
howarewoowoostack-harden
Internal workflow phase that reconciles a Build/Fix run draft against bounded repository evidence and hands back complete plain local content. It is not a public command.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
howarewoowoostack-ideate
Internal Build/Fix phase that records only user-verified decisions in a permission-restricted run draft and hands back a plain local specification. It is not a public command.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
howarewoowoostack-plan
Turn one approved specification into a strict sequential chain of PR-sized direct Linear issues, Plane increment child work items, or parentless canonical-repository GitHub issues. Never approves, executes, commits, reviews, or merges.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
howarewoowoostack-review
Review one exact existing PR with one multi-angle pass, one evidence adjudicator, and native GitHub comments/verdict. Never edits or merges.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
howarewoowoostack-tdd
Canonical Red→Green→Refactor guidance and /woostack-tdd test-work routing. The command validates a bounded test-only contract, optionally reads exact Linear, Plane, GitHub, or PR artifacts, then delegates repository mutation to woostack-execute. It never edits, commits, or mutates artifacts itself.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
justinjww-bounded-investigation
Keep a written evidence ledger and delegate whole-repository searches during investigation that spans many files. Use for debugging, audits, and archaeology where the relevant code's location is unknown. Do not use when the relevant files are already identified, or for ordinary edits to known code.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 30 ago
justinjww-handoff
Write and resume a canonical handoff file for work that spans sessions, interruptions, or phases. Takes an optional mode argument, write or resume, and an optional task slug. Use when a task is paused, resumed, approaching a context limit, or split across review and implementation. Do not use for work that completes within the current session.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 30 ago
kaizen2026ask-matt
Ask which skill or flow fits your situation. A router over the skills in this repo.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
kaizen2026code-review
Review committed and work-in-progress changes since a fixed point along independent Standards and Spec axes, plus a Frontend lane when UI changed. Runs applicable reviews in parallel and reports them side by side. Use for branches, pull requests, working-tree changes, or requests to "review since X".
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
kaizen2026diagnosing-bugs
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
kaizen2026grill-me
A relentless interview to sharpen a plan or design.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
kaizen2026grill-with-docs
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
kaizen2026handoff
Export a redacted, portable continuation document for another harness, directory, session, collaborator, or mid-phase fork.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
kaizen2026implement
Implement a piece of work based on a spec or set of tickets.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set
kaizen2026improve-codebase-architecture
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
- installazioni
- 1
- GitHub Stars
- 0
- Aggiornato
- 4 set