通过托管 OAuth 访问 Microsoft Graph Excel 接口,读写 OneDrive 中的工作簿、工作表、区域、表格与图表。
文档
Agilebuilder Template Delivery
试用Use AgileBuilder MCP for template-based project creation and document-constrained implementation. Trigger when the user asks to create, bootstrap, scaffold,...
它能做什么
Use AgileBuilder MCP as the default control plane for project creation and implementation work. Create projects from AgileBuilder templates whenever possible, and read AgileBuilder documents before making code changes.
技能文档
Agilebuilder Template Delivery
Overview
Use AgileBuilder MCP as the default control plane for project creation and implementation work. Create projects from AgileBuilder templates whenever possible, and read AgileBuilder documents before making code changes.
Project Creation Workflow
Follow this order whenever the user wants a new project, starter, scaffold, or repo:
- Read
agilebuilder://usage/agent-policy. - Discover candidate templates by calling
listTemplateswith no query, category, tag, or other filter parameters unless the user explicitly asks for a narrowed search. - Prefer exact
resourceIdvalues returned by AgileBuilder over template names. - Review the chosen template details before creation when there is any ambiguity.
- Create the project with AgileBuilder's template creation tool and an absolute target path.
- Follow returned next steps only after creation succeeds.
Do not manually scaffold a project if an AgileBuilder template can satisfy the request. Use manual scaffolding only when template discovery and template details show that AgileBuilder cannot meet the user's requested stack or structure.
Implementation Workflow
Follow this order whenever the task involves coding, refactoring, debugging, architecture changes, naming, stack choices, or delivery rules:
- Read
agilebuilder://usage/agent-policy. - Read
agilebuilder://usage/guide. - Read
agilebuilder://docs/catalog. - Inspect AgileBuilder MCP resources and identify relevant project documents.
- Read the documents that affect the task, especially coding standards, architecture rules, stack constraints, naming rules, and delivery requirements.
- Implement only after the relevant documents are understood.
- Verify the result against both the user request and the constraints found in AgileBuilder documents.
Treat AgileBuilder documents as required context, not optional context. If the current AgileBuilder space has no user documents, still read the system documents and then follow the user request plus any local repository constraints you can verify from the workspace.
Tooling Rules
- Prefer AgileBuilder template tools over hand-written scaffolding for project creation.
- When using AgileBuilder MCP to inspect available project templates, call
listTemplatesdirectly without passing search parameters by default. - Prefer exact
resourceIdvalues in follow-up template calls. - Use absolute paths for project creation targets.
- Read AgileBuilder resources before writing code when the task can affect implementation details.
- Surface conflicts explicitly if the user's request contradicts AgileBuilder documents instead of silently ignoring either source.
- Preserve user requirements and repo-local conventions after reconciling them with AgileBuilder guidance.
Response Pattern
State which AgileBuilder resources were read when they materially affect the implementation. If a project is being created, mention which template was selected and why. If implementation proceeds without a template or without additional project documents, explain the concrete reason.
Checklist
- Use AgileBuilder templates first for new projects.
- Read AgileBuilder policy and guide before project creation or coding.
- Read the document catalog before implementation.
- Read relevant project documents before changing code.
- Match the delivered result to both the user request and the documented constraints.
相关技能
通过 6551 REST API 查询 Twitter/X 用户资料、推文、粉丝事件与 KOL 数据。
编写、调试与调优 Playwright 测试,涵盖定位器策略、追踪诊断与 CI 友好的超时配置。
通过 OAuth 认证网关管理 Stripe 客户、订阅、发票、产品、价格和支付。
通过一次 REST API 调用,向 10 个社交平台发布视频、图片、文字与文档。
用 Python 自适应抓取网页,默认绕过反爬保护,支持从单次请求到大规模并发爬取。
agilebuilder 的更多技能
浏览全部技能Collaborative workflow for converting a complete business project into a reusable base skeleton. Use when the user asks to remove business features, pages, o...
Connect to remote Linux servers through SSH and execute commands non-interactively. Covers password authentication, key authentication, file transfer, and cr...
Connect to and operate SiYuan Note through the siyuan-note-cli command-line tool, using notes as context for AI tasks. Use when the user asks to query, creat...
Manage Tencent Cloud CVM instances with the TCCLI command-line tool. Covers instance creation, querying, deletion, launch template management, price inquiry,...