asgard-ai-platform

88 mods across 15 repositories, 254 stars between them.

algo-net-centrality

25

asgard-ai-platform/skills

Skill Claude CodeCodex

Calculate network centrality metrics to identify important nodes in graphs. Use this skill when the user needs to find key influencers, critical infrastructure nodes, or central actors in a network — even if they say 'who is most important in this network', 'key nodes', or 'network influence measurement'.

227 2mo ago A 63 tokens original MIT

algo-net-community

26

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement Louvain community detection to discover densely connected groups in networks. Use this skill when the user needs to find communities or clusters in social/organizational networks, segment customers by interaction patterns, or analyze network modular structure — even if they say 'find groups in this network'…

227 2mo ago A 68 tokens original MIT

algo-net-influence

27

asgard-ai-platform/skills

Skill Claude CodeCodex

Solve the influence maximization problem to select optimal seed nodes for maximum information spread. Use this skill when the user needs to choose seed users for viral campaigns, maximize network reach under a budget constraint, or compare seeding strategies — even if they say 'who should we seed first', 'maximize…

227 2mo ago A 72 tokens original MIT

algo-nlp-lda

28

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement LDA topic modeling to discover latent topics in document collections. Use this skill when the user needs to extract topics from a text corpus, categorize documents by theme, or explore thematic structure — even if they say 'what are the main topics', 'topic extraction', or 'document clustering by theme'.

227 2mo ago A 66 tokens original MIT

algo-nlp-ner

29

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement Named Entity Recognition to identify and classify entities in text. Use this skill when the user needs to extract people, organizations, locations, dates, or custom entities from documents — even if they say 'extract names from text', 'find companies mentioned', or 'entity extraction'.

227 2mo ago A 61 tokens original MIT

algo-nlp-similarity

30

asgard-ai-platform/skills

Skill Claude CodeCodex

Calculate text similarity using lexical and semantic methods for matching and deduplication. Use this skill when the user needs to find similar documents, detect near-duplicates, or measure semantic closeness between texts — even if they say 'how similar are these texts', 'find duplicates', or 'semantic matching'.

227 2mo ago A 67 tokens original MIT

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement text summarization using extractive and abstractive approaches. Use this skill when the user needs to condense long documents, build an automatic summarization pipeline, or compare summarization strategies — even if they say 'summarize this document', 'TLDR', or 'key points extraction'.

227 2mo ago A 66 tokens original MIT

algo-price-bundle

32

asgard-ai-platform/skills

Skill Claude CodeCodex

Design bundle pricing strategies using pure bundling, mixed bundling, and consumer surplus analysis. Use this skill when the user needs to set prices for product bundles, determine whether bundling increases profit, or analyze unbundling opportunities — even if they say 'should we bundle these products', 'bundle…

227 2mo ago A 72 tokens original MIT

algo-price-conjoint

33

asgard-ai-platform/skills

Skill Claude CodeCodex

Run conjoint analysis to measure how product attributes drive consumer preferences and willingness to pay. Use this skill when the user needs to quantify feature value trade-offs, estimate willingness to pay for specific features, or optimize product configuration — even if they say 'which features do customers value…

227 2mo ago A 77 tokens original MIT

algo-price-dynamic

34

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement dynamic pricing strategies that adjust prices in real-time based on demand, time, and competition. Use this skill when the user needs to build a dynamic pricing system, implement surge pricing, or optimize prices for perishable inventory — even if they say 'real-time pricing', 'surge pricing', or…

227 2mo ago A 72 tokens original MIT

asgard-ai-platform/skills

Skill Claude CodeCodex

Calculate price elasticity of demand to quantify how price changes affect sales volume. Use this skill when the user needs to estimate demand sensitivity, set optimal prices, or evaluate the revenue impact of price changes — even if they say 'how sensitive are customers to price', 'will a price increase hurt sales'…

227 2mo ago A 71 tokens original MIT

asgard-ai-platform/skills

Skill Claude CodeCodex

Conduct Van Westendorp Price Sensitivity Meter analysis to identify acceptable price ranges. Use this skill when the user needs to determine price boundaries for a new product, find the optimal and indifference price points, or survey-based pricing research — even if they say 'what should we charge', 'price…

227 2mo ago A 76 tokens original MIT

algo-rank-bayesian

37

asgard-ai-platform/skills

Skill Claude CodeCodex

Apply Bayesian averaging to rank items by combining observed ratings with prior expectations. Use this skill when the user needs to rank items with varying review counts, build a 'top rated' list that handles low-sample items fairly, or implement IMDB-style weighted rating — even if they say 'weighted average rating'…

227 2mo ago A 79 tokens original MIT

algo-rank-elo

38

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement Elo rating system to rank items or players from pairwise comparison outcomes. Use this skill when the user needs to rank items from head-to-head matchups, build a competitive rating system, or evaluate relative quality from comparison data — even if they say 'player rating', 'ranking from comparisons', or…

227 2mo ago A 71 tokens original MIT

algo-rank-trueskill

39

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement TrueSkill rating system for multiplayer and team-based competitive ranking. Use this skill when the user needs to rate players in team games, handle multiplayer (non-1v1) matchups, or build a matchmaking system with uncertainty tracking — even if they say 'team rating system', 'multiplayer ranking', or…

227 2mo ago A 75 tokens original MIT

algo-rank-wilson

40

asgard-ai-platform/skills

Skill Claude CodeCodex

Calculate Wilson Score confidence intervals for ranking items by positive proportion with sample size correction. Use this skill when the user needs to rank products by ratings, sort content by approval rate, or build a 'best rated' list that accounts for sample size — even if they say 'rank by star rating', 'best…

227 2mo ago A 80 tokens original MIT

algo-rec-cf

41

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement collaborative filtering for recommendations based on user behavior patterns. Use this skill when the user needs to build a recommendation engine from user-item interaction data, find similar users or items, or predict ratings — even if they say 'users who bought this also bought', 'similar users', or…

227 2mo ago A 67 tokens original MIT

algo-rec-content

42

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement content-based recommendation by matching item features to user preference profiles. Use this skill when the user needs to recommend items based on attributes, solve the cold start problem for new items, or build recommendations without collaborative data — even if they say 'recommend similar products'…

227 2mo ago A 67 tokens original MIT

algo-rec-hybrid

43

asgard-ai-platform/skills

Skill Claude CodeCodex

Design hybrid recommendation systems combining multiple strategies for improved accuracy. Use this skill when the user needs to overcome single-method limitations, combine collaborative and content-based filtering, or build a production recommendation pipeline — even if they say 'combine recommendation approaches'…

227 2mo ago A 64 tokens original MIT

algo-rec-mf

44

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement matrix factorization to decompose user-item interaction matrices into latent factor representations. Use this skill when the user needs scalable collaborative filtering, latent feature discovery, or dimensionality reduction for recommendation — even if they say 'SVD recommendations', 'latent factors', or…

227 2mo ago A 63 tokens original MIT

algo-rec-session

45

asgard-ai-platform/skills

Skill Claude CodeCodex

Implement session-based recommendation from short-term user behavior sequences without long-term profiles. Use this skill when the user needs to recommend in anonymous sessions, predict next click from browsing sequence, or build recommendations for non-logged-in users — even if they say 'what should they click next'…

227 2mo ago A 73 tokens original MIT

algo-risk-altman-z

46

asgard-ai-platform/skills

Skill Claude CodeCodex

Calculate Altman Z-Score to predict corporate bankruptcy probability from financial ratios. Use this skill when the user needs to assess a company's financial distress risk, screen for bankruptcy-prone firms, or evaluate credit worthiness — even if they say 'bankruptcy prediction', 'financial distress score', or…

227 2mo ago A 69 tokens original MIT

algo-risk-benford

47

asgard-ai-platform/skills

Skill Claude CodeCodex

Apply Benford's Law to detect anomalies in numerical datasets by analyzing first-digit frequency distributions. Use this skill when the user needs to audit financial data for fraud indicators, validate data integrity, or detect fabricated numbers — even if they say 'data manipulation detection', 'first digit test', or…

227 2mo ago A 68 tokens original MIT

algo-risk-credit

48

asgard-ai-platform/skills

Skill Claude CodeCodex

Build credit scoring models to predict default probability from borrower characteristics. Use this skill when the user needs to assess creditworthiness, build a credit scorecard, or evaluate lending risk — even if they say 'predict default risk', 'credit scoring', or 'loan approval model'.

227 2mo ago A 58 tokens original MIT