Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

fred

fred에는 ThalesGroup에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
58
업데이트
2026-07-17
Forks
28
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

add-fred-capability
소프트웨어 개발자

Author a new Fred agent capability (manifest + middleware) built on fred-sdk. Picks the right authoring lane, maps each runtime need to a middleware hook, wires entry-point registration, and enforces the capability boundary (never hand-edit union/registry hotspots, no capability code in control-plane, no runtime info in LLM tool signatures).

2026-07-17
fga
소프트웨어 개발자

Query OpenFGA authorization tuples and explain why a user has (or doesn't have) a permission on an object

2026-07-13
review-fork
소프트웨어 품질 보증 분석가·테스터

Safety-first review of an external pull request from an untrusted fork. Fetches the diff read-only into an isolated worktree, scans for supply-chain / exfiltration / CI-tampering threats, checks scope, then delegates correctness review. Never builds or runs the fork's code.

2026-06-25
audit-branch
소프트웨어 품질 보증 분석가·테스터

Pre-PR audit of the current branch — dead code, duplicate symbols, contract drift, leftover artifacts, import gaps.

2026-06-19
merge-review
소프트웨어 품질 보증 분석가·테스터

Post-merge validation — check that both sides of a merge were fully integrated, nothing was silently dropped, and quality still passes.

2026-06-19
quality-root
소프트웨어 품질 보증 분석가·테스터

Run make code-quality from the monorepo root, covering all modules. Never run it per-module.

2026-06-19
test-gaps
소프트웨어 품질 보증 분석가·테스터

Identify new code paths added in the current branch that have no test coverage. Reports gaps; does not write tests.

2026-06-19
add-kpi-to-dashboard
소프트웨어 개발자

Add a new KPI metric to the analytics dashboard. Covers: creating a backend preset, regenerating frontend types, wiring the RTK Query hook, and rendering it on AnalyticsPage.

2026-06-18
psql
데이터베이스 아키텍트

Query PostgreSQL databases running in the app-postgres Docker container

2026-06-02