Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
728db88
Add AI tools: agents, skills, commands, and output style for FinOps T…
Feb 9, 2026
7664a38
Update plugin settings, paths, and command extensions
Feb 11, 2026
d1887fa
Move AI tools from src/ai-tools to src/claude-plugin
Feb 18, 2026
e1ee1a5
Symlink CLAUDE.md and AGENTS.md to .github/copilot-instructions.md
Feb 18, 2026
b834fe9
Add reservations and commitment discount decision references
Feb 18, 2026
a33f72f
Merge branch 'dev' into features/agentskills
Feb 18, 2026
8a822a6
Add storage cost analysis reference and update savings plans
Feb 18, 2026
aaa39f5
Update azure-cost-management skill definition
Feb 18, 2026
f0fdaf7
Fix skill reference errors found during TDD evaluation sprint
Feb 18, 2026
38952ed
Move plugin to src/templates/, add docs-mslearn links to SKILL.md
Feb 18, 2026
631a62a
Add cost optimization references and command from Azure Copilot gap a…
Feb 20, 2026
5799afd
Update src/templates/claude-plugin/commands/ftk-mom-report.md
MSBrett Feb 23, 2026
9b15fac
chore: Update ms.date to fix CI workflow
Feb 23, 2026
735887f
Consolidate agent instructions into CLAUDE.md as single source of truth
Feb 25, 2026
6455064
Remove query catalog and coding standards from ftk-database-query agent
Feb 25, 2026
3a44819
Rename CLAUDE.md to AGENTS.md and update symlinks
Feb 26, 2026
63ae144
Address all PR #2013 review feedback
Feb 26, 2026
0ef609e
Fix copyright header casing in Get-BenefitRecommendations.ps1
Feb 26, 2026
ce3eb50
Remove all azcapman references from finops-toolkit
Feb 26, 2026
fe89930
Refine Claude Code plugin: improve skills, commands, versioning, and …
Mar 4, 2026
96ae42a
Merge dev into features/agentskills
Mar 4, 2026
64e3f94
chore: Update ms.date in changelog
Mar 4, 2026
e4299af
feat(agent-skills): consolidate skills into agent-skills/ with symlin…
Mar 28, 2026
a05e729
fix(agent-skills): tighten finops toolkit references
Mar 28, 2026
17ef5e4
fix: address PR #2043 review comments
Mar 30, 2026
2a945a6
Merge origin/dev into features/agentskills
Mar 30, 2026
8b98588
fix: resolve test failures from symlink paths on CI
Mar 30, 2026
da19749
fix: resolve remaining CI test failures
Mar 30, 2026
26e5363
fix: remove brittle Foundation reference content-policing test
Mar 30, 2026
b28ef1c
fix: remove brittle ClaudePlugin content-policing tests
Mar 30, 2026
5929844
chore: update ms.date in changed docs-mslearn files
Mar 30, 2026
a3b2445
refactor: remove mode:subagent and add subagent team to finops-practi…
Apr 21, 2026
3d5a0d5
fix: address PR review feedback from RolandKrummenacher
Apr 24, 2026
ae1e6c1
docs: add explicit git operations policy to AGENTS.md
Apr 24, 2026
3047c5c
Merge remote-tracking branch 'origin/dev' into features/agentskills
Apr 24, 2026
95c18e2
docs: add common merge conflict patterns to AGENTS.md
Apr 24, 2026
16265fa
fix: update ms.date to today and document CI workflow in AGENTS.md
Apr 24, 2026
8327923
fix: address new Copilot review comments on PR #2043
Apr 24, 2026
7735b25
fix: use Costs() function syntax in KQL examples
Apr 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "finops-toolkit",
"description": "Microsoft FinOps Toolkit plugins for AI-powered cloud financial management.",
"owner": {
"name": "Microsoft"
},
"plugins": [
{
"name": "microsoft-finops-toolkit",
"version": "13.0.0",
"source": "./src/templates/claude-plugin",
"description": "AI-powered cloud financial management for Azure. Analyze costs with KQL queries against FinOps hubs, get CFO-level reporting, and access Azure Cost Management insights.",
"category": "finops",
"homepage": "https://learn.microsoft.com/en-us/cloud-computing/finops/toolkit/finops-toolkit-overview"
},
{
"name": "microsoft-learn",
"source": {
"source": "url",
"url": "https://github.com/microsoftdocs/mcp.git"
},
"description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.",
"category": "documentation",
"homepage": "https://learn.microsoft.com"
}
]
}
154 changes: 0 additions & 154 deletions .github/copilot-instructions.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/copilot-instructions.md
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -371,5 +371,11 @@ env/
# AI
.claude/settings.local.json

# Internal planning docs
/TODO.md
/PRD.md
/RTM.md
/RETROSPECTIVES.md

# Auto-generated build artifacts
src/templates/finops-hub-copilot-studio/knowledge/query-catalog.md
Loading
Loading