Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

structural_engineering_lib

structural_engineering_lib contém 13 skills coletadas de Pravin-surawase, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
13
Stars
4
atualizado
2026-04-05
Forks
1
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

development-rules
Desenvolvedores de software

Hard-learned development rules by domain — Python, FastAPI, React, Testing. Prevents the specific mistakes that caused 70+ audit findings across v0.21.0-v0.21.3.

2026-04-05
quality-gate
Analistas de garantia de qualidade de software e testadores

Mandatory pre-merge quality checks for production code — security scan, packaging test, API consistency, no silent failures. Prevents the issues that caused 4 emergency releases in v0.21.x.

2026-04-05
release-preflight
Analistas de garantia de qualidade de software e testadores

Pre-release validation — packaging verification, user acceptance testing, security scan, API drift detection. Prevents the recurring pattern of shipping broken wheels and missing files.

2026-04-05
user-acceptance-test
Analistas de garantia de qualidade de software e testadores

Test the library from an end-user perspective — pip install, import, run all workflows. Catches packaging, import, and API issues that internal tests miss.

2026-04-05
api-discovery
Desenvolvedores de software

Discover exact API function signatures, parameter names, and types from structural_lib. Use BEFORE wrapping or calling any API function. Prevents the #1 agent mistake: guessing parameter names (b_mm not width, fck not concrete_grade).

2026-04-03
innovation-research
Engenheiros civis

Run a structured innovation research cycle — discover gaps, propose novel capabilities, prototype and validate breakthrough ideas for structural engineering.

2026-04-03
session-management
Desenvolvedores de software

Automate AI agent session start and end workflows. Use when beginning a new work session or finishing one. Handles reading priorities, verifying environment, logging changes, updating handoff docs, and committing session artifacts.

2026-04-01
agent-evolution
Desenvolvedores de software

Run self-evolution cycle — score agents, detect drift, propose instruction improvements. Use at session end, weekly cadence, or monthly deep review.

2026-04-01
new-structural-element
Desenvolvedores de software

Step-by-step workflow for adding a new structural element (column, slab, footing) to the library. Covers IS 456 clause research, type definitions, pure math implementation, API wiring, tests, and frontend integration.

2026-03-28
architecture-check
Desenvolvedores de software

Validate 4-layer architecture boundaries, import direction, code duplication, and structural integrity. Use during code review or after cross-layer changes. Wraps check_architecture_boundaries.py, validate_imports.py, and duplication scans.

2026-03-28
is456-verification
Analistas de garantia de qualidade de software e testadores

Run IS 456:2000 compliance verification tests and benchmark checks. Use to validate structural calculations, verify code compliance, run regression tests, and check design results against known benchmarks.

2026-03-28
react-validation
Analistas de garantia de qualidade de software e testadores

Run React build, lint, type-check, and test validation. Use after modifying React components, hooks, or configuration. Catches TypeScript errors, Tailwind issues, and build failures before commit.

2026-03-28
safe-file-ops
Desenvolvedores de software

Safely move, rename, or delete files while preserving 870+ internal documentation links. Use INSTEAD of manual mv, rm, or git mv. Wraps safe_file_move.py and safe_file_delete.py scripts.

2026-03-27