agentsclimarketplace

Algorithm design

Skill planifest/planifest-framework/planifest-framework/external-skills/algorithm-design

Design algorithms by modeling constraints, enumerating candidate strategies, proving correctness, and selecting data structures with explicit tradeoffs. Use when implementation success depends on algorithm choice or decomposition under unclear constraints, from vague outcome requests to concrete directives; do not use for persistence schema or deployment topology decisions.From its SKILL.md

Install
npx -y skills add planifest/planifest-framework --skill algorithm-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.3 KB, 351 tokens by cl100k_base, as published. Nobody here has run it

Algorithm Design

Overview

Use this skill to produce an implementable algorithm decision with explicit correctness reasoning and tradeoff analysis.

Scope Boundaries

  • Use this skill when the task matches the trigger condition described in description.
  • Do not use this skill when the primary task falls outside this skill's domain.

Inputs To Gather

  • Objective, required outputs, and correctness conditions.
  • Input constraints (size ranges, distribution, adversarial cases, update/query patterns).
  • Resource budgets (latency, throughput, memory) and operational constraints.
  • Mutation/concurrency requirements and ordering guarantees.

Deliverables

  • Problem model with assumptions, invariants, and edge-case catalog.
  • Candidate strategy comparison (pros/cons and applicability bounds).
  • Selected algorithm and data-structure decision with correctness argument.
  • Risk list and follow-up verification plan.

Quality Standard

  • Assumptions are explicit, measurable, and linked to requirement context.
  • Correctness argument includes invariant/termination reasoning or equivalent proof sketch.
  • Selected and rejected options include complexity and operability tradeoffs.
  • Data-structure choices are justified by access/mutation patterns.
  • Edge cases and failure modes are identified before implementation.

Workflow

  1. Formalize the problem, constraints, and success criteria.
  2. Enumerate candidate strategies at the same abstraction level.
  3. Evaluate correctness risk, complexity, and implementation/operational tradeoffs.
  4. Select algorithm and data structures with explicit rationale.
  5. Define edge-case tests and evidence needed to validate the decision.

Failure Conditions

  • Stop when constraints are unknown or contradictory.
  • Stop when no candidate has a defensible correctness argument.
  • Escalate when feasible options conflict with mandatory resource budgets.

What ships with it: 1 file

11.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.