General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
Thanks for your interest in improving **agent-skill-creator**. This skill
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Thanks for your interest in improving agent-skill-creator. This skill generates cross-platform agent skills, so changes need to keep the generator correct and its tests green.
scripts/tests/.The tooling is stdlib-only Python; tests run with pytest.
# Run the full test suite (must be green)
uv run pytest scripts/tests/
# Validate a skill's SKILL.md against the spec
python3 scripts/validate.py <skill-dir>
# Verify a skill's script pipeline (compiles, deps declared)
python3 scripts/check_pipeline.py <skill-dir>
# Security scan
python3 scripts/security_scan.py <skill-dir>
feat:, fix:, refactor:, docs:,
test:, chore:).ruff clean.install-skill.sh, bootstrap.sh, install-template.sh,
install.sh), update its .ps1/.bat counterpart so
scripts/tests/test_install_parity.py stays green.scripts/skill_document.py
and the install-target list in scripts/platforms.py — extend those rather than
re-implementing parsing or hardcoding platform paths.By contributing, you agree that your contributions are licensed under the MIT License.