.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/hyhmrright/logic-lens
home/skills/hyhmrright/logic-lens
hyhmrright avatar

hyhmrright/logic-lens

11 skills · 57 total installs

View on GitHub
$npx skills add hyhmrright/logic-lens
SkillInstalls
logic-reviewFind logic bugs in a single file or function via semi-formal execution tracing (Premises → Trace → Divergence → Trigger → Remedy).9logic-diffCompare two code versions for semantic equivalence via semi-formal tracing of both versions side-by-side.8logic-explainExplain what a specific piece of code actually does for a given input by producing a step-by-step execution trace (interprocedural, with name resolution and…8logic-fix-allAutonomous repository-wide audit-and-fix pipeline: health → review → locate/explain → fix → diff-verify → iterate until clean.8logic-healthSweep a directory, module, or full codebase for logic correctness and produce a scored health dashboard with systemic patterns.8logic-locateLocate the root cause of a CONFIRMED failure via backward-then-forward semi-formal tracing.8bump-versionBump the Logic-Lens version across all six metadata locations at once (package.json, the four plugin manifests, and the README badge), then validate.2new-skillScaffold a new logic-* skill in the Logic-Lens repo and wire it into every place a skill must be registered, so no step is missed.2run-iteration-evalRun the Logic-Lens content-eval pipeline for one iteration and produce a scored summary.json — use to measure a skill change.2sync-skill-cacheSync the Logic-Lens working-copy skills/ into the installed plugin cache so content-evals test the EDITED skill, not the last published one.2iterate-skillRun the Logic-Lens skill-improvement loop end to end — baseline → diagnose failures → edit → sync cache → re-eval → verify net gain → iterate until clean.—