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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. 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.)
  2. 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
  3. DevSecOps - Top Four OpenSource SAST... DevSecOps - Top Four OpenSource SAST tools for your CI/CD pipeline
    1
    # DevSecOps - Top Four OpenSource SAST tools for your CI/CD pipeline
    2
    
                  
    3
    DevSecOps stands for Development, Security and Operations. DevSecOps involves introducing security practices and integrating tools earlier in the software development life cycle (SDLC), rather than treating security as a separate, post-development activity. 
    4
    
                  
    5
    Static Application Security Testing (SAST) is one of the key security practices that can be integrated into DevSecOps. It is a type of security testing that analyzes the source code of an application to identify potential security vulnerabilities before the code is deployed. SAST tools scan the source code line by line, looking for security weaknesses such as buffer overflow, SQL injection, cross-site scripting (XSS), and other vulnerabilities that could be exploited by attackers. SAST can be done for a variety of programming languages, including C/C++, Java, Python, Ruby, and others. It can be integrated into a Continuous Integration/Continuous Deployment (CI/CD) pipeline, allowing developers to receive feedback on potential security vulnerabilities as they write code, and enabling automated security testing as part of the development process.
  4. morphic morphic Public

    Forked from miurla/morphic

    An AI-powered search engine with a generative UI

    TypeScript

  5. Chainlit/cookbook Chainlit/cookbook Public

    Chainlit's cookbook repo

    Python 1.4k 440

  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.