Favicon of accordant-quickref

accordant-quickref Skill

AI Agent SkillC#Open source

Quick reference and cheatsheet for Accordant API - use this skill for quick syntax lookup or code snippets Published by microsoft in accordant.

What is accordant-quickref Skill?

Quick reference and cheatsheet for Accordant API - use this skill for quick syntax lookup or code snippets Published by microsoft in accordant. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
42/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using accordant

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use accordant-quickref Skill

  • Use it for developers using accordant.

Built with

C#Copy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/accordant
  • Skill file: agent/skills/quickref/SKILL.md

What it does

Quick reference and cheatsheet for Accordant API - use this skill for quick syntax lookup or code snippets

Skill instructions

Accordant Quick Reference State Definition csharp [State] public partial class MyState { public Dictionary<string, decimal Balances { get; set; } = new(); public Dictionary<string, UserState Users { get; set; } = new(); } [State] public partial class UserState { public string Name { get; set; } = string.Empty; public List<string Tags { get; set; } = new(); } Create a Spec csharp var spec = new Spec<MyState() .WithJsonPrinters(); // Optional: nice logging Define Operations Inline Syntax csharp spec.Operation<TRequest, TResponse("OperationName", (request, state) = { // Return ExpectedOutcomes }); Examples csharp // Simple request (single value) spec.Operation<string, ApiResult<User("GetUser", (userId, state) = { ... }); // Tuple request (multiple values) spec.Operation<(string Id, decimal Amount), ApiResult<decimal("Deposit", (request, state) = { var (id, amount) = request; // Destructure // ... }); // Class-based request spec.Operation<CreateUserRequest, ApiResult<User("CreateUser", (re

Explore related resources

Frequently asked questions

What is accordant-quickref?

accordant-quickref is a open-source AI agent skill with Copy skill directory. Quick reference and cheatsheet for Accordant API - use this skill for quick syntax lookup or code snippets

Who is accordant-quickref best for?

accordant-quickref is best for reusing agent instructions, scripts, and references.

How do I install accordant-quickref?

Install or run accordant-quickref using Copy skill directory. Check accordant-quickref for the latest setup command.

Is accordant-quickref actively maintained?

accordant-quickref may need a closer maintenance check before production use.

Share:

Stars
49
Forks
4
Last commit
20 days ago
Repository age
4 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to accordant-quickref