agent-memory
78Remember Project Context Across Sessions
Important project details are easy to lose between AI sessions. This skill gives Claude, Codex, and Claude Code a structured local memory workflow.
Fix Lint Errors Safely
Lint failures slow reviews and hide real defects. This skill runs lint checks, guides safe fixes, and verifies behavior with tests.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "lint-fixer" from https://skillstore.io/skills/yamadashy-lint-fixer.md and its manifest at https://skillstore.io/api/skills/yamadashy-lint-fixer/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "lint-fixer". A TypeScript project fails lint after formatting changes.
Expected outcome:
The assistant runs the lint workflow, applies safe formatting fixes, reruns lint, and reports that tests pass.
Using "lint-fixer". A pull request has both style errors and type errors.
Expected outcome:
The assistant separates automatic style fixes from manual type fixes, updates the code, and explains the remaining decisions.
Using "lint-fixer". A repository reports a possible secret during linting.
Expected outcome:
The assistant stops normal lint repair, highlights the secret warning, and recommends rotating or removing the exposed value.
The skill is a straightforward lint repair workflow with no prompt injection, network access, credential access, or data exfiltration intent found. Several static findings are valid because the skill directs an agent to run npm and linter commands, including auto-fix and test scripts that can execute project-defined code. The remaining findings are inline configuration file names and are false positives.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/yamadashy-lint-fixer/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/yamadashy-lint-fixer?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/yamadashy-lint-fixer?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/yamadashy-lint-fixer/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/yamadashy-lint-fixer.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>yamadashy. (2026). lint-fixer security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/yamadashy-lint-fixer/audits/8@techreport{yamadashy-yamadashy-lint-fixer-2026,
author = {yamadashy},
title = {lint-fixer security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/yamadashy-lint-fixer/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "lint-fixer security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "yamadashy"
date-released: "2026-07-08"
url: "https://skillstore.io/skills/yamadashy-lint-fixer/audits/8"
identifiers:
- type: other
value: "skillstore:yamadashy-lint-fixer:audit:8"
description: "Skillstore immutable audit report identifier"
Fix formatting, lint, and type-check failures before a pull request is ready for review.
Apply documented project lint rules consistently across TypeScript and JavaScript files.
Run lint and test checks after code generation to catch style, type, and secret issues.
Run the lint-fixer workflow on this repository. Fix lint errors, preserve behavior, and tell me what changed.
Run the lint checks, group failures by tool, and fix only the issues that are safe to change automatically.
Use the lint-fixer workflow to resolve style issues first, then address TypeScript errors without changing behavior.
Run lint and tests, inspect npm scripts before execution, fix failures, and summarize any remaining risk or manual follow-up.
Author
yamadashyLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
64ca8af0f54a325752f08bd54e52151061ea659a
Maintenance freshness
7/21/2026
Usage
21 downloads ยท 231 views
File structure
๐ SKILL.md
Remember Project Context Across Sessions
Important project details are easy to lose between AI sessions. This skill gives Claude, Codex, and Claude Code a structured local memory workflow.
Build Browser Extensions With WXT
Cross-browser extension work often breaks across Chrome, Firefox, Edge, and localization files. This skill guides WXT extension development, builds, compatibility checks, and i18n updates.
Maintain Repomix Documentation
Multilingual VitePress documentation is hard to update consistently across language folders. This skill guides Repomix website structure, locale config, and translation workflows.
Analyze Patterns Across Your Codebase
by C0ntr0lledCha0s
Large codebases hide repeated structures and inconsistent decisions. This skill maps design patterns, architecture, conventions, duplication, and anti-patterns with evidence and recommendations.
Build Reliable Playwright Tests
by C0ntr0lledCha0s
Playwright test suites can become flaky, slow, and difficult to maintain. This skill provides practical patterns for locators, fixtures, page objects, debugging, mocking, and configuration.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
Build Starknet Apps with starknet.js
by internet-court
Starknet integrations require precise provider, account, transaction, and fee handling across several APIs. This skill provides focused starknet.js v9.x patterns for reliable TypeScript applications.
Improve Vue 3 Code Quality
by vuejs-ai
Vue projects often collect reactivity, component, and performance mistakes over time. This skill gives targeted Vue 3 guidance for safer patterns and clearer code.
Build Fullstack Apps With Senior Guidance
by alirezarezvani
Fullstack projects often need consistent setup, architecture choices, and quality checks. This skill provides scripts and references for React, Next.js, Node.js, GraphQL, and PostgreSQL work.