Skip to main content
Run any Skill in Manus
with one click
GitHub repository

fe-tools

fe-tools contains 3 collected skills from pro-vision, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
3
Stars
6
updated
2026-07-01
Forks
5
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

post-publish
software-developers

Finish a release after `lerna publish` has run on `develop` (the "chore(root): Publish packages" commit is on develop, versions/tags/CHANGELOGs updated, packages pushed to npm). Does the two manual follow-up steps: (1) create a GitHub release per newly published package with notes taken from that package's CHANGELOG.md, and (2) fast-forward `master` to `develop`. Also strips any Co-Authored-By / tool trailers that leaked into a CHANGELOG. Use right after a successful publish; do NOT use to run the publish itself.

2026-07-01
test-assemble-lite
software-quality-assurance-analysts-and-testers

Verify local (uncommitted) assemble-lite changes by running a real Living Styleguide (LSG) build against a consumer project. Use when testing or verifying assemble-lite dependency bumps or changes to its render/glob/data/helper code before publishing. assemble-lite has no bin and is consumed transitively via @pro-vision/pv-stylemark, so the test injects the local package into the consumer's node_modules and runs `pv-stylemark prod`. The skill ALWAYS asks which consumer project to build — no project is hardcoded.

2026-06-29
test-pv-scripts
software-developers

Verify local (uncommitted) pv-scripts changes by running a real build against a consumer project that uses pv-scripts. Use when testing or verifying pv-scripts dependency bumps, webpack-config/task changes, or any change under packages/pv-scripts before publishing. The skill ALWAYS asks which consumer project to build — no project is hardcoded.

2026-06-29