based▌
5 indexed skills · max 10 per page
property-based-testing
aj-geddes/useful-ai-prompts · Testing
Property-based testing verifies that code satisfies general properties or invariants for a wide range of automatically generated inputs, rather than testing specific examples. This approach finds edge cases and bugs that example-based tests often miss.
usage-based-billing
dodopayments/skills · Productivity
Reference: docs.dodopayments.com/features/usage-based-billing
customaize-agent:thought-based-reasoning
neolabhq/context-engineering-kit · AI/ML
Chain-of-Thought (CoT) prompting and its variants encourage LLMs to generate intermediate reasoning steps before arriving at a final answer, significantly improving performance on complex reasoning tasks. These techniques transform how models approach problems by making implicit reasoning explicit.
finance-based-pricing-advisor
deanpeters/product-manager-skills · Productivity
Evaluate financial impact of pricing changes using ARPU, conversion, churn, and payback analysis. \n \n Quantifies revenue lift, conversion risk, churn impact, and CAC payback for price increases, new tiers, add-ons, usage-based pricing, discounts, and packaging changes \n Models three scenarios (conservative, base, optimistic) and identifies go/no-go decisions with supporting math \n Recommends implementation, A/B testing, modified approaches, or holding pricing based on net revenue impact and
property-based-testing
trailofbits/skills · Testing
Guidance for property-based testing across languages and smart contracts. \n \n Detects high-value PBT patterns automatically: serialization pairs, parsers, validators, normalization, data structures, algorithms, and smart contract state invariants \n Provides a property catalog with 10 core patterns (roundtrip, idempotence, invariant, commutativity, associativity, identity, inverse, oracle, easy-to-verify, no exception) ranked by strength \n Includes decision tree routing to language-specific r