Skip to content
View nobilix's full-sized avatar
πŸ––
1. Make It Work β†’ 2. Make It Right β†’ 3. Make It Fast
πŸ––
1. Make It Work β†’ 2. Make It Right β†’ 3. Make It Fast
  • Devstark

Block or report nobilix

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. twenty-crm-skill twenty-crm-skill Public

    Agent Skill for reading and modifying Twenty CRM data on any self-hosted or cloud deployment.

    JavaScript 9

  2. sernote/audit-prompt-caching sernote/audit-prompt-caching Public

    Python 105 11

  3. Documentation Skill Generator Prompt... Documentation Skill Generator Prompt for Claude Code
    1
    Create a documentation skill for [TECHNOLOGY].
    2
    
                  
    3
    Workflow:
    4
    1. LOCATE: Search for official docs repo. Clone to a temp folder with --depth 1. Note the repo URL.
    5
    2. ANALYZE: Find English markdown docs. Map the structure (getting-started, api, guides, config, etc.)
  4. morphic morphic Public

    Forked from miurla/morphic

    An AI-powered search engine with a generative UI

    TypeScript

  5. reverse-content-engineering-prompt.md reverse-content-engineering-prompt.md
    1
    You are an expert in computational argumentation, discourse analysis, and content architecture.
    2
    Deconstruct this text systematically. Be specific, cite evidence, provide confidence scores for subjective assessments.
    3
    
                  
    4
    ═══════════════════════════════════════════════════════════════════════════════
    5
    ANALYSIS PROTOCOL
  6. =LLM() formula for Google Sheets usi... =LLM() formula for Google Sheets using OpenRouter
    1
    // Constants at file root for global access
    2
    const API_KEY = "your_openrouter_api_key"; // Replace with your OpenRouter API key
    3
    const MODEL = "google/gemini-2.5-pro-exp-03-25:free";
    4
    const SYSTEM_PROMPT = `You are a helpful assistant that provides concise, accurate responses. 
    5
    When given data from a spreadsheet, analyze it thoroughly and provide insights that are relevant to the user's prompt.