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

TravelPlanWithAccounting

TravelPlanWithAccounting contains 9 collected skills from loveu8, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
5
updated
2026-04-08
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

plan-work
software-developers

Backend execution planning skill used after PRD or bug context exists and before coding. Produces an implementation-ready, risk-aware, validation-ready backend plan with explicit checkpoints.

2026-04-08
review-change
software-quality-assurance-analysts-and-testers

Review backend-ready patches for correctness, security, maintainability, and testing risk, then provide evidence-based findings with severity and delivery recommendation.

2026-04-08
verify-change
software-quality-assurance-analysts-and-testers

Root-level lightweight verification for docs/config/rules/templates/AGENTS/skills and small-scope low-risk non-invasive changes; confirms completeness, consistency, references, paths, command claims, and unresolved risks with explicit VERIFIED/UNVERIFIED/GAP status.

2026-04-07
scan-project
software-developers

Use when entering an unfamiliar repo or before generating/updating AGENTS.md and skills; scan the full repository (monorepo-safe), map real structure/commands/constraints without guessing, and produce a reusable architecture snapshot for future agent workflows.

2026-04-07
create-prd
project-management-specialists

Use this skill when backend requirements are ambiguous before implementation. Convert user intent into a structured, testable backend PRD with explicit scope, non-goals, API/data/auth impact, assumptions, risks, and open questions.

2026-04-07
refactor-backend
software-developers

Backend refactoring workflow for improving structure, readability, maintainability, duplication, module boundaries, and testability without changing externally observable behavior. Use when scope is bounded and behavior-preservation can be verified; do not use for feature implementation, API/schema/security redesign, dependency upgrades, or broad system redesign.

2026-04-07
implement-backend-change
software-developers

Implement approved backend code changes in existing Spring Boot modules with minimal safe edits. Use only after task scope and acceptance criteria are clear. Reuse current controller/service/repository/dto/mapper/config patterns, preserve API contracts unless explicitly approved, run relevant backend verification commands, and report evidence, risks, and unresolved items.

2026-04-07
scan-project-backend
software-developers

Backend scan/architecture discovery skill for the backend/ subtree. Use before backend implementation/review/refactor to build a reusable, evidence-based architecture snapshot (facts, inferences, unknowns) without changing production behavior.

2026-04-07
backend-test-verification
software-quality-assurance-analysts-and-testers

Perform backend test verification for GitHub PR and CI review after backend code changes by running a deterministic Maven-based validation sequence, classifying results into blocking vs non-blocking findings, handling failed/flaky/skipped/missing-evidence cases explicitly, and producing an auditable evidence-based report.

2026-04-07