Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
cropsgg
GitHub 제작자 프로필

cropsgg

1개 GitHub 저장소에서 수집된 71개 skills를 저장소 단위로 보여줍니다.

수집된 skills
71
저장소
1
업데이트
2026-05-25
저장소 탐색

저장소와 대표 skills

simplify
소프트웨어 품질 보증 분석가·테스터

Code review and cleanup across reuse, quality, and efficiency dimensions. Launches three parallel review agents against the current diff, then aggregates findings and applies fixes.

2026-05-25
adversarial-self-test
정보 보안 분석가

Red-team the agent's own output against OWASP Top 10 for LLM Applications and Agentic AI. Self-inject, test boundaries, check exfiltration paths. If you can't attack your own output, someone else will.

2026-05-24
chain-of-verification
소프트웨어 개발자

Mandatory verification of every factual claim before emission. API contracts, dependency versions, file existence, behavior promises — claims about code are hypotheses until verified against the actual source. Based on Dhuliawala et al. (Meta FAIR, ACL 2024).

2026-05-24
diagnose
소프트웨어 개발자

Disciplined 6-step diagnosis loop with strict evidence gates between stages. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Cannot advance without the required artifact per step.

2026-05-24
evaluator-optimizer-loop
소프트웨어 개발자

Split the workflow into Evaluator and Optimizer personas. Evaluator scores output 1–10 on correctness, completeness, safety, and simplicity. Optimizer rewrites to address critiques. Loop until score ≥9 or 3 iterations. Self-improvement without measurement is guessing.

2026-05-24
insecure-defaults
정보 보안 분석가

Detect fail-open security patterns: debug mode in production, permissive CORS, disabled CSRF, default admin credentials, verbose error messages, unauthenticated health endpoints. Configuration is code — review it with the same rigor.

2026-05-24
karpathy-rules
소프트웨어 품질 보증 분석가·테스터

Encode Andrej Karpathy's four LLM coding failure modes as enforceable audit gates: (1) Hallucinated APIs, (2) Over-engineered solutions, (3) Missing error handling, (4) Unverified assumptions. Every code block must pass all four gates.

2026-05-24
second-opinion
소프트웨어 품질 보증 분석가·테스터

Submit proposed code to an external LLM for bias-breaking review. The external model critiques with fresh eyes, uninfluenced by the session history. Tool-agnostic: uses any available external LLM API.

2026-05-24
이 저장소에서 수집된 skills 71개 중 상위 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다