Agent Skills
› suboss87/FDEOps
› dashboard
dashboard
GitHub用于审查现有客户参与记录中的投资组合状态,不创建新客户历史。
Trigger Scenarios
审查跨客户的投资组合状态
检查现有参与记录的进展
Install
npx skills add suboss87/FDEOps --skill dashboard -g -y
SKILL.md
Frontmatter
{
"name": "dashboard",
"description": "Review the portfolio across existing engagement records. Use for status across customers; requires accessible permitted records and does not create missing client histories."
}
dashboard
Purpose
Review the portfolio across existing engagement records. Use for status across customers; requires accessible permitted records and does not create missing client histories.
Before investigating or acting:
- Read the task context contract.
- Read the method.
Load further references only when the task needs them. Everything linked is included in this skill; no other skill pack is required.
Principles
- This task operates on existing engagement records. Use the local CLI and permitted sanitized packets; do not invent a portfolio or initialize records merely to complete the task. Report missing records or access as a limitation.
- If called by @fde, reuse its current sanitized packet and scope. Do not restart setup, discovery or questions already answered.
- The task context contract controls persistence and authority in both modes. Preserve unknowns and distinguish implementation, verification, deployment and acceptance.
- Use the customer's repository instructions and available tools. Report a missing capability or unrun check honestly; do not claim that installing a skill provisions infrastructure.
Version History
- 4e9335d Current 2026-09-21 23:50


